matrix form not resizing

  • jbopt
    Asked on February 3, 2015 at 5:50 AM

    Hi, I've tried to increase the width of my matrix form using both the preferences options and the width of the columns using the custom CSS that you have referred to in a previous thread HERE  Nothing seems to be working.

    The matrix form is under the "enter prescription details" drop down  http://form.jotformeu.com/form/50273960656359

     

    Many thanks,

     

    James.

     

    Edit: yeah sorry this shouldn't be private but can't find a way to edit that.

  • Carina
    Replied on February 3, 2015 at 11:59 AM

    As requested I made this thread public.

    I believe there is some css code preventing this dimensions to be edited. I will make further tests and will get back to you later.

  • Carina
    Replied on February 5, 2015 at 2:39 PM

    I apologize for only getting back to you now. 

    Please add the following css code:

    /* 1st column */

    #id_37 .form-matrix-row-headers + .form-matrix-values .form-dropdown {width: 220px !important;}

    /* 2nd column */

    #id_37 .form-matrix-row-headers + .form-matrix-values + .form-matrix-values .form-dropdown {width: 200px !important;}

    /* 3rd column */

    #id_37 .form-matrix-row-headers + .form-matrix-values + .form-matrix-values + .form-matrix-values .form-dropdown {width: 200px !important;}

    /* 4th column */

    #id_37 .form-matrix-row-headers + .form-matrix-values + .form-matrix-values + .form-matrix-values + .form-matrix-values .form-dropdown {width: 200px !important;}

    Let us know if we can assist you further.   

  • jbopt
    Replied on February 6, 2015 at 4:03 AM

    Thank-you, I'll try this later and come back to you if I have any problems ,:)

  • Carina
    Replied on February 6, 2015 at 8:18 AM

    You are welcome. Please let us know if we can assist you further.