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

    I want to totally remove the full width submenu when viewing on mobile, not just change it to the button menu. On the link given, this would be the menu in blue that has Solutions, Platform, Reports, etc. Thank you

    #1204864

    Hey Alteks,

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

    @media only screen and (max-width: 767px) {
    .av-submenu-container {
      display: none;
    }
    }

    Best regards,
    Rikard

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