# Smooth Scroll

The template has a working Smooth Scroll plugin for page scrolling. You don’t have to adjust anything as it’s on by default.

# Markup

<main class="page-wrapper" id="js-smooth-scroll">
  ...
</main>

If you don’t want it, simply remove the #js-smooth-scroll id from the main page wrapper.

Note

For the sake of good UX on your website for mobile users, Smooth Scroll is always OFF on touch devices.