Why is text column so narrow when view portrait on a phone?

  • jmcdonald63
    Asked on May 28, 2017 at 5:08 PM

    The banner fits nicely but the text on the phone version is very narrow, only a word or two per line. I don't know how to adjust this.

     

    Jotform Thread 1156672 Screenshot
  • David JotForm Support Manager
    Replied on May 28, 2017 at 5:23 PM

    Please try injecting the following code in your form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

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

    [data-type="control_fullname"]{

        width: 100% !important;

    }

    .form-sub-label-container {

        width: 100% !important;

        float: left !important;

    }

    .form-line {

        padding: 8px !important;

    }

    }

    Why is text column so narrow when view portrait on a phone? Image 1 Screenshot 20

    Let us know if you need more help.