One Page Not Scrolling to Section
I have three logos, each linked to three sections below. But when I click on the logo, all three links go to the first one section only.
When I load the page with the section ID, it works fine: https://staging.rofotrading.com/detailing-products/#section-restore-fx
Can you please help?
Comments
please add the class="scroll" to each custom link element you want to enable smooth scrolling on.
thanks
<a href="#myid" class="scroll"><img src="image_url" /></a>
cheers