New Landing › How can we help? › Cardinal › In my website submenu not show in mobile width
Hi @orange,
I can’t replicate that on an actual mobile/tablet/resized browser.
The only issue on tablet is that your menu items are too long, forcing them to the 2nd line.
– Ed
I know it, We should change menu view for tablet as a mobile menu
This isn’t possible as standard.
You could try this custom css to reduce the menu size:
@media (max-width: 979px) and (min-width: 768px) { nav .menu li { font-size: 12px; } nav .menu li a { margin: 0 9px; } }
Thanks for help 🙂
No problem
You must be logged in and have valid license to reply to this topic.