Tagged: Sidebar Unsticky
I had a problem that I could not overcome. In the widget front page slidebar section I insert widgets, but in the view on this site it gets stuck and seems to be sticky. what could be the problem?
Hi noam zigman,
To make the Sidebar unsticky, please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
.widget-area .sticky-wrapper, .widget-area .sticky-wrapper.is-sticky { height: auto !important; } .widget-area .sticky-wrapper .sticky-sidebar, .widget-area .sticky-wrapper.is-sticky .sticky-sidebar { width: 100% !important; position: relative !important; top: auto !important; }
Thanks