Checkboxes are not aligned

Hello,

hope you can help me with the following.

My forms are using checkboxes but the are not alligned with the text. Please see image.

How to solve?

Plugin version: 2.7.1

Can you share a link to the page on your site where we can see the form? Thank you.

https://bit.ly/3EFAKt2

Hello. You can add this CSS to your theme (or child theme) stylesheet or via the Appearance Customizer (Appearance → Customize → Additional CSS):

body .gform_wrapper input[type='checkbox'] {
  margin-bottom: 0;
}

See also this article for additional information about placing CSS snippets: https://docs.gravityforms.com/where-to-put-your-custom-css/

When I applied that to your form, it looked like this:

If you need anything else, please let us know.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.