Switch From Mega Menu (desktop) To Offcanvas (mobile) At 1200px Instead Of 991px - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Switch From Mega Menu (desktop) To Offcanvas (mobile) At 1200px Instead Of 991px

M

Marco

Helix Framework 1 year ago

can someone with better css knowledge than I have please help me here - thanks!

regards

0
3 Answers
Pavel
Pavel
Accepted Answer
1 year ago #138987

Hi.

Here is

@media (max-width: 1199.98px) {
    .sp-megamenu-parent {
        display: none !important;
    }
    #offcanvas-toggler {
        display: block !important;
    }
}
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #138989

Hi Marco,

Thanks for contacting us and sorry for your issue. You can follow Pavel's instruction. Thanks Pavel for helping him.

-Regards.

0
M
Marco
Accepted Answer
1 year ago #139178

Thank you very much Pavel for the solution - it has already been implemented

Regards - Marco

0