Comments 1Sepas started the conversationNovember 4, 2021 at 1:50pmHi, how can I add more height to the text field in contact formular? It is a little difficult to write in this way. ThanksSepas 1,972Support repliedNovember 4, 2021 at 2:36pmHi there,you can increase the height of the textarea with textarea { height: 50px;}increase the height, in pixels, and add the code to customizer -> additional CSSThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy1 Like 1Sepas repliedNovember 4, 2021 at 4:54pmHi, Thank you for your quick answer. I have already tried this before. The main problem is the active state of the text field (line animation). The line stays at the same prior position. Please check the attached image.Thank youSepas 1,972Support repliedNovember 4, 2021 at 8:16pmHello,if you increase the line's position 1 pixel less than the textarea height . So for example let's say you want the message area to be 250px heighttextarea { height: 250px;}then you add also the position for the line.message-box label.input_label { top: 249px;}Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy1 Like Sign in to reply ...
Hi,
how can I add more height to the text field in contact formular? It is a little difficult to write in this way.
Thanks
Sepas
Hi there,
you can increase the height of the textarea with
textarea {
height: 50px;
}
increase the height, in pixels, and add the code to customizer -> additional CSS
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hi,
Thank you for your quick answer. I have already tried this before. The main problem is the active state of the text field (line animation). The line stays at the same prior position. Please check the attached image.
Thank you
Sepas
Hello,
if you increase the line's position 1 pixel less than the textarea height . So for example let's say you want the message area to be 250px height
textarea {
then you add also the position for the lineheight: 250px;
}
.message-box label.input_label {
top: 249px;
}
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy