Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #360064

    Hi, is there a quick solution to having the mobile menu for pads in landscape as well as portrait. Many thanks.

    #360253

    Hey Dogmut!

    Try setting that in Enfold > Header > Mobile Menu > Header Mobile Menu activation.

    Best regards,
    Josue

    #360267

    Thank you. Thats improved for portrait but not for landscape. The menu tabs float into the logo when in landscape so it would be great just to have the mobile menu box rather than menu tabs. Cheers

    #360343

    Hi,

    Can you post the link to the website please?

    Regards,
    Josue

    #360398
    This reply has been marked as private.
    #360404

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 1090px) {
    .html_mobile_menu_tablet .main_menu , .html_mobile_menu_tablet #header_main_alternate{display:none;}
    .html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide{display:block;}
    .html_mobile_menu_tablet #mobile-advanced{display:block;}
    }
    

    Cheers! 
    Josue

    #360693

    Thats great thank you.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Mobile menu for pas in landscape.’ is closed to new replies.