scrolling right side widget when scrolling
- The topic ‘scrolling right side widget when scrolling’ is closed to new replies.
Need help? Check out our Support site, then
Hi again,
I would like to know if it is possible to have a scrolling rightside widget menu when scrolling through the blog post.
Right now I do not want to add more widgets to the right side. This results in an empty space halfway through the post, when you write longer blog posts. It would be great when scrolling through the blogpost that the right side widgets would scroll down with it.
Thank you!
The blog I need help with is: (visible only to logged in users)
Hello,
You could try the following style to see if it gives you the effect you’re looking for:
.single .five.columns {
position: sticky;
top: 48px;
}
I hope this helps. Thanks!
That’s perfect, it works! Thank you!
Mark as resolved :)