Jumping to a page section instead of scrolling smoothly

Hi,

I would like to go to a certain section in my page by pressing a button in the same page. So I set the button with the corresponding ID associated to the section of the page. It works, but by jumping to the section and not by smoothly scrolling to it, which can be confusing to the visitors that may believe they are in a different page.

I have done this operation many times in other X theme sites, but it’s not working in this one…

Any suggestions?

Thank you.

https://exceltecinc.com/magna-plug-en/
(the button says “watch our video presentation”)

Hi @ProductionMD1986,

You used 1 as the ID name which is wrong and HTML does not allow you to add names having numbers as the start.

Please change the ID to something like video1 and set the link of the button to #video1 and you should see the scrolling effect.

Thank you.

Thank you very much.

It worked.

Hi @ProductionMD1986,

We are glad that it is now working.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.