Reputation: 799
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
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