How do I widen matrix cells?

  • sdimops
    Asked on August 17, 2014 at 5:03 PM

    I am not trying to increase the number of characters that may be entered within the cells.  My intention is to widen the cells themselves so that I can more fully view their contents... is this possible?

  • jonathan
    Replied on August 17, 2014 at 8:09 PM

    Hi,

    Yes it is possible. You need to apply custom injected CSS code into your form.

    You can check for similar application on this thread.

    The code will be something like this

    #id_112 .form-matrix-row-headers + .form-matrix-values .form-textbox {

    width: 20px !important;

    }

     

    Hope this help. Inform us if you need further assistance.

    Thanks.