Resizing for mobile application on my form.

  • tpbauer01
    Asked on September 5, 2017 at 11:16 AM

     Hi, I am struggling on one setting for a form that I have developed. Can you help me with the setting that will allow my form to Radio button question to resize when opened on a cell phone?

     

    Jotform Thread 1240023 Screenshot
  • Marvih
    Replied on September 5, 2017 at 12:42 PM

    Try adding this code into your CSS.

    @media screen and (max-width: 480px), screen and (max-device-width: 767px) and (orientation: portrait), screen and (max-device-width: 415px) and (orientation: landscape){

        .form-matrix-row-headers {

            width : 10%;

        }

     

        #cid_9 img.form-image {

            margin-left : 40px;

            width:90% !important;

        }

     

    }

     

     

    Guide to injecting custom CSS https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes