Maxtrix Questions Formating

  • xxxTRISTAMxxx
    Asked on January 9, 2019 at 11:45 AM

    How do I make the matrix questions....


    - Transparent to show through like the other questions

    - Change the width to make the questions not bunch up


    Thanks



  • Nik_C
    Replied on January 9, 2019 at 1:35 PM

    To make the Matrix table transparent I inserted the CSS to your Custom CSS field:

    .form-matrix-values {

        border: 1px solid #ccc;

        background: transparent;

    }

    .form-matrix-row-headers,

    .form-matrix-column-headers {

        border: 1px solid #ccc;

        background: transparent;

    }

    1547058389Screen Shot 2019 01 09 at 7 Screenshot 10

    Regarding the width, I'm afraid I wasn't able to increase it since it's set by the theme used.

    Let us know if you have any further questions.

    Thank you!