Site logo

Archived topic

Sticky sdebar css help

8 replies · Started by johnaps on April 8, 2020

Viewing posts 1–9 of 9

Hi there,

you would need to look to see if thats an option in the sticky JS script you're using.

Its ok though, if there isnt a ready easy solution for this i ll search around!! Thank you!

I think i found a solution , but i dont think its a clean one


@media (min-width: 990px) {
#left-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: -2%;
	margin-left: -60%;
	margin-bottom: 400px;
    }
#right-sidebar {
	margin-left: 20%;
}
}

Perhaps you have something better in mind?

Looks good to me :)

Good to hear that :) !

This archived topic is closed to new replies.