Hi there we have been trying to change the size of the default "message" field in the "Contact Us" form.
This is the script that we have been editing:
As you can see we have changed it to 20 wide and 5 high but the only change we see is the height.Code:<label for="enquiry"><?php echo ENTRY_ENQUIRY . '<span class="alert">' . ENTRY_REQUIRED_SYMBOL . '</span>'; ?></label> <?php echo zen_draw_textarea_field('enquiry', '20', '5', '', 'id="enquiry"'); ?>
Each time we change the width "20" we still see the "message" field which is 100% of the width.
Even if we change it to "1" it still 100 width of the form.
is it possible that we are supposed to be changing it elsewhere too?



