Hello,
We noticed that on our website that when we use it on iPad, landscape, the logo gets covered by the menu items.
Any reason why the menu items don’t shrink down to fit?
Hey ccarberg!
Thank you for visiting Kriesi’s support forum.
Please go to Enfold > Header Layout > Mobile Menu panel. Look for the Header Mobile Menu activation setting, select the second option to activate the mobile menu earlier.
Best regards,
Ismael
Hey!
Please try this code – it will reduce the padding of the menu items for smaller screens:
@media only screen and (min-width : 768px) and (max-width : 1024px){
.av-main-nav>li>a {
padding: 0 8px;
}
}
You can insert the css code into the quick css field or child theme style.css file.
Best regards,
Peter