Matrix headers too small in responsive.

  • advantech
    Asked on July 19, 2016 at 7:36 PM

    On my form I added custom CSS to enlarge the headers of my matrix questions. However, on a phone, they don't change size. Still too small to read. How can I modify this?

  • Chriistian Jotform Support
    Replied on July 19, 2016 at 11:33 PM

    You can inject the custom css code below to enlarge the matrix headers on mobile.

    @media only screen and (max-device-width: 480px){

    .form-matrix-column-headers {

        font-size: 0.6em!important;

    }

    }

    Matrix headers too small in responsive Screenshot 20

    If you need further assistance, please do let us know.
    Regards.

  • advantech
    Replied on July 20, 2016 at 12:58 PM

    That worked. Thanks