Changing the width of a text area

  • stormingrobots
    Asked on January 23, 2017 at 4:16 PM
    have tried to go to the custom css design to change the width for a particular field. But, it could not .  I even use important.. Please help. 

     

    please see https://www.jotform.com//?formID=70208611384148

  • Jan
    Replied on January 23, 2017 at 4:34 PM

    I believe you are referring to this Textarea field.

    Changing the width of a text area Image 1 Screenshot 30

    This is happening because the max-width of this field is set to "100px". You can fix this by inserting this custom CSS code:

    textarea#input_45 {
    max-width: none !important;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    Changing the width of a text area Image 2 Screenshot 41

    Hope that helps. If you are referring to a different field, please let us know. Thank you.

  • stormingrobots
    Replied on January 23, 2017 at 5:26 PM

    Thank you.

  • Jan
    Replied on January 23, 2017 at 6:41 PM

    No worries. Let us know if you have any questions. Thank you.