Hey Guys/Gals,
I'm struggling to find some CSS to reduce the space between the bold text in the form header and the first field (name field). Any ideas?
http://www.hourglasspersonalhistories.com/contact-us/
Thanks!
Hey Guys/Gals,
I'm struggling to find some CSS to reduce the space between the bold text in the form header and the first field (name field). Any ideas?
http://www.hourglasspersonalhistories.com/contact-us/
Thanks!
I think Gravity Forms is trying to clear the image you have on the right side of the page. You can override it adding this to your custom.css in Thesis:
[css]
body .gform_wrapper ul li.gfield {
clear:none!important;
}
Perfect! Thanks!
You're welcome.