Site logo

Archived topic

Sitcky sidebar

3 replies · Started by Ewa on November 8, 2021

Viewing posts 1–4 of 4

Hello,

can you help me please to set a sidebar as sticky? I used the codes you recommended:

@media (min-width: 769px) {
#left-sidebar {
position: -webkit-sticky;
position: sticky;
top: 0;
}
}

but it doesn't work and I don't know why. Please look here: https://di-strategies.com/c/resume-templates/

Hi there,

Remove this CSS you've added in Additional CSS field:

body, html {
    overflow-x: hidden;
}

And your previous CSS.

Then add this:

.separate-containers .inside-left-sidebar {
    position: sticky;
    top: 70px;
}

Yes. That was it. Thank you very much

No problem :)

This archived topic is closed to new replies.