Hi there,
On my site I noticed that on my iPad, the menu was too wide so it went into the logo.
I found a setting in the backend to “activate the mobile header for both mobile AND tablets”, with an explanation next to it that fits my problem.
I changed it but this setting doesnt seem to change anything on my iPad 3?
Regards,
Marcel
with this quick css you can set up your width :
@media only screen and (max-width: 1280px) {
.container #advanced_menu_toggle, #advanced_menu_hide {
display: block;
}
.main_menu .avia-menu, #header_main_alternate, .fallback_menu {
display: none;
}
}
you have to play with that max-width value
Hey!
Please refer to this post – http://kriesi.at/documentation/enfold/menu-overlaps-logo-on-tablets/ and if that does not help, please see – http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/
@guenni007 Thanks! :)
Cheers!
Yigit