I have a simple form with Name, Email, Phone, and Comments. For some reason, the Name field is very tall. I would like it to be the same height as the email. I used [text* your-name] and included the following in my css file but it apparently only affects the width, nothing changes on the height.
input.wpcf7-text {
height: 20px;
width: 200px;
}
Here is the link to the page:
http://www.audaz.com/erp-roi-calculator/
Any ideas?