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

    I would like to set the burger menu breakpoint to narrower. On Mac book air, often the client does see the menu because it has already broken down to burger. Where can I do that.

    #1426071

    Hey ausgesonnen,

    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;
      }
    }
    

    Adjust the 1024 value to the pixel width of your choice.

    Best regards,
    Rikard

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