Is there a way to make the long text field stretch across the entire screen?

  • S_Lorusso
    Asked on June 3, 2020 at 12:49 AM

    Is there a way to make the long text field stretch across the entire screen?

    currently it only spans half of the screen


    1591159717Screen Shot 2020 06 02 at 9 Screenshot 10

  • Sonnyfer JotForm Support
    Replied on June 3, 2020 at 4:27 AM

    Hi there - Yes, there is. Kindly allow me some time to test some CSS codes for you. I will be back shortly.

  • Sonnyfer JotForm Support
    Replied on June 3, 2020 at 4:35 AM

    Thanks for your patience.

    Kindly inject the following CSS code to your form:

    .form-textarea, .form-input-wide {

        min-width : 100% !important;

    }

    Guide: How-to-Inject-Custom-CSS-Codes

    Result:

    1591173325resssds Screenshot 10

    If you need further assistance, please let us know.

  • S_Lorusso
    Replied on June 3, 2020 at 9:58 AM

    That just what I wanted, unfortunately I have 6 of these boxes, and only wish to do this to two of them.


  • Sonnyfer JotForm Support
    Replied on June 3, 2020 at 11:14 AM

    Could you please tell us which of the 6 long texts you wish to stretch across the screen so we can provide you a custom CSS code?

    We'll be waiting for your reply.

  • S_Lorusso
    Replied on June 3, 2020 at 11:18 AM

    1591197450Screen Shot 2020 06 03 at 8 Screenshot 10


    1591197477Screen Shot 2020 06 03 at 8 Screenshot 21

  • Patrick_R
    Replied on June 3, 2020 at 1:53 PM

    Hi! Let me look into this. I'll get back to you shortly.

    Thank you!

  • Patrick_R
    Replied on June 3, 2020 at 1:59 PM

    Hi! Please replace the code we earlier provided with the following:

    #cid_204 > span{
    display: block;
    }
    #input_204, #input_240{
    min-width : 100% !important;
    }

    Make sure to place this code at the end of your existing code in the Custom CSS Box.

    For further assistance, feel free to get back to us.

  • S_Lorusso
    Replied on June 3, 2020 at 2:20 PM

    thank you. that did it.