View previous topic :: View next topic |
Author |
Message |
karrilee
Joined: 08 Sep 2009 Posts: 4
|
Posted: Mon Jan 11, 2016 5:38 am Post subject: How to move the answer fields away from the question |
|
|
Here is my form. http://www.springflingexpo.ca/vendor-table-request/
As u can see the answer field is really close to the question so there is a lot of white space after the answer but the question is squished over to the left taking up many lines going down the page. How do i move the answer field over to the right a bit? |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Tue Jan 12, 2016 4:06 am Post subject: Reply |
|
|
Look in the HTML for the form and change all of the code that says:
width: 30%;
To something like:
width: 50%;
This should help.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
karrilee
Joined: 08 Sep 2009 Posts: 4
|
Posted: Tue Jan 26, 2016 8:45 am Post subject: |
|
|
It worked. Thnks so much!! |
|
Back to top |
|
 |
|