Center the menu
Is there a way we can center the menu? I’m happy for the search button to be nearer the rest of the menu, but it would be great to have the overall menu in the center.
URL: http://aidhub.org/
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi James
This thread might answer your question – Thread: How can I centre the Menu on the screen
Thanks for that.
I improved on it, to keep the sub-menu items left aligned:
/* Vantage Center the main menu, but not the sub-menus */ .main-navigation ul { text-align: center !important; } .main-navigation ul li { display: inline-block !important; float: none !important; text-align: left !important; }That’s the one. Glad you managed to resolve. Cheers.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.