Archived topic
how can I make my last block at right sidebar sticky?
1 reply · Started by eran on November 1, 2022
Viewing posts 1–2 of 2
Hi,
How can I make my last block at right sidebar sticky?
I added the page for example
Try this CSS:
.inside-right-sidebar {
height: 100%;
}
.inside-right-sidebar > *:last-child {
position: sticky;
top: 100px;
}
This archived topic is closed to new replies.