<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: How can i set the width of each text field and the whole form?</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: How can i set the width of each text field and the whole form?</description>
<language>en</language>
<pubDate>Mon, 18 May 2026 12:02:08 +0000</pubDate>

<item>
<title>maswayze on "How can i set the width of each text field and the whole form?"</title>
<link>https://www.machform.com/forums/topic/how-can-i-set-the-width-of-each-text-field-and-the-whole-form#post-21561</link>
<pubDate>Fri, 08 Aug 2014 10:13:21 +0000</pubDate>
<dc:creator>maswayze</dc:creator>
<guid isPermaLink="false">21561@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;OK,  I tried the suggestions on how to widen the &#34;field size&#34; of the form, and I was able to get it to work with your instructions.  I do have a question however.&#60;/p&#62;
&#60;p&#62;On my form, when you click on a drop down field that I created, the Field area is wider, HOWEVER I also see that the &#34;background&#34; area of the field area also is wider.  It looks like that the &#34;background&#34; is always twice the size of the active area of the field?  How can I use the entire area of the field for the Drop Down area?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "How can i set the width of each text field and the whole form?"</title>
<link>https://www.machform.com/forums/topic/how-can-i-set-the-width-of-each-text-field-and-the-whole-form#post-19448</link>
<pubDate>Fri, 18 Oct 2013 17:02:37 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">19448@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Ah.. yes, paragraph need another different code. You can use this code to target the paragraph field:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#main_body .custom_textarea_width textarea.textarea{
  width: 300px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and then use the &#34;custom_textarea_width&#34; css class.
&#60;/p&#62;</description>
</item>
<item>
<title>jasons on "How can i set the width of each text field and the whole form?"</title>
<link>https://www.machform.com/forums/topic/how-can-i-set-the-width-of-each-text-field-and-the-whole-form#post-19420</link>
<pubDate>Wed, 16 Oct 2013 06:15:42 +0000</pubDate>
<dc:creator>jasons</dc:creator>
<guid isPermaLink="false">19420@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;hi&#60;br /&#62;
thanks for that.&#60;br /&#62;
it sort of works but not properly&#60;/p&#62;
&#60;p&#62;i can set a single line text field to the correct width as above with the css code, however it doesnt work with paragraph text?&#60;br /&#62;
the paragraph text still changes width as the page is increased and decreased in width.&#60;/p&#62;
&#60;p&#62;also, if i set the custom_width to 200px and the add that custom css to each field, and i set the form_container to 200px, the paragraph text is smaller than the other single line text fields and still changes size as the page width is increased and decreased?
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "How can i set the width of each text field and the whole form?"</title>
<link>https://www.machform.com/forums/topic/how-can-i-set-the-width-of-each-text-field-and-the-whole-form#post-19403</link>
<pubDate>Mon, 14 Oct 2013 19:31:00 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">19403@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;You can change the &#34;Field Size&#34; property of your text field to do so. There are options to change it to &#34;small&#34;, &#34;medium&#34; or &#34;large&#34;.&#60;br /&#62;
If you need more precise width setting, you can do it through CSS code.&#60;/p&#62;
&#60;p&#62;First, edit your form's theme, go to the &#34;Advanced CSS&#34; section and put this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#main_body .custom_width input.text{
  width: 300px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;the above would define &#34;custom_width&#34; class that you can apply to any text field and would set the width of the text to 300px.&#60;br /&#62;
To apply the width to the field, go to your field property and then put &#34;custom_width&#34; into the &#34;Custom CSS Class&#34; property.&#60;/p&#62;
&#60;p&#62;To set the width of the form, you can use this CSS code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#form_container{
  width: 800px;
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>jasons on "How can i set the width of each text field and the whole form?"</title>
<link>https://www.machform.com/forums/topic/how-can-i-set-the-width-of-each-text-field-and-the-whole-form#post-19382</link>
<pubDate>Sat, 12 Oct 2013 18:31:17 +0000</pubDate>
<dc:creator>jasons</dc:creator>
<guid isPermaLink="false">19382@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;hi&#60;br /&#62;
id like to be able to individually set the width of each text field on the form.&#60;br /&#62;
i would also like to be able to set the width of the whole form.&#60;/p&#62;
&#60;p&#62;i have tried and can not figure out how to do this?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
