Hello,
Please disable “Stretch section” in the section provided by the Elementor by default, and enable the “Stretch section” by WoodMart: https://monosnap.com/file/BTNGIhEV6GqiwFWjoXyJyM9srHGCkJ and https://monosnap.com/file/cpwYVOvfYGXbw7JByockTdrliqE3xy
Please add this JS to Document ready in the Theme Settings > Custom JS to make the sidebar sticky:
jQuery(document).on('pjax:complete', function () {
setTimeout( function () {
if ( 'function' == typeof woodmartThemeModule.stickyColumn ) {
woodmartThemeModule.stickyColumn();
}
}, 200);
});
If you have any questions please feel free to contact us.
Best Regards