<?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: Decrease Height Below Checkbox</title>
		<link>https://legacy.forums.gravityhelp.com/topic/decrease-height-below-checkbox</link>
		<description>Gravity Support Forums Topic: Decrease Height Below Checkbox</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 17:42:54 +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/decrease-height-below-checkbox" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Decrease Height Below Checkbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/decrease-height-below-checkbox#post-76296</link>
			<pubDate>Wed, 19 Sep 2012 10:09:42 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">76296@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You are referencing gform_wrapper_10 when you should be referencing gform_wrapper_1:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_1 ul.gfield_checkbox li {
margin-bottom: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or globally:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper ul.gfield_checkbox li {
margin-bottom: 0 !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>paulszymanski on "Decrease Height Below Checkbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/decrease-height-below-checkbox#post-76188</link>
			<pubDate>Tue, 18 Sep 2012 21:16:21 +0000</pubDate>
			<dc:creator>paulszymanski</dc:creator>
			<guid isPermaLink="false">76188@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I added that to:&#60;br /&#62;
&#60;a href=&#34;http://ahhowland.com/wp-content/themes/coolbluetheme_ahhow/style.css&#34; rel=&#34;nofollow&#34;&#62;http://ahhowland.com/wp-content/themes/coolbluetheme_ahhow/style.css&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;and it did not seem to work.  Looking to do the same thing with the &#34;What type of project are you working on&#34; checkboxes as well.  Thanks in advance!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Decrease Height Below Checkbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/decrease-height-below-checkbox#post-76113</link>
			<pubDate>Tue, 18 Sep 2012 15:34:03 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">76113@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, exactly.  I had initially left it out, like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But then I saw you included that.  If you do it as body .gform_wrapper, it will apply to all Gravity Forms on your site.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Colinz on "Decrease Height Below Checkbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/decrease-height-below-checkbox#post-76112</link>
			<pubDate>Tue, 18 Sep 2012 15:32:48 +0000</pubDate>
			<dc:creator>Colinz</dc:creator>
			<guid isPermaLink="false">76112@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;entered in error
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Decrease Height Below Checkbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/decrease-height-below-checkbox#post-75982</link>
			<pubDate>Tue, 18 Sep 2012 03:15:48 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">75982@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Add this to one of your theme's stylesheets, wherever the theme provider recommends custom CSS rules be added:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_10 ul li ul.gfield_checkbox li {
    padding-bottom:0!important;
    margin-bottom:0!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Being a multi-page form I was not able to check for ill effects on other fields.  Please check it out after adding it to your stylesheet.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>paulszymanski on "Decrease Height Below Checkbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/decrease-height-below-checkbox#post-75827</link>
			<pubDate>Mon, 17 Sep 2012 08:29:39 +0000</pubDate>
			<dc:creator>paulszymanski</dc:creator>
			<guid isPermaLink="false">75827@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is it a line height issue?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>paulszymanski on "Decrease Height Below Checkbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/decrease-height-below-checkbox#post-75644</link>
			<pubDate>Sun, 16 Sep 2012 09:06:02 +0000</pubDate>
			<dc:creator>paulszymanski</dc:creator>
			<guid isPermaLink="false">75644@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please see my form at:&#60;br /&#62;
&#60;a href=&#34;http://ahhowland.com/request-a-quote.html&#34; rel=&#34;nofollow&#34;&#62;http://ahhowland.com/request-a-quote.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;How do I decrease the height below the checkbox:&#60;br /&#62;
Is Billing Address Same As Address of Property You Need Services For?&#60;/p&#62;
&#60;p&#62;I have:&#60;br /&#62;
body #gform_wrapper_10 .gform_body .gform_fields .gfield .gfield_checkbox {&#60;br /&#62;
margin-bottom:2px&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
