Help on Product Landing page

@dreamo123 hello, you might want to check the following link - smooth scroll effect with CSS and jquery (for the future ) https://www.w3schools.com/howto/howto_css_smooth_scroll.asp#section2

1 Like

id is not the correct way to designate an anchor link.

Also, you don’t really have any content to scroll to. You could add dummy text as placeholder to test it out.

Hey @nycoder_aw!
I told @dreamo123 that you have coded like this.

Sorry, I replied to the wrong person!

But, best practice is not to use ‘id’ for anchor tags. It’s for JavaScript.

1 Like