Home>Support>Vantage Premium menu in widget header (want to make non-responsive while keeping main menu responsive)

Vantage Premium menu in widget header (want to make non-responsive while keeping main menu responsive)

By johnstanton, 10 years ago. Last reply by Magus, 10 years ago.
Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

I have two menus – the main menu is set via the theme settings and is set to be responsive. This works fine on large and small screens. I have another menu that I have inserted into the widget header. It also shows as responsive but I don’t want this one to do this on small screens as I want it to show as 3 links (login, logout, register) when viewed on any sized screen. The main theme settings affect both menus the same way so I assume I have to change the CSS for the responsive menu – could you advise

URL: http://wolftalent.com

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 1 month ago Magus
    Hi, I Work Here

    Hi Johnstanton

    You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    @media screen and (max-width: 480px) { 
      
      #so-mobilenav-mobile-1 + * { display: none !important; } 
      #so-mobilenav-standard-1 + * { display: block !important; } 
    }
    

    Let us know how you get on

    Magus

  2. 10 years, 1 month ago johnstanton

    This worked perfectly. Thank you very much for the speedy response.

  3. 10 years, 1 month ago Magus
    Hi, I Work Here

    You are welcome.

    If you need any more help please do not hesitate to open a new support thread.

    Magus

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