Checkboxes and their labels are not aligned in my form

  • dataumo2024
    Asked on September 12, 2024 at 3:16 AM

    But the checkboxes on the other pages are not equally balanced

    What can I do?



    CSS   Align radio buttons vertically Image 1 Screenshot 20 Screenshot 10

  • Sonnyfer JotForm Support
    Replied on September 12, 2024 at 3:44 AM

    Hi dataumo2024,

    You can inject the below CSS Code to align the checkboxes with the labels:

    /* Align checkboxes with labels #18927631 */
    .form-checkbox + label::before {
      margin-top: 10px;
    }
    /* Code ends here */

    Here's the expected result:

    Checkboxes and their labels are not aligned in my form Image 1 Screenshot 20

    Let us know if you need any more help.

Your Answer