Mega Menu And The Off Canvas Menu are Displayed At The Same Time - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Mega Menu And The Off Canvas Menu are Displayed At The Same Time

Deich8

Deich8

Template 2 years ago

Hello, the Mega Menu and the Off Canvas Menu are displayed at the same time, although the menu type is Mega Menu. See the screenshot. https://imgur.com/a/jOwXryr The pages have been migrated to Joomla 4 and contain all the latest updates.

0
7 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #127446

Hi

Thanks for contacting us. Here is only showing Megamenu, it seems ok in my end.

-Regards.

0
Deich8
Deich8
Accepted Answer
2 years ago #127502

Sorry it occurs in mobile view for example tablet.

0
Deich8
Deich8
Accepted Answer
2 years ago #127457

Sorry it occurs in mobile view for example tablet.

0
Deich8
Deich8
Accepted Answer
2 years ago #127501

Hello, have you been able to look here again? Best regards Ingo

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #127504

If you don't mind, I will check it. This is a very unusual problem.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #127505

Ok, fixed for both sites.

I used that Custom CSS fix, it's for Helix3 based templates only.

@media screen and (max-width: 760px) {   
.hidden-sm, .hidden-xs {display: none !important; visibility: hidden;} 
} 
.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;}

@media screen and (max-width: 990px) {
.offcanvas {visibility: visible;}
}

You can use it for other websites with similar problem.

0
Deich8
Deich8
Accepted Answer
2 years ago #127580

Hi Paul, thank you for the quick help and explanation. Best regards Ingo

0