Hello,
I'm trying to line up the message area field to all the other input fields on the contact us form. How can i do that? Website is www.usifloral.com.
Thanks
Hello,
I'm trying to line up the message area field to all the other input fields on the contact us form. How can i do that? Website is www.usifloral.com.
Thanks
Fixed!
Just change css in TEXTAREA
TEXTAREA {
display: inline; float: left;
margin: auto;
display: block;
width: 78%;
}
and also put in
around line 70 in tpl_contact_us_default.phpCode:<label class="inputLabel" for="enquiry">
Hope this helps anyone that needs it.