Hi,
Is there a way to make the top menu for ipad different than the desktop menu? The phone meny looks fine but the ipad menu has the logo overlapping the text because there are too many menu items.
Can I arrange it so that specific menu items are shown depending on ipad vs. laptop?
Thank you for your help,
Joaquim
Hey Jmiro1,
Please try the following in Quick CSS under Enfold->General Styling to use the mobile menu on tablets as well:
@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
Amazing thank you it works.
Best Regards,
Joaquim
Hi,
Let us know if you have any other questions or issues :)
Best regards,
John Torvik