Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #558693

    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!

    #558765

    Hey!

    Try adding this code to the Quick CSS:

    #top .av-submenu-container {
        bottom: 0;
    }

    Cheers! 
    Josue

    #559034

    Thanks Josue. Is there any way I can only make this happen on a single page and not on all pages?

    #559121

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.