Vlad, hi!
Could you please look at my Contact form7 at the bottom of the page? The size of all three boxes (name, e-mail, subject) is not matched with the size of the box for message. The last one is a bit smaller. How can I correct it?
Contact form
norveg
#1
vlad
#2
Hello,
Add this to your custom CSS:
.wpcf7-form-control-wrap textarea {
max-height: 197px;
}