Form checkbox and single question labels are not aligned

  • logicalsystemsrb
    Asked on April 2, 2019 at 2:39 PM

    Hello,


    On our New Customer Contact form, the form is fine but when it is published and linked to our website (https://www.logicalsystemsrb.com/new-customers.html) the multiple choice option's text isn't in line with the checkboxes. I have attached a screenshot as an example. Do you have any tricks or methods to help fix this?


    Thanks,

    Dominique J. Redlin

    Logical Systems, LLC

    Customer Sales/Support/Website Design/Video Design

    Jotform Thread 1779933 Screenshot
  • Richie JotForm Support
    Replied on April 2, 2019 at 4:43 PM

    I have checked your form and it seems the fields are not aligned correctly.

    Form checkbox and single question labels are not aligned Image 1 Screenshot 20

    You may use custom CSS to fix this issue.

    .form-checkbox-item{
      display: flex;
    }
    .form-radio-item label {
      
        position: absolute;
    }

    Guide:https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Please give it a try and let us know if you have further questions.