Relia
Fix Mobile Menu
To reveal the mobile menu on smaller screens, go to Appearance > Customize > Additional CSS and add the following:
1 2 3 |
.mega-menu-primary nav.main-nav .container { display: block !important; } |
To reveal the mobile menu on smaller screens, go to Appearance > Customize > Additional CSS and add the following:
1 2 3 |
.mega-menu-primary nav.main-nav .container { display: block !important; } |