<?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: Adjusting Contact Info Field Sizes</title>
		<link>https://legacy.forums.gravityhelp.com/topic/adjusting-contact-info-field-sizes</link>
		<description>Gravity Support Forums Topic: Adjusting Contact Info Field Sizes</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 03:53:29 +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/adjusting-contact-info-field-sizes" rel="self" type="application/rss+xml" />

		<item>
			<title>larabbits on "Adjusting Contact Info Field Sizes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adjusting-contact-info-field-sizes#post-16891</link>
			<pubDate>Sun, 23 Jan 2011 16:19:41 +0000</pubDate>
			<dc:creator>larabbits</dc:creator>
			<guid isPermaLink="false">16891@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you!!!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Adjusting Contact Info Field Sizes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adjusting-contact-info-field-sizes#post-16414</link>
			<pubDate>Mon, 17 Jan 2011 10:06:24 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">16414@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You need to view the source and get the ID's for each input or containing div element in the case of the advanced field groupings. Once you have that, you can then target the elements to make changes. In my example below, if you study it you'll see that this only applies to form ID 1 (#gform_wrapper_1) and I have targeted specific inputs by ID. For the advanced field groupings, the easiest thing to do is change the width of the containing div element (.ginput_complex) and the inputs inside will resize accordingly since they are defined as percentage widths.&#60;/p&#62;
&#60;p&#62;The email and phone field can be targeted directly by their unique input ID and manipulated.&#60;/p&#62;
&#60;p&#62;Add this to the end of your theme stylesheet, tweak the width values to whatever you like and you should be good to go.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* name fields - resize the container */
body #gform_wrapper_1 .right_label div#input_1_1.ginput_complex,
body #gform_wrapper_1 .left_label div#input_1_1.ginput_complex {width:40%}

/* email field */
body #gform_wrapper_1 #input_1_2 {width:322px}

/* phone field */
body #gform_wrapper_1 #input_1_3 {width:322px}

/* address fields - resize the container */
body #gform_wrapper_1 .right_label div#input_1_4.ginput_complex,
body #gform_wrapper_1 .left_label div#input_1_4.ginput_complex {width:40%}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;test screenshot: &#60;a href=&#34;http://grab.by/8qfL&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/8qfL&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>larabbits on "Adjusting Contact Info Field Sizes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adjusting-contact-info-field-sizes#post-16396</link>
			<pubDate>Sun, 16 Jan 2011 21:18:44 +0000</pubDate>
			<dc:creator>larabbits</dc:creator>
			<guid isPermaLink="false">16396@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you, Kevin, I do understand this...but what I don't understand is how this is done.  I read over the documentation but honestly don't get it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Adjusting Contact Info Field Sizes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adjusting-contact-info-field-sizes#post-16395</link>
			<pubDate>Sun, 16 Jan 2011 21:13:01 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">16395@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;These fields don't have individual size options because they're added as a group  of fields and have to fit together or have a certain number of characters that are required for validation and need to be a certain size.&#60;/p&#62;
&#60;p&#62;If you want to modify the widths on these fields, it will have to be with custom CSS rules added to your theme stylesheet. &#60;/p&#62;
&#60;p&#62;Please note that in the advanced field groupings, it may not be as easy as just changing the width on one field. It may necessitate that you change the widths/margins on the adjacent fields too so everything formats correctly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>larabbits on "Adjusting Contact Info Field Sizes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adjusting-contact-info-field-sizes#post-16394</link>
			<pubDate>Sun, 16 Jan 2011 20:37:48 +0000</pubDate>
			<dc:creator>larabbits</dc:creator>
			<guid isPermaLink="false">16394@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There is no built-in size option per field for the contact info fields (name, email, phone, address)...that's the problem!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Adjusting Contact Info Field Sizes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adjusting-contact-info-field-sizes#post-16393</link>
			<pubDate>Sun, 16 Jan 2011 20:36:25 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">16393@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You should be able to adjust the field sizes uses the built in Gravity Form field size option per field: &#60;a href=&#34;http://grab.by/8pOp&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/8pOp&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Are you looking for a more specific sizing option?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>larabbits on "Adjusting Contact Info Field Sizes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adjusting-contact-info-field-sizes#post-16391</link>
			<pubDate>Sun, 16 Jan 2011 20:22:47 +0000</pubDate>
			<dc:creator>larabbits</dc:creator>
			<guid isPermaLink="false">16391@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, David.&#60;/p&#62;
&#60;p&#62;I'm trying to make the text fields smaller...they are too wide across the page and there are no capabilities to adjust this easily as there are for other text boxes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Adjusting Contact Info Field Sizes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adjusting-contact-info-field-sizes#post-16390</link>
			<pubDate>Sun, 16 Jan 2011 19:54:08 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">16390@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Larabbits, I'm not sure I understand your question? What elements exactly are you trying to make smaller?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>larabbits on "Adjusting Contact Info Field Sizes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adjusting-contact-info-field-sizes#post-16383</link>
			<pubDate>Sun, 16 Jan 2011 18:44:27 +0000</pubDate>
			<dc:creator>larabbits</dc:creator>
			<guid isPermaLink="false">16383@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am working on this form at a temporary spot:&#60;br /&#62;
&#60;a href=&#34;http://www.larabbits.org/test/volunteer/volunteer-application/&#34; rel=&#34;nofollow&#34;&#62;http://www.larabbits.org/test/volunteer/volunteer-application/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I was told by Kevin Flahaut that in order to adjust contact info field sizes (smaller) I would need to &#34;target the field using CSS inheritance based on it's parent containers.&#34;&#60;/p&#62;
&#60;p&#62;I looked at this page&#60;br /&#62;
&#60;a href=&#34;http://www.rocketgenius.com/gravity-forms-css-targeting-specific-elements/&#34; rel=&#34;nofollow&#34;&#62;http://www.rocketgenius.com/gravity-forms-css-targeting-specific-elements/&#60;/a&#62;&#60;br /&#62;
but I can't make heads or tails of what I am supposed to do.  Since I've already applied the below code into my theme's CSS file, to move the fields further left, is this something I can just add to the below?  Sorry - I'm not the best with coding but I do the best I can!&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* gravityforms adjusting contact info area */
body .gform_wrapper .left_label li#field_1_1 .gfield_label,
body .gform_wrapper .right_label li#field_1_1 .gfield_label,
body .gform_wrapper .left_label li#field_1_2 .gfield_label,
body .gform_wrapper .right_label li#field_1_2 .gfield_label,
body .gform_wrapper .left_label li#field_1_3 .gfield_label,
body .gform_wrapper .right_label li#field_1_3 .gfield_label,
body .gform_wrapper .left_label li#field_1_4 .gfield_label,
body .gform_wrapper .right_label li#field_1_4 .gfield_label,
body .gform_wrapper .left_label li#field_1_5 .gfield_label,
body .gform_wrapper .right_label li#field_1_5 .gfield_label,
body .gform_wrapper .left_label li#field_1_6 .gfield_label,
body .gform_wrapper .right_label li#field_1_6 .gfield_label
{width:10%
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
