Tagged: , ,

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

    oh, I think I found the solution.

    @media only screen and (max-width: 1100px) {
    .menu-item {
    display: none;
    }
    .main_menu {
    display: block !important;
    }
    .av-burger-menu-main.menu-item-avia-special, #menu-item-search{
    display: block;
    }
    }

    #menu-item-search a { color: grey !important; }

    #1144525

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Logo overlap with Menu’ is closed to new replies.