main menu navigation issue
my website www.britely.ca
i used the vantage theme but – for now my logo is temporary – the menu bar is too much to the left and i want to shift it to the right. It doesnt look right the way it is!
how can i do this? or is this only available with the vantage premium template?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Dharm
The menu bar is constrained to 1080px and centered on the page, the same is done for the content container and the footer content.
You could try the following under Appearance > Custom CSS (Vantage Premium) OR in a Custom CSS plugin like Simple Custom CSS to center the menu:
/* Vantage Center the main menu */ .main-navigation ul { text-align: center; } .main-navigation ul li { display: inline-block; float: none; }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.