Twenty Sixteen
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 9 10 11 12 13 14 15 16 17 |
@media screen and (max-width: 44.375em) { #site-header-menu { width: 100%; margin: 0; display: block; } } #site-header-menu .main-navigation { margin: 0; } #menu-toggle { display: none; } /** Hide duplicate footer menu on mobile **/ footer #{$wrap} { display: none; } |