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

    Hi there,
    I know this has been an issue in many threads but I have gone through and tried every solution and nothing has worked. Could you please help me get my menu to stop overlapping the logo (without making the logo smaller) on an iPad?
    Very much appreciated!

    Kind regards,
    Wernard

    #449829

    Hi Wernard!

    Please try the following in Quick CSS under Enfold–>General Styling:

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

    Regards,
    Rikard

    #449951

    Thank you so much! Worked perfectly!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Menu overlapping logo on ipad’ is closed to new replies.