Archived topic
Sidebar Sticky
5 replies · Started by Jatin on October 13, 2020
Viewing posts 1–6 of 6
Can i make my sidebar sticky when i scroll down the page / post
Hi,
Can you link us to the site in question so we could take a closer look?
You can provide the site details on the Private Information box. Thank you.:)
Site link
You can try this CSS out:
.inside-right-sidebar {
position: sticky;
top: 60px;
}
Let us know if it works for you. :)
Thanks. Works fine in one shot.
Nice one. No problem. :)
This archived topic is closed to new replies.