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

    Controlling Menu Collapse Parameters

    The menu collapse does not happen early enough and causes the menu to run into the logo.
    https://nehemiahcommunications.com/

    Images are here:
    https://goo.gl/o9Ne8J

    Any ideas?

    #704729

    Hey enktesisllc,

    Please try the following in Quick CSS under Enfold–>General Styling to activate the mobile menu at an earlier point:

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

    Best regards,
    Rikard

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