Closed ghost closed 3 years ago
you can use minWidth option
Perfect! I used this code, now it's working perfect.
var sidebar = new StickySidebar('#right-sidebar', {
topSpacing: 120,
bottomSpacing: 20,
containerSelector: '#page-wrapper',
innerWrapperSelector: '.widget',
minWidth: 768
});
this is not working for me !
Anyone help me to disable this sticky sidebar on mobile devices?