Example; you could use the CSS below to change the height and width of the the textarea of Contact Form 7
.wpcf7 .wpcf7-textarea {
width: 300px;
height: 100px
}
Example; you could use the CSS below to change the height and width of the the textarea of Contact Form 7
.wpcf7 .wpcf7-textarea {
width: 300px;
height: 100px
}