I'm trying to make a smooth scroll when I press a link (in this case Contact us
) to an anchor tag (#contact_us
) present in a different section but on the same page.
The issue is that there is no smooth scroll whatsoever, it just immediately sends me to the anchor tag.
How can I make sure that there is a smooth scroll effect when I press the link?
Should I use JS or just CSS (if such a thing is possible) because I'm using PHP?
Thanks in advance for the tips :D.