Home>Support>Align main navigation on mobile

Align main navigation on mobile

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

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!

URL: http://netimpactunh.com

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Hi 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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More