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

Offcanvas Menu Not Visible

H

h_yoda

Helix Framework 3 years ago

Hello,

on ekkehardhenschke.com (helix ultimate 2.0.6) the offcanvas menu actually not visible. Any Idea? Kind regards Henning Henschke

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #53007

Hi there!

Sorry for your issue.

Please use the following code in your custom CSS:

.offcanvas {
            position: relative;
            visibility: visible;
}

Hope this will solve the issue for you!

Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Best Regards

0
H
h_yoda
Accepted Answer
3 years ago #53224

Thank you, this works! Best Regards Henning

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #53240

Glad to know that and you are always welcome:)

0