How can the mobile menu become active on the Ipad at it’s landscape orientation? So I can avoid the following….see link…
Hey Justin!
Try adding this to your custom CSS.
@media only screen and (max-width: 967px) {
nav.main_menu { display: none !important; }
#mobile-advanced { display: block !important; }
}
You may need to play around with the 967 value.
Cheers!
Elliott
Hi!
Please add following code to Quick CSS
@media only screen and (max-width: 1190px) {
.av-main-nav > li > a {
padding: 0 6px;
font-size: 17px!important;
} }
Regards,
Yigit
Hey!
Please feel free to request such mobile menu here – https://kriesi.at/support/enfold-feature-requests/
You can add following code to Quick CSS and switch to mobile menu earlier
@media only screen and (max-width: 1024px) {
#mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
nav.main_menu { display: none; }}
Rating and/or comment section would be the place to leave a review i believe – http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 :)
Cheers!
Yigit