Tagged: dropdown menu, enfold, portrait, tablet
Hi
I have configured a website to display a drop down menu and I notice is does not display when viewed in tablet portrait view.
How can this be overcome, without resorting to a slideout menu?
Kind regards
Duncan
Hi Duncan,
Can you post the link to your website please?
Regards,
Josue
Hey!
Add this on Quick CSS or custom.css to display the mobile menu on iPad:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .mobile_menu_tablet .main_menu {
display: block;
}
}
Cheers!
Ismael
Many thanks Ismeal for your quick reply.
css works a treat!
cheers
Duncan