Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #892164

    Hello, I need block menu on tablets also on landscape view, because I have a lot of items in my menu.
    thanks in advanced!

    #892165
    This reply has been marked as private.
    #892331

    Hi,

    The version of the theme you are running is very old, I would recommend that you upgrade to the latest version which is 4.2: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    After that you can use this in Quick CSS:

    @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 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.