Hi,
If you have a look at the link posted, the fullwidth menu looks great until the screen size is less than about 1113 pixels. Some of the menu items drop below but then they dissapear after a while, and even then they are visible underneath they are just floating words and don’t have the same formatting as the first bit of the menu. At 400px only three submenu items are showing.
This feature is going to be very useful for me if we can get it to work.
Cheers
Hey TheProductionHouseEvents!
Thank you for the heads up.
Please use this on Quick CSS or custom.css to resize the submenu on smaller screen size:
@media only screen and (max-width: 1113px) {
#top .av-subnav-menu > li > a {
padding: 0px 5px 0px 7px;
font-size: 11px;
}
}
Cheers!
Ismael
Hi Ismael,
Sorry it’s still not working.
Ive noticed as well, when the menu items drop below, they become unselectable if there is more than one menu item that has dropped down.
Hey!
Try adding this code to the Quick CSS:
#top .av-submenu-container {
height: auto;
}
Cheers!
Josue
BRILLIANT!!!!!!!!! Worked like a charm. Thanks so much!