how do i expand the text box questions so the answers don't go into two lines?

  • taralong
    Asked on May 26, 2015 at 3:50 PM
  • Carina
    Replied on May 26, 2015 at 5:24 PM

    If you wish to expand the text-box fields on the form you can use the form designer to increase the width:

    how do i expand the text box questions so the answers dont go into two lines? Image 1 Screenshot 30

    Select the text-box field (1); edit the width (2):

    how do i expand the text box questions so the answers dont go into two lines? Image 2 Screenshot 41

    Or you can add this css code:

    .form-textbox {

        width: 250px;

    }

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

    If you wish to change the labels width you can also select the labels as described above, on the form designer or you can add the css code:

    .form-label {

        width:200px;

    }

    If you need further assistance please let us know the form's url and the field name so we can be of further assistance.

    Let us know if we can assist you further.