Comments xdrac started the conversationMarch 4, 2019 at 1:30pmIs it possible to disable smooth scroll on mobile (or touch devices) only? 1,974Support repliedMarch 4, 2019 at 5:44pmTry addingif ($(window).width() < 960) { $('body').removeClass('smooth-scroll');}in /js/scripts.js at the beginning of PageLoad() function.Then hard refresh your content in the browser.Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy1 Likexdrac repliedMarch 4, 2019 at 7:09pmWorks like a charm, thank you! Sign in to reply ...
Is it possible to disable smooth scroll on mobile (or touch devices) only?
Try adding
if ($(window).width() < 960) {
$('body').removeClass('smooth-scroll');
}
in /js/scripts.js at the beginning of PageLoad() function.
Then hard refresh your content in the browser.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Works like a charm, thank you!