Tagged: menu, social icons
Hi! Is there any way to get the social icons on the meny when you have the logo on top of the menu ?
Site:
http://restaurangfoto.se/hattori/
I want the move the social icons to the same level as the menu items.
Hey Paul!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header_main .social_bookmarks {
top: 108%;
right: 0;
float: right;
}
Best regards,
Yigit
Thanx! worked like charm!