Input box and checkboxes and other items do not keep the space

The space for the inputbox for name and check boxes do not seem to have the right spacing.

Hi Gio,

It’s in all probability your WordPress theme’s influence. So you’ll probably need to employ some custom CSS to sort it out.

Is your form publicly visible so I could take a look?

Hi Gio,

To resolve the issue, try the following CSS code in the child theme’s style.css file or in Appearance → Customize → Additional CSS.

.ginput_container_checkbox .gchoice input {
  margin-right: 10px !important;
}

Output: :point_down:

Give it a try, and let me know how that goes! :smile:

1 Like

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