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

    If the menu choice is right to the logo, the tipping point for mobile menu is often too late: menu will slide over the logo. Is there a quick way to adjust the tipping point (and adjust it when expanding the menu)?

    #568304

    Hi Straver-reclame!

    There is an option for this in Dashboard > Enfold > Header > Mobile Menu for setting it to 990x for tablets.

    You can also use some CSS.

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

    Regards,
    Elliott

    #568480

    Hi Elliott,
    the mobile menu setting generally works well. With the CSS I can now fine tune it to specific needs.
    Thank you very much!
    Luc

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Responsive header (Quick fix?)’ is closed to new replies.