SsilkysackJun 26, 2023
Would it be possible to have a sub menu in the mobile menu open by default?
Thanks!
1 reply · opened Jun 26, 2023
Would it be possible to have a sub menu in the mobile menu open by default?
Thanks!
Hello,
This is possible using CSS but not super ideal. Consider trying this HTML:
<ul class="sub-menu-container mobile-submenu-open">and then this CSS:
@media (max-width: 575.98px) {
.mobile-submenu-open {
display: block !important;
}
}You adjust the values according to your needs.
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard