Archived topic
Sticky side bar
5 replies · Started by Silvia on February 10, 2020
Hello,
I have a right side bar on individual posts and I would like to fix it when I scroll down. Now, once I scroll down I see the widgets, but once they are no more, there is the blank space. Is it possible to create like a sticky side bar? What I want is that it freezes when it gets to the last widget.
Thank you
Is it not possible to do ir without plugins?
It would be but some other code or plugin is adding inline CSS to all of the Theme Elements for example this is added to every DIV container:
height: auto !important;
This makes it impossible for the CSS require to work.
ok, I understand. So in that case I must use the plungin.
Thank you very much!
Unfortunately yes. Unless you can find and remove the plugin that is adding those styles.