Make configurable list's textarea wider

  • Massasoitartguild
    Asked on September 2, 2019 at 11:12 AM

    Hello,

    On Configurable list, I s it possible to make the text area box a little bit wider using custom css? (Not taller as for long form text, but just a little bit wider)

    I looked at other people’s questions in case you already answered but couldn’t find any info.

    https://form.jotform.com/91914650619159

  • Vanessa_T
    Replied on September 2, 2019 at 11:23 AM

    Please add the following Custom CSS to your widget's settings.

    textarea {

    width: 300px !important;

    }

    You can change 300 to a bigger number to make it wider.

    Please see this guide to do so:

    How-to-Inject-CSS-Codes-to-Widgets