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;
}