Home › Forums › Support › Smooth-Scroll does not apply on mobile This topic has 1 reply, 2 voices, and was last updated 5 months, 2 weeks ago by David. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts October 17, 2022 at 11:53 pm #2377051 Sascha Hi I have smooth-scroll activated and also applied this code to make it work for all internal links: add_filter( 'generate_smooth_scroll_elements', function( $elements ) { $elements[] = 'a[href*="#"]'; return $elements; } ); But on mobile it’s not working, as you can see on this page Can you please check and help? Thank you in advance and kind regards, Sascha October 18, 2022 at 4:52 am #2377322 DavidStaff Customer Support Hi there, have you tried clearing your browser caches ? As it works on my iPhone. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In