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.

Hide mobile menu only

Open 6 replies themetheme-vantage
10 years ago · Last reply by Alex S 9 years ago

Hi,

I have Vantage Premium theme on my WordPress. I don’t bought premium features.

Can I hide menu bar in mobile view only? I want to leave menu in full-width view of the page only.

Can you help me out?

Thanks a lot :-)

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

6
  1. Adam Molenda 10 years, 3 months ago

    Anyone knows how to do it?

  2. yorkterrier 10 years, 16 days ago

    +1 for such question. Anyone help?

  3. Alex S Staff 10 years, 12 days ago

    Hi,

    You can do this by adding custom CSS. The following CSS will hide the menu when the users window is smaller than 1000px.

    @media (max-width: 1080px) {
      .main-navigation ul {
        display: none;
      }
    }

    If you’re doing this for a responsive menu; that’s fine. I will however suggest that you use Responsive Menu as that has typically gotten the best results (visually) with Vantage.

    • Adam Molenda 10 years, 11 days ago

      Thank you a lot!

    • Adam Molenda 9 years, 1 day ago

      @Alex

      Can you help me with Origami theme with the same problem? Can I hide menu on mobile version of site?

      Thanks :-)

  4. Alex S Staff 9 years, 1 day ago

    Hi Adam,

    Please use:

    #menu {
    	display: 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.

Have a different question or issue?

Start New Thread