How can I decrease the height of the "Your Message" input box on the Contact 7 form located at this webpage:
I have attempted the following methods (using different heights to test) but none seem to be effective. Any assistance would be greatly appreciated.
.wpcf7-textarea {
height: 80px;
}
.wpcf7 input[type=text] {
height:10px !important;
}
textarea {
height: 30px;
}