Archived topic
How can I make a sidebar widget sticky in Marketer theme?
3 replies · Started by Liam on March 8, 2022
Hi there,
What CSS do I need to add for the sidebar widget labeled to be sticky? (labeled: "Email Opt In form (sticky)")
Details included in private area.
Thanks.
Hi Liam,
Here is a CSS you may try adding:
div.widget-area.sidebar > .inside-right-sidebar {
position:sticky;
top:85px;
}
Here is an article with regards to adding CSS: https://docs.generatepress.com/article/adding-css/#additional-css
Adding it through additional CSS should work.
Kindly let us know how it goes. :)
Great, thanks Fernando - that worked.
You’re welcome Liam! Glad to be of assistance! Feel free to reach out anytime if you’ll need assistance with anything else. :)