Text doesn't wrap on mobile device.

  • netruck
    Asked on April 13, 2016 at 11:19 PM
    Thanks for your help!  I noticed this doesn't work well with a mobile device  The text doesn't wrap.
  • Chriistian Jotform Support
    Replied on April 13, 2016 at 11:38 PM

    I checked your forms and I can see that the text in this form wraps properly on mobile.

    Text doesnt wrap on mobile device Screenshot 40

    However, I checked the other form (http://www.jotform.us/form/60416882074154) and I can see that it doesn't wrap the text properly on mobile.

    Text doesnt wrap on mobile device Screenshot 51

    To resolve the issue, please inject custom the css below:

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

    #text_48 {

        width: 400px!important;

    }

    #text_48 p{

    margin-bottom: 0px!important;

    }

    #id_48 {

        padding-bottom: 0px!important;

    }

    }

     

    You can inject custom css by following this guide: How to Inject Custom CSS Codes

    Text doesnt wrap on mobile device Screenshot 62

    If you need further assistance, please let us know.