Tagged: iPad
Hi
I’m having this problem. I migrated a site to the new theme Enfold. I had to put this css rule to prevent on iPad in lanscape mode the menu text overlaps on the logo. ..
@media only screen and (max-width: 1283px) {
nav.main_menu { display: none !important; }
#advanced_menu_toggle { display: block !important; }
}
This way in lansdacape mode the main navigation menu is grouped into the sandwich button like on iPhone. The problem is that on the iPad mode landascape menu even when clicked doesn’t open. It only opens when I turn it again in vertical format. How can I fix?
screenshot here:
Hey!
Thank you for using Enfold.
Please remove the modifications above then go to Enfold > Header >Mobile Menu panel. Set the Header Mobile Menu activation settings to the second option.
Best regards,
Ismael
@ncase… I cannot see your private reply :(
No, that solution doesn’t help me either!
I had already selected the second option.
By the way @niguli – you could consider a different header option – e.g. logo above menu below?
Just a suggestion.
No, encase, my client wants the logo on the left
Hi!
Please add following code to Quick CSS
@media only screen and (max-width: 1300px) and (min-width: 990px) {
.av-main-nav > li > a { padding: 0 6px; font-size: 12px; }
.logo * { max-width: 75%; top: 11px; }}
Best regards,
Yigit
hi, that works. I only have to decrease font-size to 11px instead 12px because I needed to enlarge the png logo a little bit.