How to disable the scroller on lower resolutions ?
Just input this in a Extra CSS
@media (max-width: 720px){
body .scroller-con .scroller{ height: auto!important; position:relative!important; } body .scroller-con{ height:auto!important; }
body .scroller-con .scroller .inner{ height: auto!important; position:relative!important; }
body .scroller-con .scrollbar{ display:none; }
}