http://worldwideproperties.com/
My Main menu isn’t showing when viewing through mobile (using fixed layout not responsive), and when just re-sizing the browser window small enough. I have the latest enfold update from Themeforest as of writing this.
Hey tetsukage!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 989px) {
.html_mobile_menu_tablet .main_menu, .html_mobile_menu_tablet #header_main_alternate {
display: block;
}}
Cheers!
Yigit
Worked perfectly, thank you