Eco Press
Fix mobile menu
Go to Appearance > Customize > Additional CSS and paste in the following:
1 2 3 4 5 6 7 |
header nav { display: block !important; } header .resp_mid_nav_wrap { display: none !important; } |
Go to Appearance > Customize > Additional CSS and paste in the following:
1 2 3 4 5 6 7 |
header nav { display: block !important; } header .resp_mid_nav_wrap { display: none !important; } |