How do I change the width of the answer options on questions?

  • frenda
    Asked on April 3, 2019 at 9:53 AM

    How do I change the width of the answer options on questions?


    15542995862019 04 03 15 51 41 Screenshot 10

  • roneet
    Replied on April 3, 2019 at 11:58 AM

     Please inject the following CSS code in Form Designer of your Form:

    .form-checkbox-item:not(#foo) label {
     width: 600px;
    }

    Please refer to this guide to inect the custom CSS:

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

    Let us know if you have further question.

    Thanks.