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

    Hi, the Mobile Breakpoint Position “Rasterzeile” can be either 767 or 989 as per drop down selection. How can I set it to a lower pixel rate? What’s the correct CSS setting?

    Thanks

    #1397284

    Hey aboderc,

    Please try this CSS, and replace the 1024 value with your preferred pixel value:

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

    Best regards,
    Rikard

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