Make Input Field smaller
I want to make the input box for the business description smaller, but I am stumped. In the form-listing.php is:
div class="form-field"><label>
<?php _e( 'Overview Of Services', APP_TD ); ?>
<textarea name="post_content"><?php echo esc_textarea( $listing->post_content ); ?></textarea>
</label></div>
The form-field class in the css does not have dimensional arguments, so I can't quite figure how the box is sized.
Any help is welcome