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

    Hello Enfold Team,
    I would like to hide the “full width submenu” for large and medium-sized screens.
    Can you tell me how to do this?
    Many thanks in advance. With best regards,
    Severin

    #1294754

    Hey Severin,

    Thank you for the inquiry.

    This css code should hide the full width submenu container on larger and medium screens, and keep it visible on mobile view.

    @media only screen and (min-width: 989px) {
       #top .av-submenu-container {
          display: none !important;
       }
    }

    Best regards,
    Ismael

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