NickHTTPS
NickHTTPS

Reputation: 799

Auto scrolling on page load issue

I have an issue on this page (http://www.loop-branding.com/). After the page gets loaded it scrolls down to a certain point.

I don't know why this happens!

Thank you very much for you help!

Upvotes: 0

Views: 239

Answers (1)

Stano
Stano

Reputation: 8939

Remove the autofocus="" attribute from the input tag

<input class="parsley-validated" id="name" name="name" placeholder="Nome e cognome" autofocus="" data-required="true" data-show-errors="true" data-error-message="Campo obbligatorio" type="text"/>

Upvotes: 1

Related Questions