Tagged: submenu
Hi,
I am using a custom header height of 121px. The submenu appears at the bottom of the main menu block, rather than appearing just below the main menu buttons. What is the CSS that I can use to move the submenu up to just below the main menu button text?
TIA.
Hey blinddrop2,
use this code inside Quick CSS field:
ul.sub-menu {
top: 81px;
}
and adjust if needed.
Best regards,
Andy
Perfect Andy, thank you!
The tertiary menu is popping out to the left of the first submenu, is there a way to make it pop out to the right?
Example of this is under the main PRODUCTS button.
Hi,
use this code inside Quick CSS field:
#top .av-main-nav ul ul {
left: 207px;
}
Best regards,
Andy