Tagged: enfold, secondary navigation, social icons
In Enfold, I would like to swap the location of the Social Icons and Secondary Navigation in the top bar.
So, secondary navigation on the left, social icons on the right.
This is using the “header type” – “Header with Social Icons and Bottom Navigation” option for the header.
Thanks.
Hello kevbikemad!
In “Header with social icons and bottom navigation” type of header social icons are on the right side already http://i.imgur.com/FkaDow0.jpg. Please add following code to Quick CSS in Enfold theme options under Styling tab to move sub-nav to the left
.sub_menu { left: 0; margin-left: -15px; }
Best regards,
Yigit