Site logo

Archived topic

Add a sticky sidebar

4 replies · Started by SOMNATH on March 21, 2021

Viewing posts 1–5 of 5

Hello,

I have got this code from the support forum.

@media(min-width: 1024px) {
    .both-sidebars .site-content {
        display: flex;
    }
    .both-sidebars .site-content > div {
        left: unset !important;
    }
    
    #left-sidebar {
        order: -1;
    }
    
    .inside-left-sidebar, .inside-right-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 60px;
    }
}

And it is working well.

Nice one! Glad you got it sorted. Thank you for letting us know. :)

Hi would be cool to have it as a customiser feature

This archived topic is closed to new replies.