How do I expand the cells inside of the table matrix

  • BoydCooper
    Asked on February 10, 2017 at 7:40 PM

    I cannot get this to work. Please help me!  These fields are way too small.  Thanks

  • liyam
    Replied on February 11, 2017 at 3:36 AM

    Hello BoydCooper,

    The solution on the thread you have shared is specifically tailored for the form of the person who made the inquiry.

    On your form, quite a similar approach can be made, but with using a different ID. Here is a CSS code which you can use:

    #cid_127 > table > tbody > tr > td > input {
       width: 420px !important;
    }

    If you have questions or if you need assistance, please let us know.

    Thanks.