Can someone guide me on how do I get the full width menu at the bottom of the screen with the Color Section at 100% height. Currently, when I set the color section at 100% height the menu is being pushed down. I just want it at the bottom of the screen and once we scroll the menu should stick to the top.
Many thanks!
Hey!
Try adding this code to the Quick CSS:
#top .av-submenu-container {
bottom: 0;
}
Cheers!
Josue
Thanks Josue. Is there any way I can only make this happen on a single page and not on all pages?
Hey!
Yes, you can use:
#top.page-id-xx .av-submenu-container {
bottom: 0;
}
Change xx by the ID of the Page.
Best regards,
Josue