Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #965030

    Hi,
    Please help to adjust the overlapping menu over the Logo.

    Thank you

    #965061

    Hey Alex,
    I see that your menu is very long and over laps your logo, please try this code in the General Styling > Quick CSS field to make the burger menu stay viable longer:

    @media only screen and (max-width: 1193px) and (min-width: 768px) {
      .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
        display: none;
      }
    
      .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
          display: block;
      }
    }

    Best regards,
    Mike

    #965532

    Thank you for your prompt reply, but still the same.

    #965533

    Could please also explain what the “max-width” and “min-width” parameters impact.

    #965556

    Hi,

    Please refer to the following for an explanation on Media Queries:

    Best regards,
    Jordan Shannon

    #965582

    Thank you so much. Figured it out after reading.

    #965591

    Hi,

    No problem at all my friend. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

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