Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #558503
    #558505
    #559457

    Hi,

    I used this code:

    @media only screen and (max-width: 1300px) { 
    .av-main-nav > li > a { padding: 0 7px; }
    }

    but the issue still exists! Even on normal iPad in horizontal direction menu overlaps the logo

    • This reply was modified 8 years, 6 months ago by TheElear.
    #559683

    Hey!

    Add this to your custom CSS.

    @media screen and (max-width: 1300px) {
    nav.main_menu { display: none !important; }
    #advanced_menu_toggle { display: block !important; }
    }

    Best regards,
    Elliott

    #560702

    Hi Elliot,

    Looks like this code does the job.
    Thank you.

    all the best
    TheElear

    PS. You can close the ticket now

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Menu does not collapse and overlays the logo’ is closed to new replies.