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

    how do i get to activate mobile menu at 1024 px and below?

    #530260

    Hey vincemilia!

    Add this to your custom CSS.

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

    Best regards,
    Elliott

    #530275

    Hi Elliot,
    that worked, but the x-button to close the menu is not visible.
    btw.: changed the breakpoint to 1280px.

    please see: http://coburger-weihnachtsland.de/content/

    • This reply was modified 9 years ago by Daniel.
    #530291

    Hey!

    Add this also.

    #advanced_menu_hide { display: block !important; }
    

    Regards,
    Elliott

    #530303

    great, that fixed it!

    thanks for your support, Elliot!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘mobile menu at 1024 px and below’ is closed to new replies.