Align the form to the left of the page

Add this code to the Custom CSS field on the Appearance tab of your Contact Form widget’s settings:

[class*="Content__WidgetContainer-sc"] {
margin-left: 0 !important;
}
2 Likes