Smooth scroll on page links

Please follow the below steps to set smooth scroll link on the same page.

  1. Go to index.html page. Find id=”page”.
  2. Add data-linkscroll=’y’ attribute.
  3. Add ID on any section where you would like to scroll a page.  For example, Add ID on “Portfolio section”.
  4. Add section ID in href=”#idname”. For example, add portfolio section ID in “Our Work” button link.

1


 

2


 

3

Related Articles