<?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: Change address field and name labels</title>
		<link>https://legacy.forums.gravityhelp.com/topic/change-address-field-and-name-labels</link>
		<description>Gravity Support Forums Topic: Change address field and name labels</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:43:06 +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/change-address-field-and-name-labels" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Change address field and name labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-address-field-and-name-labels#post-26007</link>
			<pubDate>Fri, 20 May 2011 14:05:53 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">26007@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;My pleasure. Glad that helped you out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>placson on "Change address field and name labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-address-field-and-name-labels#post-26006</link>
			<pubDate>Fri, 20 May 2011 13:58:42 +0000</pubDate>
			<dc:creator>placson</dc:creator>
			<guid isPermaLink="false">26006@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You rock Kevin.  Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Change address field and name labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-address-field-and-name-labels#post-25962</link>
			<pubDate>Fri, 20 May 2011 08:24:07 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">25962@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I don't see it at the end of your style.css file. When it's added it works just fine in my tests.&#60;/p&#62;
&#60;p&#62;I copied your page markup and added the styles inline &#60;a href=&#34;http://j.mp/mjC9l1&#34; rel=&#34;nofollow&#34;&#62;here&#60;/a&#62;.. I adjusted the line height as well.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_complex label,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_time_hour label,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_time_minute label,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_date_month label,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_date_day label,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_date_year label,
body .gform_wrapper .gform_body .gform_fields .gfield .instruction {
	margin:0 0 2px 0;
	line-height: 1
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You should be able to add that to the end of your style.css file and see the changes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>placson on "Change address field and name labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-address-field-and-name-labels#post-25954</link>
			<pubDate>Fri, 20 May 2011 02:12:02 +0000</pubDate>
			<dc:creator>placson</dc:creator>
			<guid isPermaLink="false">25954@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Kevin,&#60;/p&#62;
&#60;p&#62;I tried adding that to the end of my style.css and it didn't work.  Here's my URL&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.warriorsquest.net/tournament/registration/&#34; rel=&#34;nofollow&#34;&#62;http://www.warriorsquest.net/tournament/registration/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'd also like to decrease the gap between label and field.  (I&#34;m on Chrome and Firefox on Linux)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Change address field and name labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-address-field-and-name-labels#post-17591</link>
			<pubDate>Thu, 03 Feb 2011 17:28:10 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">17591@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can add this to your theme stylesheet and tweak it to your preference. It will target all of the sub-labels in the advanced fields.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body .gform_wrapper .gform_body .gform_fields .gfield .ginput_complex label,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_time_hour label,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_time_minute label,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_date_month label,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_date_day label,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_date_year label,
body .gform_wrapper .gform_body .gform_fields .gfield .instruction {margin:0 0 3px 0}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>NVG_support on "Change address field and name labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-address-field-and-name-labels#post-17572</link>
			<pubDate>Thu, 03 Feb 2011 14:19:45 +0000</pubDate>
			<dc:creator>NVG_support</dc:creator>
			<guid isPermaLink="false">17572@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here is an example:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.newvideo.com/wp-content/uploads/2011/02/example.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.newvideo.com/wp-content/uploads/2011/02/example.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I know it's super nit-picky but i'd like to get rid of the space that is highlighted in orange.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Change address field and name labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-address-field-and-name-labels#post-17560</link>
			<pubDate>Thu, 03 Feb 2011 13:58:21 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">17560@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm not seeing your problem. I checked in several browsers. What browser are you seeing this issue in?&#60;/p&#62;
&#60;p&#62;If you want to tweak your sub-label positioning, you can easily target them to apply new properties with CSS. Here's a guide to show you how to target the specific elements in the advanced field groupings. You'll see examples for sub-labels there as well.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.rocketgenius.com/gravity-forms-css-targeting-specific-elements/#advanced&#34; rel=&#34;nofollow&#34;&#62;http://www.rocketgenius.com/gravity-forms-css-targeting-specific-elements/#advanced&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>NVG_support on "Change address field and name labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-address-field-and-name-labels#post-17546</link>
			<pubDate>Thu, 03 Feb 2011 12:49:55 +0000</pubDate>
			<dc:creator>NVG_support</dc:creator>
			<guid isPermaLink="false">17546@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm trying to change the amount of space between the input box and the label underneath.&#60;/p&#62;
&#60;p&#62;If you look at the form on this page: &#60;a href=&#34;http://www.newvideo.com/apple/&#34; rel=&#34;nofollow&#34;&#62;http://www.newvideo.com/apple/&#60;/a&#62; the work First is a little too far away from the box. And it because especially confusing in the address field where the 'address 2' label is close to two of the input fields.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
