Sprout & Spoon
Fix Mobile Menu
The mobile menu will be hidden by default. To make it visible, go to Appearance > Customize > Additional CSS and enter the following:
1 2 3 |
.mega-menu-main-menu #nav-wrapper { display: block; } |
The mobile menu will be hidden by default. To make it visible, go to Appearance > Customize > Additional CSS and enter the following:
1 2 3 |
.mega-menu-main-menu #nav-wrapper { display: block; } |