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

    The main menu overlaps the logo in the top left when reduced to a smaller scree size. Is there a way to always show the logo?
    I also have a problem with hover over backgrounds on the menu. Nothing seems to change whatever I do in the settings.
    site is yokoso.co.uk

    #1162328

    Hey Yewbarton,

    Add this to quick css to go to mobile sooner:

    @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,
    Jordan Shannon

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