I am using the Header with Social Icons and bottom. How can I place the top socket menu next to the social icons?
Hi sveinot!
Please add following code to Quick CSS in Enfold theme options under Styling
.sub_menu { right: auto; margin-left: 70px; }
You need to adjust margin-left value depending on the amount of social icons you have
Cheers!
Yigit
At the moment the socket is above the social icons. The code here just moves the menu to the left, but does not align them vertically. How do I get them to be side by side?
Here’s a screenshot:
I want to move the “Culture, Truth, Life, Church” links to the left of the social icons.
link instead – http://imgur.com/54XuWgd
Hi!
A link to your website would be very helpful, can you post it? You can hide your link using http://goo.gl/
Best regards,
Yigit
Here you go – goo.gl/YVd3dh
Hello!
Apply this code:
#header .sub_menu{
position: absolute;
top: 115px;
right: 130px;
}
Best regards,
Josue
That worked – thanks!