Tagged: CONTACT FORM
How would I limit the size of the Text Input field in a contact form?
I would like to have it only be 2 lines tall. Is this possible?
Thanks!
Hey Scott!
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Thanks!
Here you go:
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
textarea {
max-height: 80px;
}
Best regards,
Yigit
Perfect!