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

    I need to change the Breakpoint für the menu to 1200 but I can only find the 768 and 990 in the settings.
    What would be the costum CSS to change menu breakpoint to 1280?
    cu Axel

    • This topic was modified 4 years, 1 month ago by C_Eng0409.
    #1245665

    Hey C_Eng0409,

    Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling?

    @media only screen and (max-width:1280px) {
      .responsive #top .av-main-nav .menu-item {
        display: none;
      }
    
      .responsive #top .av-main-nav .menu-item-avia-special {
        display: block;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

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