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

    Hi,

    My menu is displaying perfect when im on size 480, but in size 768 x 1024 (iPad – Portrait) and size 768 the terms of my menu writes one over the other (they scramble); see screenshot of my bug here : http://prntscr.com/6668z7
    How come?
    Do you have an idea to solve this? (in CSS maybe)

    Thank You & Have a great day !

    #398421

    Hi Lev!

    Try adding this to your custom CSS.

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

    Regards,
    Elliott

    #398739

    Greaaaaat !!!! Thank You Elliott !!! You are the best !!! :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Responsive issues on menu for size 768 x 1024 (iPad – Portrait) and size 768’ is closed to new replies.