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?
Hey!
Go to Enfold > Header Layout > Mobile Menu and change the option that makes the hamburger menu icon appear sooner.
Regards,
Josue
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
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
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
Perfect, thanks for the superb support as always!