Change size of a field

  • ochapron
    Asked on January 18, 2018 at 4:32 AM

    Hello

    In my form, in the "SiVous115" fied I would like to change the column lengths, but the pixel mode for change seems not to be implemented (see in associated field).

    In fact I would like to enlarge au maximum the columns.

    How can I do that ?

    Many thanks.

    Olivier

    Jotform Thread 1353243 Screenshot
  • Ardian_L
    Replied on January 18, 2018 at 7:47 AM

    Please put this CSS Code in the Custom CSS are:

    .form-matrix-table .form-textbox {

        width: 90% !important;

    }


    .form-matrix-table {

        width: 100%;

    }

    Please check the link below on how to inject Custom CSS.

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

    Let us know if you have any other question.