Archived topic
How To Make Sidebar Sticky? Please Help...!!!
2 replies · Started by Den on April 9, 2020
Viewing posts 1–3 of 3
Hello team,
I recently bought GP premium but under the settings, I didn't found the option to make the sidebar sticky. Can you please help me out with this? as the sticky sidebar is what I'm looking for right now.
Thanks in advance.
Hello team,
I've found the option from another support topic. Just add the custom CSS.
@media (min-width: 769px) {
#right-sidebar {
position: -webkit-sticky;
position: sticky;
top: 0;
}
}
Glad you've found the solution :)
This archived topic is closed to new replies.