Blog sidebar / widget scroll

Home Forums Gillion Theme Blog sidebar / widget scroll

Home Forums Gillion Theme Blog sidebar / widget scroll

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

    Is there a way to make the blog sidebar / widget not “semi-fixed”?  When I have a long blog post, the sidebar scrolls with it until the end of the sidebar widgets, then the sidbar becomes fixed while I scroll to the bottom of the article.  I would like it to behave like a simple sidebar … start at the top of the page and then scroll off the top of the screen if the article is long, leaving white space on the side of the article.

     

    Example for reference:  https://www.popularityexplained.com/why-lara-jean-fell-for-peter-and-why-you-probably-did-too/

     

    Thank you!

    Solution for this topic

    Hi @dgtlrose,

     

    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

     

    #sidebar .theiaStickySidebar {
        position: static !important;
    }

     

    Best regards,
    Shufflehound team

    dgtlrose
    Participant

    Perfect! Thank you!

    You are most welcome here 🙂

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