June 9, 2021 at 12:23 pm
#89393
Theme Horse Support Team
Keymaster
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