New Zenner
- Join Date:
- Aug 2012
- Posts:
- 17
- Plugin Contributions:
- 0
aligning contact us text area
Hi All
I need some help from you out there, The contact us text area box is expandable, which is good.
But i am not able to align it along with the other two fields above .
You can see it in the link below
http://feerol.com/mydev1/index.php?main_page=contact_us&zenid=0fb98f1621f342f886230a35156a6d3d
I am trying to pull this on the left side for alignment but not able to do so , below is the code i have but changing the values does not help on the width and alignment.ie in tpl_contact_us_default.php
<label class="inputLabel" for="email-address"><?php echo ENTRY_EMAIL; ?></label>
<?php echo zen_draw_input_field('email', ($email_address), ' size="40" id="email-address"') . '<span class="alert">' . ENTRY_REQUIRED_SYMBOL . '</span>'; ?> <br class="clearBoth" /> <br class="clearBoth" /> (DRAG RIGHT BOTTOM CORNER TO EXPAND) <label for="enquiry"><?php echo ENTRY_ENQUIRY . '<span class="alert">' . ENTRY_REQUIRED_SYMBOL . '</span>'; ?></label><br class="clearBoth" /> <?php echo zen_draw_textarea_field('enquiry',** '30', '10',** $enquiry, 'id="enquiry"'); ?>Can you please help what needs to be done to align this ?
--Dino