Vertical space between different form fields

I’ve been trying to expand the vertical space between the form fields, but I can’t do it
I have tried to use the following css, but I only get that the space between the headlines of the fields is enlarged, but not between the response blocks, thus being out of square

body .gform_wrapper label.gfield_label {
	margin-top:20px;
}

Hi Luis. Can you please share a URL for the page on your site where we can see the form? Thank you.

Try

margin-top: 20px !important;

Also

padding-top: 20px !important;

As Chris asked, the URL would be helpful.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.