Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #417747

    Hi I have some problem with the main menu’s length. Is it possible to show responsive menu before or at a specific size of the screen?

    #418279

    Hi lorenzocristofori!

    @media screen and (min-width: 768px) and (max-width: 1024px) {
    .avia-menu.av-main-nav-wrap {
    display: none;
    }
    #advanced_menu_toggle, #advanced_menu_hide {
    display: block;
    }}
    

    Normal menu will not be shown and instead mobile menu will be visible for a screen size between 768-1024 px. Adjust as needed.

    Regards,
    Andy

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.