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

    Hi,
    how can I change the ‘breaking point’ from the normal menu into mobile menu?
    The menu looks o.k. on desktop, but starts going into the logo at about tablet size somewhere. I would like to set the mobile menu earlier. How can I do it?
    Cheers,
    Veronika

    #1351691

    Hey Loveronika,

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

    @media only screen and (max-width: 1024px) {
      nav.main_menu {
        display: block !important;
      }
      #avia-menu .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    Change the 1024 value to your preferred pixel value.

    Best regards,
    Rikard

    #1351925

    Thanks a lot!
    You can close the ticket.
    Kind regards

    #1351939

    Hi,

    Great, thanks for the update. I’ll close this thread for now then, 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 ‘Breaking point from normal menu into mobile menu’ is closed to new replies.