How can I remove the additional padding that happens when a checkbox is selected? It’s pushing my text to the right and becomes uneven. Thanks so much!
The page I need help with: [log in to see the link]
Sorry for the delay. I didn’t see any checkbox on your contact page. If you’ve already removed it, please add it back so I can take a closer look and help you fix the issue.
The issue you’re experiencing with some CSS code comes from your active theme, which overrides the Ninja Forms CSS code or styles. To resolve the issue, try the following CSS code in the child theme’s style.css file or in Appearance → Customize → Additional CSS.
.listcheckbox-container .listcheckbox-wrap ul li input.nf-checked{ float: inline-end !important; }