How to increase question fields wider?

  • babynest
    Asked on June 21, 2016 at 2:13 AM

    How do I make the question answers and format wider?

  • Mike_G JotForm Support
    Replied on June 21, 2016 at 4:10 AM

    Are you referring to this form in your account?

    http://www.jotform.com/40639561993163

     

    I have created a clone version of your form and added the CSS codes below to it.

    .form-input-wide, .form-textbox, .form-address-table, .form-address-line, .form-checkbox-item, .form-radio-item, .form-textarea{

        max-width: 600px !important;

    }

    [id$="_phone"]{

    max-width: 390px !important;

    }

    You can refer to this guide to learn how to inject custom CSS to your forms:

    How-to-Inject-Custom-CSS-Codes

    Here's the link to the clone version of your form that I have used for testing.

    https://form.jotform.com/61721662927965

    If this is not the form you are referring to or this is not what you're trying to achieve, please feel free to get back to us with more information so we can further help you.

    Thank you.