Archived topic
Mega menu not showing in mobile
7 replies · Started by takkularapsis on November 30, 2022
Hi,
I have mega menu installed in site. Under 768 pixels the menu wont show.
I saw that there was issues and help in gp support forum but did not find answer for my problem.
Hi Takkularapsis,
I see. Can you try adding this through Appearance > Customize > Additional CSS?:
@media (max-width: 768px) {
div#mega-menu-wrap-primary {
display: block !important;
}
}
Does this show the correct menu on mobile?
Hi,
Thank you, it worked nicely. It is set now ( not styled yet ).
Another question is that i have also set off canvas menu. But that is also not seen in mobile, in desktop it shows.
I see. To clarify, in Appearance > Customize > Layout > Off Canvas Panel, is the Off Canvas Panel set to "On" so that it works on all views?
Hi,
yes, thanks it is set "on".
If you think this is mega menu issue, i can also contact their free support.
I see.
Yes, there's CSS coming from your mega menu plugin causing a conflict.
It would be good to reach out to them or alternatively, you can also try adding this to address the issue:
nav#mobile-menu-control-wrapper button.menu-toggle {
display: block;
}
Hi,
Great, that worked nicely.
Thank you again for quick and great support!
You're welcome, Takkularapsis!