Archived topic
SIdebar widget on blog post
6 replies · Started by James on February 2, 2022
Hi there,
Any chance you can link us to the page in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
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?
Ah yes my bad. I forgot to include how.
Here's our recommended way of adding CSS - http://docs.generatepress.com/article/adding-css/