When someone types a message and reaches the end of the line, instead of continuing to the next line automatically, the text starts again from the first line.
Not exactly. It’s actually going to the next line as it should.
But you have a line height of just 2px somewhere in your Elementor plugin’s settings which is causing the different lines to collapse into themselves vertically.
I don’t know what purpose the 2px line height is serving, but you can use the following custom CSS to override this on your Contact Form 7 forms. Feel free to change the value of 1.1 to whatever works best for you.
textarea.wpcf7-form-control.wpcf7-textarea {
line-height: 1.1 !important;
}
Good luck!
Thread Starter
dassia
(@dassia)
Thank you so much George Appiah!!! I really appreciate your help because it works 100%
First i did it with CSS and it works….but then i delete it and i wanted to see what was the purpose of that 2 px…but finally it wasnt something that i need it…it was in the contact form–> styles–>input and in the typography i change it and now it’s working perfectly!!! even and the date is visible!
Thank you so much for you kindness and your fast respond!!!