How can i modify the minimum size of the browser windows after which the mobile menu appear?
My problem is that my menu goes above the logo when the browser windows is too little but not so little to became a mobile menu…
Hey alessandro!
Thank you for using Enfold.
Please go to Enfold > Header Layout > Mobile Menu > Header Mobile Menu activation panel. Choose the second option to force the theme to show the mobile menu earlier. Remove browser cache then reload the page a few times.
Cheers!
Ismael
Hi..
I have tried it but is not enough. i need to configure the conversion from the normal menu to the mobile menu before than 990px
Hey!
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
Very good!!! :)
Thanks