I can't seem to figure this one out, hopefully you guys can help.
When I load my website, it opens up at the bottom of the page. I thought it may be the smooth scroll js script or the parallax scroll js script causing this, but when I comment them out it still does the same.
My website still need lots of work on it but I have made my website live for a while so you can have a look. www.caico-studio.com
Thanks in advance!
Your contact form has an element with "autofocus" attribute set.
<input class="form-control" id="name" name="name" placeholder="Name" type="text" required="" autofocus="">
I actually did not know about this new attribute, there are a few sites explaining it, here for example; http://davidwalsh.name/autofocus
This is because you have set focus to the input id=name. If you want your webpage to load from the top remove the autofocus.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With