EasyMag
Fix Mobile Menu
Go to Appearance > Customize > Addtional CSS and add the following:
1 2 3 4 5 6 |
.mega-menu-primary .dt-main-menu { display: block; } .mega-menu-primary .dt-main-menu-md { display: none; } |
EasyMag uses a fixed/sticky header on mobile, which makes it impossible to scroll down the contents of the mobile menu. To work around this, add a scrollbar to the mobile menu.