header-side-left.html | .sub-menu expand?

1 reply · opened May 14, 2021

JjoelhackneyMay 14, 2021

Hello Rockstarrs!

Thank you for this amazing product, I'm new to it...

// TOPIC
header-side-left.html

// QUESTION
header menu ( on the left ) and the nested submenus, is there a way to force it to load as expanded / open?

// HOPEFUL / AFRAID OF
There's a Class I can add that will open the dropdown / This appears to be JS driven, so I'll have to go do some digging to modify the dropdown to look for a .open class and load the page with the dropdown expanded.

Any help would be gratefully appreciated!

SSemicolon WebSTAFFMay 14, 2021

Hello,

Thank You so much for the Kind Words! :)

This is Definitely Possible! Simply use the following CSS Code:
[ch_pre type="css"]@media (min-width: 992px) {
.sub-menu-container {
display: block !important;
height: auto !important;
}
}[/ch_pre]

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