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.

Standard expand sub-menu items in mobile menu

Resolved 2 replies customizationthemetheme-north
8 years ago · Last reply by Theo Koopman 8 years ago

Hi,

I’m using the North theme for a one-page website. I would like the sub-menu items in the menu on mobile display to be expanded as default. How do I do that?

Thanks for your help!

Kind regards,
Theo

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

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Alex S Staff 8 years, 6 months ago

    Hi Theo,

    You can do this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    #mobile-navigation .sub-menu {
    	display: block !important;
    }
    #mobile-navigation .dropdown-toggle{
    	display: none;
    }

    You might also need to install the SiteOrigin CSS Editor.

  2. Theo Koopman 8 years, 6 months ago

    Hi Alex,

    That worked just spendidly! Thanks a lot for your help!

    Kind regards,
    Theo

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