How to adjust the column width?

  • better_you
    Asked on March 21, 2018 at 5:07 AM
  • Jed_C
    Replied on March 21, 2018 at 7:49 AM

    Would you mind clarifying to us which column field you want to adjust? Is it the input table field?

    If you want to expand the input field, you can inject the CSS code below.

    .form-matrix-table input {

        width: 100% !important;

    }

    If this is not what you are looking for, please clarify to us or provide a sample form.

    Looking forward for your response. 

  • Nicola Evans
    Replied on March 21, 2018 at 7:59 AM

    Thanks yes that is what I was after - thank you.