$(document).ready(function () {
    if ($('body').width() <= 1024) {
        $('body').scrollTo({ top: '0px', left: '40px' }, 0);
    }
});
