Leave submenu open on mobile

Is it possible to leave the submenu open on mobile once you click the hamburger

Hey Justin,

You can do that by adding a custom CSS to the Global CSS. Please try this code:

.x-navbar .mobile .x-nav ul {
    display: block;
}

Here are some related links for further reading:

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.