Disable Mobile Menu Collapse - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Disable Mobile Menu Collapse

TM

Troy Mumm

Helix Framework 3 years ago

Using Helix Ultimate on J4. I have a menu with only a couple items - and I have not need use off-canvas mobile menu. Is it possible to simply disable the collapse? Just a matter of a whole lot of custom CSS?

0
2 Answers
Anne
Anne
Accepted Answer
Support Agent 3 years ago #57060

Hello there

Thanks for contacting with us. Use this css code . Go to System-> site template styles-> shaper_helixultimate - Default-> template options->custom code->custom css.

@media screen and (max-width: 900px) and (min-width: 320px) {
.hide-offcanvas a#offcanvas-toggler {
    display: none;
}
}

And clear the joomla and browser cache.

-Regards

0
Anne
Anne
Accepted Answer
Support Agent 3 years ago #58189

Hello there

Thanks for staying with us.

0