Tagged: floating contact form
Hi,
I’ve set up my contact form in a color section so that i have an image behind it. How can i move the form to the top of the page? It’s currently floating in the middle. http://larysasendich.com/contact/
thanks!
Hey lmanney,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.page-id-550 .avia-section.av-minimum-height .container .content {
vertical-align: top!important;
padding: 50px 0 0 0;
}
Best regards,
Vinay