The menu is to large on IPad Tablets and covers the logo partially and the last menu items drops down to next line.
This occurs in Safari, Firefox, etc.on IPad. I am not having the same issue on my Samsung Tablet.
In addition, is there a way to make the navigation on all mobile devices a hamburger only?
Hey pamk21,
Try activating the mobile menu for tablets under Enfold->Header->Mobile Menu. If you should need a custom value then you can use the following in Quick CSS:
@media only screen and (max-width: 1024px) {
nav.main_menu {
display:none !important;
}
#advanced_menu_toggle, #advanced_menu_hide {
display:block !important;
}
}
Best regards,
Rikard