Theater (CMS Masters)
Fix Mobile Menu
Go to Appearance > Customize > Additional CSS and add the following:
1 2 3 4 5 6 |
.mega-menu-primary #header .header_mid .mid_nav_wrap nav { display: block !important; } .mega-menu-primary #header .header_mid .resp_mid_nav_wrap { display: none !important; } |