How to change height of long text entry?

  • tctrust
    Asked on March 4, 2017 at 6:59 PM

    Hi,

    I need to reduce height of single field of text (#input_30). 

    How to change height of long text entry? Image 1 Screenshot 30

    In the form I have another field #input_32 which should stay with the current height.

     

    How to change height of long text entry? Image 2 Screenshot 41

  • Nik_C
    Replied on March 5, 2017 at 3:13 AM

    Hello,

    Please copy and paste the below CSS in your Custom CSS field: 

    textarea#input_30 {

    width: 150px;

    }

    You can change the width to fit your needs. 

    Let us know if we can help you further.

    Thank you!

  • tctrust
    Replied on March 5, 2017 at 6:18 AM

    Hello.

    Only there is an error because I need to change height and no width. It's more the code works and all correct. Thank you.
  • Jan
    Replied on March 5, 2017 at 10:37 AM

    I was able to replicate the issue. I believe you are referring to this field (see the screenshot below).

    How to change height of long text entry? Image 1 Screenshot 40

    Please select the field and then click the "Properties" icon. After that, go to the "Options" tab and please try to change the "Rows" and the "Columns" value to "80". Click the "Save" button to save the changes.

    You also need to remove this CSS code in your form:

    How to change height of long text entry? Image 2 Screenshot 51

    Here's the result:

    How to change height of long text entry? Image 3 Screenshot 62

     

    Hope that helps. Thank you.