This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

1
  1. Andrew Misplon Staff 11 years, 23 days ago

    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.

Have a different question or issue?

Start New Thread