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.

Use Responsive Menu for Select Menus

11 years ago · Last reply by Andrew Misplon 11 years ago

Is it possible to use the responsive menu for selected menus?

I have added a login/register menu that is displayed at the top of the page, but do not want it to be displayed as a responsive menu for mobile. Currently, I am just setting the display to none for this menu and have added it to a footer widget.

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

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 11 years, 4 months ago

    Hi wjmccormick

    Thanks for running Vantage.

    Only the main menu will be rendered by the responsive menu. It’s unfortunately not possible to do anything beyond that.

    It is possible to hide your login menu on mobile if that’s what you’re looking to do:

    @media screen and (max-width: 760px) {
    }

    Your menu’s selector would go into the media query with a display: none; property. You could adjust the breakpoint 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