Comments xdrac started the conversationMarch 4, 2019 at 1:30pmIs it possible to disable smooth scroll on mobile (or touch devices) only? 2,013Support 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 Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudio1 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
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
Works like a charm, thank you!