View previous topic :: View next topic |
Author |
Message |
marsdaan
Joined: 26 Apr 2011 Posts: 7
|
Posted: Tue Feb 07, 2012 1:43 am Post subject: Can I adjust the width of the left column of my form? |
|
|
Since the "question" (in the left column) is a lot longer than the "answer" (right column) in my form (http://www.squiver.com/sessions/), I would like to make the left column wider. Is there a way to do that? I am looking for something more like half / half when it comes to distribution of my two columns.
Can someone please let me know if I am able to influence this in any way? Changing the size of the fields does not do anything.
Thanks!
Daniella |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Tue Feb 07, 2012 9:02 am Post subject: Reply |
|
|
You can manually adjust this in the HTML code. Look for the part of the code that says:
Changing this to a larger value will widen the column.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
marsdaan
Joined: 26 Apr 2011 Posts: 7
|
Posted: Tue Feb 07, 2012 9:10 am Post subject: |
|
|
Thanks! Found it  |
|
Back to top |
|
 |
dpotie
Joined: 20 Nov 2010 Posts: 1
|
Posted: Thu Oct 16, 2014 6:28 am Post subject: |
|
|
I have this same issue, but my form width seems to be locked at 100%. I want to make the left column narrower and right column wider. Not sure where to change. "width" is only represented in the following two places in my form and changing that number to anything but 100% just seems to narrow the whole table.
<table border="0" width="100%" style="margin: 0px; padding: 0px; border: 0px solid #000000; background-color: #ffffff; border-image: none">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tbody> |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Fri Oct 17, 2014 3:31 am Post subject: |
|
|
dpotie wrote: |
I have this same issue, but my form width seems to be locked at 100%. I want to make the left column narrower and right column wider. Not sure where to change. "width" is only represented in the following two places in my form and changing that number to anything but 100% just seems to narrow the whole table.
<table border="0" width="100%" style="margin: 0px; padding: 0px; border: 0px solid #000000; background-color: #ffffff; border-image: none">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tbody> |
Please post a link to your code. I can show you where to change it.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
|