<?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: Reduce padding for field labels</title>
		<link>https://legacy.forums.gravityhelp.com/topic/reduce-padding-for-field-labels</link>
		<description>Gravity Support Forums Topic: Reduce padding for field labels</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:56:23 +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/reduce-padding-for-field-labels" rel="self" type="application/rss+xml" />

		<item>
			<title>rcDev on "Reduce padding for field labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/reduce-padding-for-field-labels#post-168056</link>
			<pubDate>Mon, 11 Mar 2013 16:42:47 +0000</pubDate>
			<dc:creator>rcDev</dc:creator>
			<guid isPermaLink="false">168056@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yeah. Throw some bottom margin on that label.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bruce_Alfred on "Reduce padding for field labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/reduce-padding-for-field-labels#post-168054</link>
			<pubDate>Mon, 11 Mar 2013 16:36:09 +0000</pubDate>
			<dc:creator>Bruce_Alfred</dc:creator>
			<guid isPermaLink="false">168054@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks!&#60;br /&#62;
That send me on the right track.&#60;/p&#62;
&#60;p&#62;I ended up using the below. Although if I have time, I still need to tweak the bottom padding so the field description is not right on the entry field below it. &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .ginput_complex label{
	line-height: 1 !important; // this is the important one
	margin-top: 0;
}

.gform_wrapper .gfield_description {
    padding: 0px !important;
  	line-height: 1 !important;

}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>rcDev on "Reduce padding for field labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/reduce-padding-for-field-labels#post-168041</link>
			<pubDate>Mon, 11 Mar 2013 16:11:46 +0000</pubDate>
			<dc:creator>rcDev</dc:creator>
			<guid isPermaLink="false">168041@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;pre&#62;&#60;code&#62;.gform_wrapper .ginput_complex label{
line-height: 1; // this is the important one
margin-top: 0;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Bruce_Alfred on "Reduce padding for field labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/reduce-padding-for-field-labels#post-168037</link>
			<pubDate>Mon, 11 Mar 2013 16:07:27 +0000</pubDate>
			<dc:creator>Bruce_Alfred</dc:creator>
			<guid isPermaLink="false">168037@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've been using Firebug to try to find the right CSS to target, and have come up empty. I need to get the field label moved up closer to the field input. For example, I need &#34;First&#34; to be moved up closer to the first name entry box. I'd like to do this for all of the field labels in the form.&#60;br /&#62;
My form is viewable here:&#60;br /&#62;
&#60;a href=&#34;http://seasonshospice.org/join-our-team/career-opportunities/application-form/&#34; rel=&#34;nofollow&#34;&#62;http://seasonshospice.org/join-our-team/career-opportunities/application-form/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The example field label can be viewable here: &#60;a href=&#34;http://grab.by/kBMu&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/kBMu&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Bruce
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
