Is it possible to change the width of each text and text area field?

  • graymontHR
    Asked on January 8, 2020 at 5:05 AM

    Is it possible to change the width of each text and text area field? I'm a rookie with CSS.

  • roneet
    Replied on January 8, 2020 at 6:52 AM

    Yes, it is possible to customize the width of the textbox. We can guide you further. We will inject custom CSS in your Form if you clarify your requirement.

    Thanks.

  • graymontHR
    Replied on January 8, 2020 at 12:47 PM

    Thanks for the quick reply, Roneet. To be specific, in our form Stage 1: Performance Planning, we are using Configurable List to track projects. We are using only the Checkbox and two textarea fields. We need the two textarea fields to be big enough for the employee completing to form to be able to see what it is they've entered into the field. Right now it will show only a few words. Any guidance or help would be greatly appreciated.

  • KrisLei Jotform Support
    Replied on January 8, 2020 at 3:22 PM

    Hi,

    Thank you for the clarification.

    Please try to inject the following CSS codes on the Configurable List widget's Custom CSS tab.

     input[type="text"] {

        width: 150px !important;

    }

    For your reference: How-to-Inject-CSS-Codes-to-Widgets

    You can change the value of the width according to your preferences. Let us know if you need further assistance.