Tagged: menu
hello, I’m having a an issue with the submenu when viewing on landscape tablet view sizes.
if you look at http://webodew.com/isa/?page_id=3273 , the last menu item is outside the orange bar. Here is a screenshot https://www.evernote.com/l/AC_W2kLCSBhPr4iejUJuG8pMv6GPICBJzQg
Can you tell me how I can get all menu items inside to appear with the orange background?
Thanks!
Hey catchmikey!
Add this to your custom CSS.
.av-submenu-container {
height: auto !important;
}
Cheers!
Elliott
ok great, thank you!