Hi, I’m building a product page with Pagefly and use scroll to section but when I click on the button, it just stays and doesn’t scroll down to the section below.
How to fix this? Thank you.
Hi, I’m building a product page with Pagefly and use scroll to section but when I click on the button, it just stays and doesn’t scroll down to the section below.
How to fix this? Thank you.
Hi @Karenuh
I also sent you a message via inbox that you sent. I’ve just checked the page you sent and the issue is Page do not scroll to the correct section
Please Add this code into Custom JS (find the header height and replace it with <>)
window.pf_accordion_offset = <
To find the header height, click on Inspect and hover over the header, for example:

So the code should be:
```css
window.pf_accordion_offset = 144;
For more details, please contact us via Live chat
thanks, it works!