How can align the text on a multiple choice field?

  • mguyetsky
    Asked on June 21, 2018 at 7:54 PM

    Hi, I am wondering if it is possible to align the text on a multiple choice field when the option is long and wraps to the next line. I have provided a screenshot with an arrow pointing to the problem.


    Thanks.

    Jotform Thread 1505885 Screenshot
  • Elton Support Team Lead
    Replied on June 21, 2018 at 8:35 PM

    Inject this CSS codes to your form. This should help.

    .form-checkbox-item:not(#foo) label {

        margin-left: 30px;

        text-indent: 1px;

    }

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

    Example:

    How can align the text on a multiple choice field? Image 1 Screenshot 20

    In case it doesn't work on the designated form, please let us know the form URL.

  • mguyetsky
    Replied on June 21, 2018 at 9:26 PM

    That worked, thanks.