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

Offcanvas Issue

M

Manuel

Helix Framework 4 years ago

Hi all, I have the next offcanvas issue. The dont show me all menupoints. Here are 3 Screenshots from the Mainmenu. https://prnt.sc/1uo3ftf https://prnt.sc/1uo3ia1 https://prnt.sc/1uo3kdu How you can see on that images in the Mainmenu is all there.

The Offcanvas configuration is with ALL Levels. Here now the Offcanvas Screenshots https://prnt.sc/1uo45vm Only 1 of the 3 menus goes open, the menu Weissweine & Rotweine are not working in the offcavas.

I just found out that it is because of the small arrows that should open the menu, they are all on top of each other so that only the last menu is opened.

Best Regards Manuel

Please explain me too what is wrong.

0
6 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #36980

Hello Manuel

Your issue is fixed now. I have added this CSS to Template Options -> Custom Code -> Custom CSS

.offcanvas-menu .offcanvas-inner ul.menu>li a, .offcanvas-menu .offcanvas-inner ul.menu>li span {
    display: block;
    position: relative;
}

Best regards

0
M
Manuel
Accepted Answer
4 years ago #37005

Hi Offi Khan,

Looks good now, Thank you very much. Is that a principal issue in the offcanvas or is it only on me? When is it a principal issue and that is fixed with a new update what is then with the custom css?

Best Regards Manuel

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #37162

Not sure. Current version does not have this issue.

0
M
Manuel
Accepted Answer
4 years ago #37164

Hi, I have the current version.

Best Regards

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #37165

Anyway, please use the CSS for now.

0
M
Manuel
Accepted Answer
4 years ago #37167

ok Thank you

0