Hi
This is my form link http://anishinfoways.info/clients/superior/contactus.php
I want to know is that possible to center the form in the page.Center means Form field should be center.
Very thankful in advance for your support
Regards
satish
Started 9 months ago by satish | 2 posts |
Hi
This is my form link http://anishinfoways.info/clients/superior/contactus.php
I want to know is that possible to center the form in the page.Center means Form field should be center.
Very thankful in advance for your support
Regards
satish
Hi There,
To center the form fields, you can search for these css code :
#form_container {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #CCCCCC;
margin:0 auto;
text-align:left;
width:640px;
}
and change the text-align to center.
However for some field like name/phone, it would need customize view-functions.php
Anyway, I've reply your ticket, let's continue there.
MachForm Support
You must log in to post.