Mega Menu + Off Canva - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Mega Menu + Off Canva

F

fabrice

Helix Framework 2 years ago

Hi,

I'm using Helix ultimate 2.0.13

My mega menu is well working on desktop but I've got a problem on mobile : my mega menu still appear on mobile in addition to my off canva menu

In my template options, I've selected Menu type = Mega menu I have a module "menu" in off-canva position

I'd like on mobile that just my off canva menu appears and not my entire mega menu...

Could you help ?

Thanks

0
2 Answers
Pavel
Pavel
Accepted Answer
2 years ago #121961

Hi. The easiest way is just to use CSS

@media (max-width: 992px) {
    .sp-megamenu-parent {
        display: none;
    }
}

But it seems that your template has been customized and this was not done correctly. Since this should work from the box just as you want.

I suppose that the classes in the HTML code of the template were changed and/or template.css was edited, which is not recommended to do.

Better to deal with this. Otherwise, it can lead to unpredictable consequences.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #122027

Hi

Thanks for contacting us. You can follow Pavel's instructions. And thanks Pavel for sharing the solution.

-Regards.

0