OffCanvas Menu Stopped Working - Question | JoomShaper

OffCanvas Menu Stopped Working

G

Geoff

Helix Framework 1 year ago

Any idea why the OffCanvas menu has stopped working on our site? No recent updates have taken place, as far as I know (I am webmaster). URL provided in hidden info.

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #150721

Hi Geoff,

it looks that something was updated anyway.

Please don't worry, and use my whole Custom CSS:

@media screen and (max-width: 760px) {   
.hidden-sm, .hidden-xs {display: none !important; visibility: hidden;} 
.offcanvas {visibility: visible;}
} 

.offcanvas {visibility: visible;}      
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul 
{ margin: 0 5px; display: block;}   
#sp-menu > .sp-column .sp-module { margin-top: 0;}

And yes, it will fix it :)

0
G
Geoff
Accepted Answer
1 year ago #150853

Thank you Paul! Yes, that fixed it. Very much appreciated!

Geoff

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #150899

This is universal fix for all templates based on Helix3, just in case...

0