Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #362335

    Hi,
    First of all great theme. But I have a situation.
    My client wants the site to be non-responsive. No problem, but now my menu isn’t showing on mobile devices (I checked iPhone 5).
    And when I zoom in to the header to, for example the telephone number in the top right corner of the site, the telephone number falls off the site and becomes invisible for visitors.

    Pleas your help, cause the site is about to go live.

    Kind regards,
    Charlotte

    #362342

    Hey Boulanger!

    Please add following code to Quick CSS in Enfold theme options under General 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

    #362752

    Hi Yigit, thanks for the fix. The menu is back!
    But I still can’t zoom in to the right side of the menu/header and click on Contact or the contact details (top right).
    Hope you can help me out.

    Kind regards,
    Charlotte

    #362864

    Hey!

    Please add following code to Quick CSS as well

    .html_header_top.html_header_sticky #header {
    position: relative;
    }
    .html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main {
    padding-top: 0;
    }

    Best regards,
    Yigit

    #362902

    Yes! Thanks a million! That fixed the problem.

    Best regards,
    Charlotte

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘menu navigation doesn't show on mobile in non-responsive mode’ is closed to new replies.