Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • Found the solution:
    Added this code i found afte a long search:
    @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;
    }
    }

Viewing 1 post (of 1 total)