Tagged: contactform
Hello Enfold.
I would like to edit the default height of the text area in the enfold contact form.
I tried https://kriesi.at/support/topic/i-seek-to-make-the-text-area-box-50-smaller/ but it does not work.
In the image I have added you can see:
1. the situation now.
2. the situation as I would like it to be.
3. The google chrome css adjustment that works, but adding that part of css too “quick css” does not work.
Hey Wolf,
Please try this instead:
.page-id-71 .text_area {
max-height: 100px !important;
}
Best regards,
Rikard
I tried it, but it doesn’t work. Also I need it to work for the entire site. Almost all of our pages have a contact form.
Hi,
Ok, thanks for the feedback. Please try this instead:
.text_area {
height: 100px !important;
max-height: 100px !important;
}
Best regards,
Rikard
works great thanks