Tagged: mobile menu
Hello, I am having problems with the mobile menu, it doesn’t show up between 768px and 989px, then it shows from 990px to 1006px.
Please do you have any idea what is happening?
Here is the site, still under development: http://klassicstudio.com/marco123/
Thank you,
Martin
Hi,
You have disabled mobile menu in CSS, please try adding this code to custom.css file or into Quick CSS in Enfold theme options page under Styling
.responsive .mobile_menu_tablet .main_menu { display: block; }
Regards,
Yigit
Solved, Thank you!