Tagged: logo
Hi,
I am trying to center the menu when using ‘Logo left menu below’, i can’t see any option in theme options that will do this, am i just missing it or do you have an alternative solution?
Just to be clear the logo stays where it is, only the content within the menu bar should be centered, so equal spare space either side of the menu ul.
Thanks
Hi jasonswain,
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
#top #header_main_alternate #avia-menu {
text-align: center;
}
#top #header_main_alternate #avia-menu > li.menu-item {
display: inline-block;
float: none;
}
Best regards,
Nikko
Perfect, thanks :)
Hi, i spoke to soon, when the page finishes loading the menu drops down (apart from the mega menu option of ‘Areas’, take a look at the site to see this.
Hi jasonswain,
I see, can you try to replace it with this CSS code instead:
#top #header_main_alternate #avia-menu > li.menu-item {
display: inline-block;
float: none;
vertical-align: middle;
}
Best regards,
Nikko
Thats great, working fine now :)
Hi jasonswain,
We’re glad that we could help :)
Thanks for using Enfold and have a great weekend!
Best regards,
Nikko