Hello,
There is too much space under the gravity form on my site (look at the "make an appointment" area: http://goo.gl/kawxF
I have searched here, and the solution for me is not using [raw][/raw]- that had no effect.
I put this in my custom css, and it squished all of the fields together, but did nothing to take away the extra padding at the bottom of the form.
[css]
body .gform_wrapper form .gform_body ul,
body .gform_wrapper form .gform_body ul li {
list-style-type: none !important;
list-style-image: none !important;
list-style: none !important;
background-image: none !important;
background: none !important;
padding: 0 !important;
margin: 0 !important;
border: none !important
}
How can I fix this?
Thank you!