Matrix Field: dropdowns not being mobile responsive.

  • bolada
    Asked on June 5, 2017 at 9:39 AM

    I use the same form for a while and didn't change anything but starting last Friday, there is a format issue when I access the form from a mobile device. Not showing the options to be selected

    Jotform Thread 1163448 Screenshot
  • David JotForm Support Manager
    Replied on June 5, 2017 at 11:22 AM

    Please inject the following CSS code in your form as shown on this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

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

    .form-matrix-row-headers{

        width: 50% !important;

    }

    }

    Result:

    Matrix Field: dropdowns not being mobile responsive Screenshot 20

    Open a new thread if you need anything else, we will be glad to assist you.