let a section stay visible while scrolling

Home Forums Jevelin Theme let a section stay visible while scrolling

Home Forums Jevelin Theme let a section stay visible while scrolling

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • Nimtree
    Participant

    Hi !
    Is it possible to have a section on my website stay visible while the user scrolls down the page ?

    http://allezviens.be/

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi @Nimtree,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #content .fw-page-builder-content > .sh-section:first-child {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        right: 0;
        width: 100%;
    }

     

    Best regards,
    Shufflehound team

    Nimtree
    Participant

    Hellooooo
    Thank you so much guys !

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)