Hi,
Since updating to the most recent version of PRO I noticed that the .gsection area in Gravity Forms can no longer be over-written by CSS. I have tried over-writing it in my child theme, in the site CSS, and in page-specific CSS.
I have been using this line of css specifically to overwrite it, which previously worked:
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gsection {
margin-top: .5rem !important;
}
If you visit this page you’ll see the large gap in multiple locations in the form: https://freshfitstage.wpengine.com/boutique-studio/membership/
I’m not sure what else to do. Thanks for the help.

