Smooth jump from pricing section

1 reply·opened Nov 6, 2016
P
padgurcNov 6, 2016

Creating a link to content on the same page from "section-pricing" to "contact-widget" is done with:

<a href="#section-contact" class="btn btn-danger btn-block btn-lg">Contact us!</a>

Jump to the anchor tag is working but we would like to control smooth scrolling to the "section-contact",
wondering how? DEV SITE: lea.hamradio.si/~s50u/borut/index-onepage.html

Thanks

S
SemiColonWebSTAFFNov 6, 2016

Hello,

This is Definitely Possible! Simply use the data-scrollto Functionality. Consider using the following code for your Link:

<a href="#section-contact" data-scrollto="#section-contact" class="btn btn-danger btn-block btn-lg">Contact us!</a>

This will definitely work fine. Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard