THBusiness
Fix Mobile Menu
To hide the default mobile menu, and show the Max Mega Menu mobile menu instead, go to Mega Menu > Menu Themes > Mobile Menu and set the Responsive Breakpoint to 992px.
Next, go to Mega Menu > Menu Themes > Custom Styling and add the following:
1 2 3 4 5 6 7 8 9 10 |
@include mobile { #site-navigation { display: block; width: 100%; margin: 0; } #main-nav-button { display: none; } } |