Hi @muchm8
I hope you’re well today and thank you for your question!
Please do as follows:
1. edit the text field on your form and in its “settings” tab set the “Default height” value to 40px
2. switch to “Styling” tab and put this in the “Additional CSS Classes” field
my_form_text_field
3. click “Apply”
4. go to “Appearance” settings of the form, scroll it all the way down and enable “Enable custom CSS” switch (if it’s not enabled yet);
5. put following CSS into that custom CSS field and save (“update”) the form
.my_form_text_field textarea {
height:40px;
}
6. if there’s any caching plugin/tool on site/server, make sure to fully clear such cache
It should then work out of the box (though you may want to adjust the 40px value a bit, depending on your preference).
Best regards,
Adam