<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Custom Field Size</title>
		<link>https://legacy.forums.gravityhelp.com/topic/custom-field-size</link>
		<description>Gravity Support Forums Topic: Custom Field Size</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 09:38:19 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/custom-field-size" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Custom Field Size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-field-size#post-65164</link>
			<pubDate>Sat, 07 Jul 2012 08:26:40 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">65164@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Place both of these, adjust the width as necessary:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#input_2_7_3_container {
width: 25%;
}
#input_2_7_6_container {
float: none;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>triceratops on "Custom Field Size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-field-size#post-65107</link>
			<pubDate>Fri, 06 Jul 2012 21:58:45 +0000</pubDate>
			<dc:creator>triceratops</dc:creator>
			<guid isPermaLink="false">65107@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks.&#60;br /&#62;
That just moved it a few pixels to the left unfortunately. Anything else I could try?&#60;/p&#62;
&#60;p&#62;Mark
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Custom Field Size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-field-size#post-64970</link>
			<pubDate>Fri, 06 Jul 2012 06:56:09 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">64970@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try placing this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#input_2_7_6_container {
float: none;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>triceratops on "Custom Field Size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-field-size#post-64949</link>
			<pubDate>Thu, 05 Jul 2012 23:37:40 +0000</pubDate>
			<dc:creator>triceratops</dc:creator>
			<guid isPermaLink="false">64949@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here it is ...&#60;br /&#62;
&#60;a href=&#34;http://www.starlightstudio.jp/wordpress/?page_id=54&#34; rel=&#34;nofollow&#34;&#62;http://www.starlightstudio.jp/wordpress/?page_id=54&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Custom Field Size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-field-size#post-64942</link>
			<pubDate>Thu, 05 Jul 2012 22:08:51 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">64942@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Mark, do you have a link to your form?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>triceratops on "Custom Field Size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-field-size#post-64941</link>
			<pubDate>Thu, 05 Jul 2012 22:06:07 +0000</pubDate>
			<dc:creator>triceratops</dc:creator>
			<guid isPermaLink="false">64941@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks! Putting this in style.css worked ....&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[css]
#input_2_7_3 {
width: 30% !important;
}
#input_2_7_6
{
width: 30% !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just one final question if you don't mind. I would like to move the last name field to the left so ther isn't a big space in between the two fields. Is there an easy way to do this?&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Mark
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Custom Field Size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-field-size#post-63447</link>
			<pubDate>Sun, 24 Jun 2012 08:05:27 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">63447@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You will need to resort to CSS for custom width sizing if the preset sizes don't work for you. You can do this globally by applying a class to each of the fields and setting the style one time (which, to me seems a lot easier in the long run as you make more forms - to just drop a class in that is defined in your stylesheet, rather than recreating it in the admin each time).&#60;/p&#62;
&#60;p&#62;Not sure what your goal is for positioning, but we have these ready classes for use:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dn11233455 on "Custom Field Size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-field-size#post-63429</link>
			<pubDate>Sat, 23 Jun 2012 19:44:39 +0000</pubDate>
			<dc:creator>dn11233455</dc:creator>
			<guid isPermaLink="false">63429@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I figured out how to set the maximum length. I just had to use a standard text field. Still no easy way to position or resize the boxes, but I like just about everything else about Gravity Forms.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dn11233455 on "Custom Field Size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-field-size#post-63415</link>
			<pubDate>Fri, 22 Jun 2012 23:26:17 +0000</pubDate>
			<dc:creator>dn11233455</dc:creator>
			<guid isPermaLink="false">63415@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I got Gravity Forms today and I am still not sure what to make of it. My biggest problem is that I have absolutely no frontend way to change the position of the labels or the size of the textboxes. I know this can be done with CSS, but is there any way to do it in the frontend? Considering I was able to do with with Contact Form 7 I just figured it would be a feature but it is not. It may seem trivial, but in many cases my forms need to be a certain size and when the zip code field is twice as big as it should be (even when set to the small field size) and when I have no way to set a max length on anything it gets incredibly annoying. I could do the styling with CSS, but I have multiple forms and I don't want to have to write CSS code every single time (after all I bought this plugin for its ease of use). Is there any quick frontend way to change the size to a custom (not preset) value? If not, is there a plugin I can use?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
