<?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: Sub-label spacing</title>
		<link>https://legacy.forums.gravityhelp.com/topic/sub-label-spacing</link>
		<description>Gravity Support Forums Topic: Sub-label spacing</description>
		<language>en-US</language>
		<pubDate>Mon, 06 Apr 2026 14:54:35 +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/sub-label-spacing" rel="self" type="application/rss+xml" />

		<item>
			<title>cnymike on "Sub-label spacing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sub-label-spacing#post-29035</link>
			<pubDate>Sun, 03 Jul 2011 10:17:22 +0000</pubDate>
			<dc:creator>cnymike</dc:creator>
			<guid isPermaLink="false">29035@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you Kevin. I've not quite yet been able to open my brain enough to get a grip with CSS subtleties. Thanks for the code that solves my problem.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Sub-label spacing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sub-label-spacing#post-29025</link>
			<pubDate>Sat, 02 Jul 2011 15:24:01 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">29025@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The problem isn't with the sub-label, but a property applied to the inputs and it originates from your theme styles. Line 610 of your theme's style.css file sets a 24px bottom margin on all inputs in the &#34;entry-content&#34; div.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.entry-content input {
    margin: 0 0 24px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can override that with a more specific rule - added to the end of your theme stylesheet&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .entry-content .gform_wrapper input {
    margin-bottom:0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;test screenshot: &#60;a href=&#34;http://bit.ly/m4m7M0&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/m4m7M0&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cnymike on "Sub-label spacing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sub-label-spacing#post-29023</link>
			<pubDate>Sat, 02 Jul 2011 14:50:55 +0000</pubDate>
			<dc:creator>cnymike</dc:creator>
			<guid isPermaLink="false">29023@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm not quite certain how to reduce the space between the field and the sub-label. I'l like to tighten it up a lot so that there is only maybe a 5px space.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.michaelerb.net/availability/event-information-form&#34; rel=&#34;nofollow&#34;&#62;http://www.michaelerb.net/availability/event-information-form&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I do realize I just need to target the sub-label field and append the CSS to my theme but I'm not sure what field to target.&#60;/p&#62;
&#60;p&#62;thanks in advance for pointing me in the right direction.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
