Hi, May i know how to remove this extra spacing in the "Send a copy" confirmation checkbox.
Chi-K Hi
You can try this custom CSS rule:
#contact-form .form-check.form-check-inline { margin-right: 0 !important; }
That worked thanks.