How to customize the Matrix field using CSS codes?

  • photokc
    Asked on March 3, 2016 at 4:13 PM

    Hi

    I used the Matrix tool with the text box input type. 

    1. Can I control the length of the text box to make it bigger?  How can I edit?

    2. The row headings have a lot of empty space after them on the iphone or other devices and the text boxes are all very small.  How can I edit for mobile?

    Thank you

    Jotform Thread 786833 Screenshot
  • Kevin Support Team Lead
    Replied on March 3, 2016 at 5:46 PM

    Please, inject this CSS code:

    @media only screen and (max-width: 40em){

            .form-matrix-row-headers {

                width: 10% !important;

                word-break: break-all;

                min-width: 0px !important;

            }

        }

    This should be your result:

    How to customize the Matrix field using CSS codes? Image 1 Screenshot 20

  • photokc
    Replied on March 4, 2016 at 9:45 AM
    Thank you that worked!
    ...
  • Nik_C
    Replied on March 4, 2016 at 11:41 AM

    On behalf of my colleague Kevin, you're welcome, we're glad it worked for you.

    Do not hesitate to contact us in future for any issue.

    We'll be more than happy to help you.

    Best regards.