Change padding on the sides on mobile

Add the code below to the Custom CSS field on your Form widget’s Appearance tab:

@media(max-width: 550px) {
[class*="WidgetBackground__Container-sc"] {
padding: 30px !important;
}
}

Guys, if this code was helpful to you, please drop a line in the comments. Your feedback helps us improve our services and provide better solutions :slightly_smiling_face: