Archived topic
Make last sidebar sticky
5 replies · Started by Sam on May 25, 2021
I want to make the last sidebar GenerateBlock sticky.
I followed the instructions here but it's not working https://generatepress.com/forums/topic/how-make-a-block-which-replace-right-sidebar-to-stay-sticky-on-scroll/#post-1389742
Hi Sam,
David's could would work if your site was set to "Flexbox" on Appearance > Customize > General.
Can you try it out and check?
Hi Elvin,
I changed it to Flexbox and cleared cache. Still no luck. Any other options?
After turning the site structure into flexbox, can you try this CSS?
.inside-right-sidebar {
height: 100%;
}
.inside-right-sidebar .sticky-block {
position: sticky;
top: 20px;
}
Let us know how it goes.
That worked! Thanks Elvin.
Glad you got it sorted. No problem. :)