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:
- Intro to CSS - https://goo.gl/mFuWQT
- How to get CSS selectors - https://goo.gl/BmoH39
- Get Started With Viewing And Changing CSS - https://goo.gl/7xFhDa
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.