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

    Hi, I’ve found some topic discussing about that but none fit my case.
    I would like to change breakpoint to toggle mobile menu at 990px with.
    Could you please tell me how can I get that result?
    Thanks in advance…
    Stefano

    #478378

    Hey Stefano!

    Add this to your custom CSS.

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

    Best regards,
    Elliott

    #478704

    That’s it!

    Thank you so much!

    #478937

    Hi!

    Glad we could help :-)

    Cheers!
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘menu toggle breakpoint’ is closed to new replies.