How do I change the width and height of the message field? In firebug I see it’s this code but have no idea where to change it.
span class=“wpcf7-form-control-wrap your-message”>
<textarea rows=“10” cols=“40” name=“your-message”></textarea>
</span>
Thanks so much in advance!