Archived topic
Move the right sidebar down and up on scroll
5 replies · Started by Glasul Vietii on July 18, 2022
Hi,
How can I make the right sidebar that i made with Query Loop Block and GP block element Sidebar to move up and down the same time when someone is scrolling on the page? There is an option in Generatepress, i keep searching and didnt find anything, maybe some CSS code?
This right sidebar : https://generatepress.com/forums/topic/right-sidebar-with-text-on-thumbnail/
Hi there,
do you want the sidebar to be sticky ? If so can share a link to where you want that to be applied ?
Hi , we wanted to be in the blog section (category)
http://test.glasulvietii.ro/category/stiri/
We test here and if everything is ok we put on the live website.
Thanks!
Try this CSS, you can play around with the topvalue.
#right-sidebar .inside-right-sidebar {
position: sticky;
top: 0;
}
I test the code, it becomes sticky, but the content in the rightsidebar doesnt scroll.
I need the content from the right sidebar to scroll and the whole right side bar to scroll
You can take a look now at : http://test.glasulvietii.ro/category/stiri/
And the to compare this one: http://test.glasulvietii.ro/2022/06/14/bine-te-regasim-mare/
Thanks!
I'm not sure I fully understand what you are looking for, is there any example site I can have a look at?