How to change the width of Input Table columns?

  • AltitudePT
    Asked on June 20, 2018 at 2:50 PM

    I am using a matrix element with data entry and form calculations but the matrix is way wider than the form itself. I cannot figure out how to shrink the matrix down to an appropriate size. Can you help?

    Jotform Thread 1504537 Screenshot
  • Victoria_K
    Replied on June 20, 2018 at 4:26 PM

    Hello,

    Please add the following css code to align the input tables:

    th {

      width: 50px !important;

    }

    td > input {

      width: 87% !important;

    }

    Related guide: How-to-Inject-Custom-CSS-Codes

    1529526362screencast55 Screenshot 10

    Let us know if you need further assistance.

    Thank you.

  • AltitudePT
    Replied on June 21, 2018 at 10:43 AM
    Thanks!
    Michele Mahmood PT, DPT   Doctor of Physical Therapy (303) 728-4151michelemahmood@yahoo.com
    On Wednesday, June 20, 2018, 2:26:45 PM MDT, JotForm wrote:

    A new response has been received: Answered by Victoria_K

    Hello,
    Please add the following css code to align the input tables:
    th {
      width: 50px!important;
    }
    td > input {
      width: 87%!important;
    }
    Related guide: How-to-Inject-Custom-CSS-Codes
    Let us know if you need further assistance.
    Thank you.
    View this thread on browser » Unsubscribe Thread 1529526404
    ...