October 21, 2021 at 7:46 am
#93471
Theme Horse Support Team
Keymaster
Hi Juan Podesta,
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;
}