Site logo

Archived topic

Sticky sidebars

3 replies · Started by Scott on June 19, 2022

Viewing posts 1–4 of 4

Hi

I'm trying to make the last widget in my sidebar sticky using the code discussed here.

@media(min-width: 769px) {
    .inside-right-sidebar, .inside-left-sidebar {
        height:100%;
    }

    .inside-right-sidebar .widget:last-of-type, .inside-left-sidebar .widget:last-of-type {
        position: sticky;
        top: 60px;
    }
}

I've disabled all plugins and cleared all cache, still not working.

Any ideas?

Hi Scott,

To clarify, is your site still using floats? If so, the default now is flexbox: https://docs.generatepress.com/article/switching-from-floats-to-flexbox/

You can switch from float to flexbox through Appearance > Customize > General.

It would be good to take a back up of your site before doing so.

The CSS should work after doing so.

Kindly let us know how it goes.

Perfect, thanks Fernando!

You’re welcome Scott!

This archived topic is closed to new replies.