How do I increase the width of each of the fields, to the same width, t

  • Hoerrner
    Asked on July 2, 2020 at 7:43 AM

    How do I increase the width of each of the fields, to the same width, to cover about 80% of the width of the survey?

  • VincentJay
    Replied on July 2, 2020 at 9:55 AM

    Hi,

    Are you referring to this form? https://www.jotform.com/201813444015040

    1593697966bfshe4 Screenshot 10

    If yes, please add this custom CSS code:

    .form-textbox, .form-textarea {

        width: 500px;

    }

    To add the custom CSS code to your form, please follow this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Result of my test:

    1593698142bdhhcb Screenshot 21