Vertical spacing between fields on mobile & tablet

Hello - I’m looking to reduce the spacing between fields on mobile and tablet. I’ve applied the below Custom CSS and it looks great on desktop but does not appear to apply to mobile/tablet.

.gform-theme–foundation .gform_fields {
grid-row-gap: 20px !important;
}

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