Hello! How can I adjust the field width on the widget?

  • margkng
    Asked on October 12, 2022 at 12:58 PM

    Hello! How can I adjust the field width on the widget? How it displays on the form? One field is word wrapping when it just needs to be a little wider?

  • Girish JotForm Support
    Replied on October 12, 2022 at 1:38 PM

    Hello margkng,

    I can see you are referring to the first column on the widget added to your form https://www.jotform.com/form/222780685969071:

    1665596057 6346fa9976ac7 1210 4 Screenshot 10

    If yes please add this CSS code into the widget:

    td.col1 input {
    width: 200px;
    }

    Here is a guide on how you can add CSS codes into widgets.

    RESULT:

    1665596285 6346fb7d13155 1210 5 Screenshot 21

    Let us know if this helps.

  • margkng
    Replied on October 12, 2022 at 2:17 PM

    That did it!! Thank you!!!