<?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 do I change Field sizes i am just confused.</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: How do I change Field sizes i am just confused.</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 00:27:55 +0000</pubDate>

<item>
<title>norm on "How do I change Field sizes i am just confused."</title>
<link>https://www.machform.com/forums/topic/how-do-i-change-field-sizes-i-am-just-confused#post-16215</link>
<pubDate>Fri, 12 Oct 2012 23:27:08 +0000</pubDate>
<dc:creator>norm</dc:creator>
<guid isPermaLink="false">16215@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Think I've sorted it, If I target it like this below then I can change all of the styling for for Text field - this is exactly the same selector as in the view.css file so it's directly replacing the default.&#60;/p&#62;
&#60;p&#62;#main_body input.text&#60;br /&#62;
{&#60;br /&#62;
	background:#fff url(http://www.wbmcommunications.co.uk/responseforms/images_london2012/input_bg.gif) repeat-x top;&#60;br /&#62;
	border-bottom:3px solid #ddd;&#60;br /&#62;
	border-left:3px solid #c3c3c3;&#60;br /&#62;
	border-right:3px solid #c3c3c3;&#60;br /&#62;
	border-top:3px solid #7c7c7c;&#60;br /&#62;
	color:#333;&#60;br /&#62;
	font-size:100%;&#60;br /&#62;
	margin:5px;&#60;br /&#62;
	padding:9px 9px;&#60;br /&#62;
}
&#60;/p&#62;</description>
</item>
<item>
<title>norm on "How do I change Field sizes i am just confused."</title>
<link>https://www.machform.com/forums/topic/how-do-i-change-field-sizes-i-am-just-confused#post-16214</link>
<pubDate>Fri, 12 Oct 2012 22:13:28 +0000</pubDate>
<dc:creator>norm</dc:creator>
<guid isPermaLink="false">16214@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Width, height and text-indent seem to work, but when I try to change margin, padding, background colors or images for a Text Field it just isn't working, is there any reason for this?  Seems to be targeted correctly because of the size CSS affecting it.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "How do I change Field sizes i am just confused."</title>
<link>https://www.machform.com/forums/topic/how-do-i-change-field-sizes-i-am-just-confused#post-16192</link>
<pubDate>Tue, 09 Oct 2012 21:35:33 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">16192@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Each fields generated by MachForm has its own &#34;id&#34; attribute. This id is unique for each field and you can use CSS code to target certain/specific field.&#60;/p&#62;
&#60;p&#62;For example, a &#34;Name&#34; field is having this HTML code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;li id=&#38;quot;li_2&#38;quot; &#38;gt;
		&#38;lt;label class=&#38;quot;description&#38;quot;&#38;gt;Name &#38;lt;/label&#38;gt;
		&#38;lt;span&#38;gt;
			&#38;lt;input id=&#38;quot;element_2_1&#38;quot; name=&#38;quot;element_2_1&#38;quot; type=&#38;quot;text&#38;quot; class=&#38;quot;element text&#38;quot; maxlength=&#38;quot;255&#38;quot; size=&#38;quot;8&#38;quot; value=&#38;quot;&#38;quot; /&#38;gt;
			&#38;lt;label&#38;gt;First&#38;lt;/label&#38;gt;
		&#38;lt;/span&#38;gt;
		&#38;lt;span&#38;gt;
			&#38;lt;input id=&#38;quot;element_2_2&#38;quot; name=&#38;quot;element_2_2&#38;quot; type=&#38;quot;text&#38;quot; class=&#38;quot;element text&#38;quot; maxlength=&#38;quot;255&#38;quot; size=&#38;quot;14&#38;quot; value=&#38;quot;&#38;quot; /&#38;gt;
			&#38;lt;label&#38;gt;Last&#38;lt;/label&#38;gt;
		&#38;lt;/span&#38;gt;
&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now if you would like to set the width of the &#34;First Name&#34; field, you can use CSS code like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#element_2_1{
  width: 200px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;that would set the width of the &#34;First Name&#34; field to 200px.&#60;/p&#62;
&#60;p&#62;I suggest to use Firebug, a Firefox plugin, to easily inspect each of your form field. Using Firebug you will be able to easily find the id of each field and thus customize it further.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://getfirebug.com/&#34; rel=&#34;nofollow&#34;&#62;http://getfirebug.com/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>symison on "How do I change Field sizes i am just confused."</title>
<link>https://www.machform.com/forums/topic/how-do-i-change-field-sizes-i-am-just-confused#post-16174</link>
<pubDate>Sat, 06 Oct 2012 23:04:41 +0000</pubDate>
<dc:creator>symison</dc:creator>
<guid isPermaLink="false">16174@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I am trying to change the size of lets say example for the address field.  I do not like how the address field itself stretches across the form.  i just want to input the physical address not a turn by turn directions on that long line.   Why aren't the fields marked so that they are easy to find.  Like a dive for just Name.  A Div for Just Middle name A Dive for just Last name etc....etc..  There are so many fields I would love to have total control over but just don't know what is what.  Like I want to change the link of email field and not just by clicking small medium large.  How do I do this do you have documentation to show me how to do this.  Please help thank you for your time.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
