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

    hello

    I have a lot of items in my header menu so I need activate mobile menu on let say 1050px, not 990px
    Please let me know how to achive that?

    Thank you

    #649022

    Hey effinpl,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 1050px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important;}
    }

    Regards,
    Rikard

    #649114

    works perfectly. Thank you

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Activate header mobile menu on higher than 990px width’ is closed to new replies.