Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1219232

    i have many menu items and i have activated burgeer menu for smartphones and tablets, but it does not work on tablet, i still see the total menu
    i send you my web in private
    thanks!

    #1219674

    Hey ftt123,

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

    @media only screen and (max-width: 1250px) {
      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

    #1220419

    thanks you!

    #1220627

    Hi ftt123,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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