Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #546746

    Hi There

    I want to create a section on my site which scrolls with my page.

    I have my menu set to scroll down the page but I want to have a colour section under my menu which also scrolls as the viewer moves down the page. I will then use this colour section to showcase additional page anchor links.

    My menu will always be the same on every page of my website but the anchor links will change per page. This is why I would like to add a simple colour section which also scrolls.

    I have seen this on an Enfold demo where the header scrolled down and once it met with a colour section they both scrolled together. I am sorry but I now cannot find where I saw this.

    Any help would be great.

    For reference my website is http://uniquekbb.co.uk/beaded/ and it is the White section under my header which I want to scroll with the header.

    Thanks

    #547188

    Hey WebjunkieCreative!

    Add this to a codeblock element in that page.

    <style type = "text/css">
    #av_section_1 {
        position: fixed !important;
        top: 100px !important;
        z-index: 99999 !important;
    }
    </style>

    Cheers!
    Elliott

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