I'm finalizing a website and the form has to be vertically centered on the page.
I have tried everything to have a margin in% but no technique works. I already bought %
, I voted as absolute to top and nothing.
I'll leave the beta link for you guys to take a look and give me a light.
Personal Code
<section class="container">
<h2>CONTATO</h2>
<form id="form-contato" action="contato/send" method="post" name="contato" >
<div class="clearfix"></div>
</form>
<div class="clearfix"></div>
</section>
.container{
width: 1024px;
margin: 0 auto;
position: relative;
}
#form-contato {color: #58595B;margin-top: 13%;}