Tagged: center, enfold, logo, navigation, social icons
Good afternoon!
Thanks for creating such a great theme. We love it! One question though: is there an easy way to center the navigation? I see the option to center it with the logo above, but what I’d like to do is keep the logo on the same line with the navigation and the social media, but center everything in relation to each other (e.g. center the navigation in the center of the site, center the logo in the remaining left space, center the social icons in the remaining right space). Is there a simple way to do this or am I going to have to do some coding to make it happen?
Thanks for your help!
Hey nazortho,
you need to work with code for this. To move your navigation use this code inside Quick CSS field:
nav.main_menu {
left: -10px;
}
and adjust as needed.
Best regards,
Andy
Thanks, Andy. When I use that, the social icons push onto the next line, even though there’s tons of space to the right of them. They’re really the problem here. Is there a way I can just center or align them differently?
Hi,
this does not happen for me, when I check your website. However, you can move social icons with this code:
ul.noLightbox.social_bookmarks.icon_count_2 {
left: 10px;
}
Adjust as needed.
Best regards,
Andy