Text alignment beside the check box

  • lunchymoon
    Asked on February 3, 2017 at 9:26 AM

    Hello,

     

    I need to align the text beside the checkbox. I cannot do that from the option of the form. Can you help me with that?

    I suppose it is the css

     

    Thank you

    Jotform Thread 1055886 Screenshot
  • Jan
    Replied on February 3, 2017 at 11:11 AM

    Please insert this CSS code in order to fox this issue:

    [data-type="control_radio"] .form-input, [data-type="control_checkbox"] .form-input, [data-type="control_radio"] .form-input-wide, [data-type="control_checkbox"] .form-input-wide {
       max-width: none !important;
    }

    .form-radio-item, .form-checkbox-item {
       max-width: none !important;
    }

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

    Text alignment beside the check box Image 1 Screenshot 20

    Hope that helps. Thank you.