Okay
  Public Ticket #3488916
Disable Smooth Scrolling - mobile
Closed

Comments

  •  6
    Mickel started the conversation

    Hi, is there a possibility to disable smooth scrolling for mobile devices? That would be great, because the navigation bar and the menu are always visible (Chrome or Safari). If disabled not :-) 

    Thanks

  •  1,975
    Support replied

    Hey Mickel,

    if you can send us wp admin access in a private comment? make sure that the user has full rights using Appearance -> Theme File Editor

    or simply replace line 16 in /include/hooks-config.php with

    if( !wp_is_mobile() && serano_get_theme_options( 'clapat_serano_enable_smooth_scrolling' ) ){

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  6
    Mickel replied

    Super thanks! It works perfectly 🥳