Cramped form spacing on Squarespace website

Hi,

I’ve noticed the form builder widget fields are a bit cramped on my Squarespace website. I’m wondering if there is any sort of custom CSS fix for this?

Thank you for any time spend on this.

Michael

1 Like

Hi there, @Michael_Surnak :waving_hand:

Apologies for this inconvenience!

I’ve passed the issue on to the devs and will update you once it’s fixed :slightly_smiling_face:

1 Like

Thank you Max, much appreciated.

1 Like

Hi there, @Michael_Surnak :waving_hand:

Please try to add this code to the Custom CSS field on the Appearance tab of your widget’s settings and let me know if it helped :slightly_smiling_face:

[class*="FormFieldLayout__Container-sc"] {
 margin-bottom: 20px !important;
}
1 Like

Thank you, Max. That worked great! I appreciate the fast response.

2 Likes

Perfect, you’re always welcome :wink:

1 Like