Site logo

Archived topic

Make last sidebar sticky

5 replies · Started by Sam on May 25, 2021

Viewing posts 1–6 of 6

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. :)

This archived topic is closed to new replies.