Please follow the below steps to set smooth scroll link on the same page.
- Go to index.html page. Find id=”page”.
- Add data-linkscroll=’y’ attribute.
- Add ID on any section where you would like to scroll a page. For example, Add ID on “Portfolio section”.
- Add section ID in href=”#idname”. For example, add portfolio section ID in “Our Work” button link.