Mobile menu not working with WR Mega Menu
-
Please see the test site on mobile device.
You will find that the menu button is not accessible. I have tried to follow some of the solutions provided in other thread by removing some styling for mobile on wr-megamenu/assets/css/frontend.css but it still did not work.
I did, however, found that by removing the following, this allowed the original menu button to show and clickable. But the menu itself is not very functional after being displayed.
.menu-toggle, #menu-toggle,
#wr-menu-toggle{
display: none !important;
}
.it-responsive-mega{
display: none;
}
.wr-mega-menu .wr-menu-down{
display:none;
}If you need a login account to test please let me know.
The page I need help with: [log in to see the link]
- The topic ‘Mobile menu not working with WR Mega Menu’ is closed to new replies.