I'm currently creating a form with Gravity Forms on a Wordpress site (lightspeedinternet.com.au/residential/signup), however I'm finding the text label is overlapping with the radio button. Trying to edit the CSS of the label moves the radio button as well? Any tips on how to fix this would be appreciated
Add this custom style to your css:
#label_2_2_0 {
padding-left: 30px;
}
this will add a left padding for your label