Resurrect
In your WordPress Dashboard, go to Mega Menu > Menu Themes, select your active menu theme and insert the following into the ‘Custom Styling’ area on a new line:
1 2 3 4 5 6 7 8 |
@media only screen and (max-width: 640px) { .js #resurrect-header-menu-inner, .js .sf-menu { visibility: visible !important; height: auto !important; overflow: visible !important; } } |