Align main navigation on mobile
Hello,
I was wondering how to align the mobile main navigation. The website I’m working on looks great on desktop, but the main navigation is not aligned on the mobile site.
Thanks!
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Keegan
Thanks for running Vantage. We have a mobile menu bundled in with Vantage, you can check it out here: http://demo.siteorigin.com/vantage/ by resizing your browser window to be smaller.
If you’d like to stick with Vantage Free you could try plugins like Jetpack Mobile Theme or WP Touch.
If you’d like to decrease menu item padding just on mobile, try inserting the following into a Custom CSS plugin like Jetpack Custom CSS:
@media (max-width: 680px) { /* Menu Padding Horizontal */ .main-navigation ul li a { padding-right: 25px; padding-left: 25px; } }Adjust as required.
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.