Input table headers are not displaying correctly on mobile devices

  • zhmabri
    Asked on January 22, 2019 at 6:02 AM

    Dear Support Team,

    I have an issue with the first three questions (table/matrix format) in a phone view mode, the text in the columns is not adjusted well (Picture attached). is there any way I can make the text direction vertical so it well adjusted to the column in a phone view?

    Jotform Thread 1708265 Screenshot
  • Kiran Support Team Lead
    Replied on January 22, 2019 at 8:04 AM

    I have tried adding the following CSS code to the cloned version of your form and checked on Android and iPhone which is displaying good. Please try adding the same to your form and  see how it works.

    @media screen and (min-width: 10px) and (max-width: 540px){

    .form-matrix-column-headers {

        word-break: normal;

    }

    }

    1548162270bs realios Mobile iPhone X 11 Screenshot 10

    Please get back to us if you need any further assistance. We will be happy to help. 


  • zhmabri
    Replied on January 22, 2019 at 12:47 PM

    Thank you, it worked perfectly 

    really appreciate it