Archived topic
Bottom of right sidebar sticky
7 replies · Started by Sam on April 13, 2021
Hello,
Is it possible to make the bottom of the right sidebar sticky?
Thank you,
Sam
Hi there,
It's definitely possible with custom CSS.
Can you link us to the page you're working on so we could inspect and help out with the CSS writeup?
Let us know.
Hello,
Currently, I am working on staging before pushing live, so I will come back to this one. Thanks!
Sam
Assuming you have the standard right-sidebar, it's normally done with this CSS:
.inside-right-sidebar {
height: 100%;
}
.inside-right-sidebar > *:last-child{
position: sticky;
top: 60px;
}
But I can't be sure if this fits your site as I've not inspected it yet.
Hi - now that my site is live, I am revisiting making the right sidebar sticky. I'd like the right sidebar to stick at the bottom of the last content piece.
Would I just need to input the above code? Linked my site below.
Thank you,
Sam
Hi Sam,
You could try the CSS Elvin provided first to see if that's the result you are looking for.
Let me know :)
Hi guys,
I've tried this on my blog - sort of works but it's the top that sticks.
I would like the scroll to start immediately and then stop at the bottom.
Are you able to update CSS?
Hi there,
can you raise a new topic where you can share a link to your site so we can see whats required