Checkbox alignment issue

  • tylercollier
    Asked on September 19, 2018 at 11:41 AM

    I am using the default settings for a form and no matter what, the checkboxes are not aligning with the text elements of the form.  I'm very confused on why this simple element is so misaligned.  Please assist.

  • Jan
    Replied on September 19, 2018 at 1:17 PM

    I believe this is happening because the font is small. In order to fix it, please try inserting this custom CSS:

    .form-radio, .form-checkbox {
    margin-top: 1px;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    153737738709 20 xzuhj Screenshot 10

    Hope that helps. Thank you.