Archived topic
smooth scroll doesn't work.
1 reply · Started by eran on October 30, 2022
Hi,
I followed the instructions from the documentation, but it still doesn't work.
I made a table of content with the smooth-scroll class plus the smooth scroll is enabled in the customizer.
How can I make it work?
I added the page in the private message
Hi there,
So the smooth-scroll class gets added to the <p> element and not the <a> using that method. And it needs to be on the <a>
To fix that, Add the PHP snippet from this document to your site:
https://docs.generatepress.com/article/generate_smooth_scroll_elements/
It will make any link work with the smooth scroll.