The space between my radio buttons and checkboxes to the actual text is too small. I cannot see how to add padding. Can anyone help?
Hi Jason. Can you share a link to the page on your site where we can see the form? Thank you.
Hi Jason. You can add this CSS to your theme (or child theme) stylesheet or via the Appearance Customizer (Appearance > Customize > Additional CSS) to style all the radio button fields in all Gravity Forms forms:
body .gform_wrapper input[type='radio'] {
margin-right: .5em;
}
When I applied that to your form, it looked like this: firefox 0ySD8DTQjl.png - Droplr
Let us know if you have any other questions.
Thanks Chris!
1 Like