Site logo

Archived topic

Move the right sidebar down and up on scroll

5 replies · Started by Glasul Vietii on July 18, 2022

Viewing posts 1–6 of 6

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 ?

Try this CSS, you can play around with the topvalue.

#right-sidebar .inside-right-sidebar {
    position: sticky;
    top: 0;
}

I'm not sure I fully understand what you are looking for, is there any example site I can have a look at?

This archived topic is closed to new replies.