[Resolved] Side Bar Sticky

Home Forums Support [Resolved] Side Bar Sticky

Home Forums Support Side Bar Sticky

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1305812
    Mike

    Hello
    Would it be possible to make the right side bar sticky for posts?

    Example would be in my website url which has the function enabled for a diffrent theme

    thank you

    #1305881
    vara prasad

    use Q2W3 Fixed Widget for WordPress its works best for me try it

    #1306008
    David
    Staff
    Customer Support

    Thanks Vara – thats a good plugin.

    Alternative for just sticking the Right Sidebar you can use this CSS:

    @media(min-width: 769px) {
        #right-sidebar {
            position: -webkit-sticky;
            position: sticky;
            top: 80px; /* Adjust value to increase space above */
        }
    }
    #1306824
    Mike

    awesome thank you both

    quick question, is there a way to increase or customize the spacing at the beginning of the side bar when you scroll down?

    View post on imgur.com

    would like a bigger gap there

    thanks

    #1307089
    Tom
    Lead Developer
    Lead Developer

    You should be able to increase the top: 80px; CSS that David provided above ๐Ÿ™‚

    #1307268
    Mike

    awesome thanks!

    #1307922
    Tom
    Lead Developer
    Lead Developer

    No problem ๐Ÿ™‚

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