Hi,
on our site we have a long menu. On tablets, or small displays the menu will cover the logo and there will be two or more lines.
How can i add a custom value for changing to the mobile menu?
cheers,
patrick
Hey Schloss Klaus!
Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px. If that does not help, please add following code to Quick CSS
@media only screen and (max-width: 1140px) {
.av-main-nav > li > a { padding: 0 7px; }}
If that too does not work, please post the link to your website
Best regards,
Yigit