Home>Support>Align main navigation on mobile
  1. 9 years, 7 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