Home › Forums › Support › right sidebar sticky This topic has 7 replies, 3 voices, and was last updated 3 years, 3 months ago by David. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts December 29, 2022 at 12:54 am #2476555 robin Hello, How to make the right sidebar sticky like in the “info” demo theme? Thank you December 29, 2022 at 1:04 am #2476566 Fernando Customer Support Hi Robin, For reference, can you provide a link where we can view your right sidebar? We’ll asses how to make it sticky afterward. You may use the Private Information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information December 29, 2022 at 3:17 am #2476663 robin hi, link is : https://www.raceschiens.fr/afador/ Thanks December 29, 2022 at 4:45 am #2476734 DavidStaff Customer Support Hi there, if you can remove the CSS you have added, and use this instead: @media (min-width: 768px) { #right-sidebar .inside-right-sidebar { position: sticky; top: 80px; } } December 29, 2022 at 6:37 am #2476824 robin Hi, Thank you, but I would like the sidebar to be sticky when the bottom of the sidebar is reached as on this site: https://www.dicotravail.com/convention-collective/fleuristes-vente-services- Animaux-jo-3010- idcc-1978/ thanks December 29, 2022 at 8:20 am #2477052 DavidStaff Customer Support So this CSS: @media (min-width: 768px) { #right-sidebar .inside-right-sidebar { height: 100%; } #right-sidebar .inside-right-sidebar aside:last-child { position: sticky; top: 80px; } } It will make the last widget sticky. You would need to add whatever content you want to be sticky in that last widget, if need be use a Group Block to combine multiple items December 29, 2022 at 9:42 am #2477149 robin it works ! thanks December 30, 2022 at 2:09 am #2477688 DavidStaff Customer Support Glad to hear that Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In