Hey guys, to avoid the main navigation from wrapping on 2 lines on the Ipad (both orientations)…
can i have the mobile menu resolving on tablets? As opposed to line-wrapping…?
Hey Justin!
Yes, you can change that in Enfold > Header Layout > Mobile Menu > Header Mobile Menu activation
Cheers!
Josue
Hey!
Unfortunately the only two options you have are to reduce the padding/spacing on the menu items further or to decrease the number of menu items so there is more room.
Best regards,
Devin
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 479px) {
.avia-layerslider {
display: none;
}
}
Cheers!
Josue
Hey!
Can you post a link to that page?
Best regards,
Josue
Hey!
The font is too big, add this to Quick CSS:
@media only screen and (max-width: 989px) {
#top #wrap_all .main_color h1 {
font-size: 22px;
line-height: 28px;
}
}
Cheers!
Josue
Thank you
You are welcome, glad to help :)
Regards,
Josue