Hello there, (1st time post)
i found several topics on this, but nothing worked for me yet…
I want to add 2 links in the socket area, see attached picture.
Site is not public yet, therefore blurred out content:
The picture is a psd mockup ;-)
Thanks in advance.
Best,
Michael
Hey freymi,
Try the following after your copyright info:
<div style="float:right;">
<a href="http://yoursite.com/link1">Link 1</a>
<a href="http://yoursite.com/link2">Link 2</a>
</div>
Best regards,
Rikard
Hello,
I have the same problem that Freymi (I would like two links on the right) but your solution Rikard doesn’t work.
I have the links close to the copyright on the left.
© 2016 Tous droits réservés – MAFIL [nolink] <div style=”float:right;”> Link 1 Link 2 </div>
Can you help me please?
Thanks
Claire
Hey!
Please go to Appearance > Menus and create a new menu and check “Enfold footer menu” under Menu settings :)
Best regards,
Yigit
Thanks Yigit, your solution worked! :-)
Can i edit the postition of these menu items?
Right now, they are on the left side. Can i move them to the right? And Copyright stays on the left side.
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
#socket .sub_menu_socket {
float: right !important;
}
Regards,
Rikard
Thanks, worked perfectly.
Hey!
Glad we could help :) We have put together some info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
Best regards,
Vinay Kashyap
One more question ;-)
We’d like to increase footer bar height. Edit: socket bar height
I find hundreds of support entries, but everyone seems to want it smaller, we need it bigger!
Hi,
Try the following as well:
#socket {
padding-top: 30px !important;
padding-bottom: 30px !important;
}
Thanks,
Rikard
Thanks again, worked perfect.