Tagged: fullwidth menu
Hi,
I have an issue with the fullwidth sub-menu. I trying to use the feature as navigation points throughout a single page under each “Color Section”
I don;t want the menus to be “sticky” so have unchecked that box.
When they are “sticky” all the menu’s appear in the right place. However when they are not “sticky” only 1 menu shows and it’s positioned above the first “color section” rather than below it.
I’ve updated to the latest theme version and the latest wordpress version, searched the forums but have not been able to resolve the issue.
Any help gratefully received.
The site can be viewed here
also, I’ve provided a screenshot of the backend so you can see how I was hoping the page would be laid out here
Hey!
Try adding this code to the Quick CSS:
#top .av-submenu-container {
position: static;
}
Cheers!
Josue
Hi Josue,
That did the trick, thank you!
Regards,
Stuart