Hi @sharki-web-slunif-b76271691,
So Sorry for the late response due to some unavoidable circumstances. Ok if you don’t want to make the sidebar sticky then please go to Appearance > Customize > Additional CSS and paste the below 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;
}
and sorry we didn’t get you about your second issue. The sidebar is already fixed (sticky) by default you don’t need to add plugin.
Thanks