Archived topic
Fixed widget sticky sidebar
6 replies · Started by Afiq on January 25, 2021
Hi, please help before this i used q2w3 plugin for fixed widget to make sticky sidebar.
Now the plugin seem like not compatible because it doesnt sticky anymore.
How can i make just using css, i try refer this forum before but still doesnt work.
Hi there,
Are you trying to make the entire sidebar sticky or just a single widget within the sidebar?
just single widget, the last one
any update?
i try refer to this, but doesnt work
https://generatepress.com/forums/topic/how-to-make-last-widget-sticky-without-plugin/
Hi there,
do you still have the Sticky Plugin enabled ?
already disabled
One of you're other plugins is adding inline styles to all Elements, if you right click > inspect the site and check most of the elements you will see: style="height: auto !important;"
Whilst that style is there it will be impossible to set the inside-sidebar container to 100% height, which is required to make that element sticky.
You would need to remove what ever plugin that is causing that to make it work. And i cannot tell you which plugin is causing it.