Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #737372

    Hi,

    We have a problem with top menu and Header Mobile Menu activation.
    Is it possible to activate this feature in other sizes than 768px or 990px?

    Thanks,

    #737542

    Hey neo-systems,

    Yes, please try this in Quick CSS:

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

    Change the value 1024 to the pixel value of your choice.

    Best regards,
    Rikard

    #737686

    Thanks! is has worked! best regards

    #738130

    Hi,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header Mobile Menu activation’ is closed to new replies.