Home>Support>Standard expand sub-menu items in mobile menu

Standard expand sub-menu items in mobile menu

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 7 years, 2 months ago Alex S
    Hi, I Work Here

    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. 7 years, 2 months ago Theo Koopman

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More