Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #315270

    We have been using your theme and it is looking great. Only problem is that when we reduce the size of the screen the navigation menu is going behind the menu.

    Any ideas on how we can stop this?

    #315463

    Hey!

    Go to Enfold > Header Layout > Mobile Menu and change the option that makes the hamburger menu icon appear sooner.

    Regards,
    Josue

    #315721
    This reply has been marked as private.
    #315787

    Hi!

    Please update Enfold to the latest version 2.9.2 via FTP – http://vimeo.com/67209750
    That should fix the issue. You are currently using an older version

    Cheers!
    Yigit

    #315845
    This reply has been marked as private.
    #315847

    Hi!

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 1140px) {
    .av-main-nav > li > a { padding: 0 7px; }}

    Best regards,
    Yigit

    #315852
    This reply has been marked as private.
    #315854

    Hey!

    Please use following code instead

    media only screen and (max-width: 1140px) {
    .av-main-nav > li > a { padding: 0 4px; }}

    You have many menu items so padding should be decreased a bit more

    Best regards,
    Yigit

    #316045

    Perfect, thanks for the superb support as always!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Responsive Menu Bar Clashing with Logo’ is closed to new replies.