Make Sticky Sidebar
-
I’ve used some code to create a sticky sidebar, but it doesn’t work
This code is one of them:
@media (min-width: 769px) { #right-sidebar { position: -webkit-sticky; position: sticky; top: 0; } }
I even disabled the cache plugin. Still not working
What do I have to do?
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Make Sticky Sidebar’ is closed to new replies.