Off-Canvas Menu Not Showing In Mobile View - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Off-Canvas Menu Not Showing In Mobile View

P

paul.aydelott

Helix Framework 4 years ago

Using latest versions of Pagebuilder, Helix Ultimate, and Joomla 3.10.x, I get a blurred background with no off-canvas menu showing in mobile view. I've been through every setting I can find without results.

0
5 Answers
Ariba
Ariba
Accepted Answer
Support Agent 4 years ago #40604

Hello

Thank you for your query

I have added the the following css rules in custom css section.

.offcanvas {
    visibility: visible;
    bottom: unset;
    top: 30px;
}
@media (max-width: 1199px) {
    .offcanvas {
        right: 20px;
    }
}
@media (max-width: 575px) {
    .offcanvas {
        visibility: visible;
        bottom: unset;
    }
}

Kindly do let me know if that works.

0
P
paul.aydelott
Accepted Answer
3 years ago #45553

I'm afraid the css code did not fix the problem. I appreciate the effort.

Paul

0
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #45739

Could you provide me your administrative access, please? Use the hidden mode to share the log in credentials.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #45740
0
CW
Carrie M Wrigley
Accepted Answer
3 years ago #46000

Paul, I had the same problem on my site. Another forum responder helped me identify a series of 3-5 simple fixes that finally resolved the problem. See my summary at the end of this forum post:

https://www.joomshaper.com/forum/question/9103

Hope that's helpful! Good luck!

0