Gravity Forms Space Between Fields in Collapsible Sections [RESOLVED]

Hi Ashley. How about this CSS instead:

div.collapsible-sections-collapsible-body div.gfield,
div.collapsible-sections-collapsible-body fieldset.gfield {
  margin-bottom: 40px;
  background-color: palegreen; /* only so you can see where this is being applied */
}

Here is what it looks like when I apply that to your page here:

1 Like