Forums
Forums / Plugin: Mega Menu by WooRockets.com / Configuration in Mobile
(@manas666)
9 years, 12 months ago
Hi,
How to configure the menu in mobile display?
https://ww.wp.xz.cn/plugins/wr-megamenu/
Menu in mobile is open all the time which is taking too much screen space. How to close the menu in mobile?
(@waldziu)
9 years, 8 months ago
I get the same issue
(@rickybrce)
9 years, 7 months ago
Hello,
Try to add this in theme css:
@media screen and (max-width: 783px) { .wr-megamenu-container ul.wr-mega-menu { display: none !important; } .wr-megamenu-container.active ul.wr-mega-menu { display: block !important; } }
Thanks rickybrce for your reply.
(@ramzii)
9 years, 6 months ago
Thank you so much Rickybrce!!!
The topic ‘Configuration in Mobile’ is closed to new replies.