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
Started · Latest reply by Alex S

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

    Anyone knows how to do it?

  2. yorkterrier

    +1 for such question. Anyone help?

  3. Alex S Staff

    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

      Thank you a lot!

    • Adam Molenda

      @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

    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