Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #252926

    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.

    #253361

    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

    #253967

    Worked perfectly, thank you

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Main menu not visible on mobile using fixed layout’ is closed to new replies.