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

    Hi!

    The menu is not responsive and is overlapping with the logo when on smaller screen resolution. Not mobile devices but laptops. How do you suggest I fix this? Thank you :)

    #812697

    Hey Gal726,
    Please go to Enfold->Header->Mobile Menu and select to show the mobile menu for tablets as well.
    Or you can use the following CSSin the General Styling > Quick CSS field:

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

    Adjust the value 1024 to the pixel value of your liking.

    Best regards,
    Mike

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