Site logo

Archived topic

SIdebar widget on blog post

6 replies · Started by James on February 2, 2022

Viewing posts 1–7 of 7

Sure i have added the link to the page to the private area below

What's taking so long?

Hi James,

My apologies for the replies taking longer that usual. WP 5.9 just got released and it sent waves of issues.

To answer the question:

You can try adding this CSS:

.inside-right-sidebar {
    min-height: 100%;
}

.inside-right-sidebar > *:last-child {
    position: sticky;
    top: 60px;
}

Ok thanks, where do I add this CSS?

This archived topic is closed to new replies.