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

    Hi!
    First off, amazing theme. I’ve used it on 4 different websites in the past 2 months and the potential is unlimited – I see no need to use any other theme anymore. Great work! Our site right now is a simple one pager that we quickly put together but now we’re looking to expand on its content and visuals.

    I was checking out a bunch of random sites the other day and came across this: http://provideoannouncements.com/

    In the top blue section, the content is fixed and scrolls with the page (and is then “swallowed up” by the next section). How do I achieve this effect?
    My dismal attempt of creating a custom class with position:fixed; and applying it to the content block didn’t do anything so I’m assuming there’s more to it than that.

    Furthermore, is it possible to have a colour section video background’s position fixed as well?

    Thanks!

    #632336

    Hey XtremeHospitality,

    Thank you for using Enfold.

    Create two color sections with the same height. In the first color section, set the Section ID to “fixed-section” and use “invisible-section” for the next one. Add the following code in the Quick CSS field:

    #fixed-section {
        position: fixed;
        top: 0;
    }
    
    #invisible-section {
        visibility: hidden;
    }

    Best regards,
    Ismael

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