<?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: Footer form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/footer-form</link>
		<description>Gravity Support Forums Topic: Footer form</description>
		<language>en-US</language>
		<pubDate>Thu, 23 Apr 2026 15:42:12 +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/footer-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Footer form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/footer-form#post-17301</link>
			<pubDate>Mon, 31 Jan 2011 09:29:26 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">17301@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can try tweak the label margins and the margins on the form footer to tighten up the spacing. This snippet also removes the 20px left margin the form is inheriting from the theme style. Try adding this to the end your theme stylesheet.. it's targeted to just this one form ID so it wont affect your other forms.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body #gform_wrapper_8 .top_label .gfield_label {
    margin: 0 0 4px 0;
}

body #gform_wrapper_8 .ginput_complex label,
body #gform_wrapper_8 .gfield_time_hour label,
body #gform_wrapper_8 .gfield_time_minute label,
body #gform_wrapper_8 .gfield_date_month label,
body #gform_wrapper_8 .gfield_date_day label,
body #gform_wrapper_8 .gfield_date_year label,
body #gform_wrapper_8 .instruction {;
    margin: 3px 0 0 0;
}

body #gform_wrapper_8 .gform_footer {
    margin: 0;
    padding: 10px 0 0 0;
}

body #footer-widgeted #gform_wrapper_8 ul li {
    margin-left: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;test screenshot: &#60;a href=&#34;http://grab.by/8GnC&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/8GnC&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lindebjerg on "Footer form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/footer-form#post-17291</link>
			<pubDate>Mon, 31 Jan 2011 04:47:20 +0000</pubDate>
			<dc:creator>lindebjerg</dc:creator>
			<guid isPermaLink="false">17291@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would like to make the footer newsletter form smaller: &#60;a href=&#34;http://kirstendyrum.com/&#34; rel=&#34;nofollow&#34;&#62;http://kirstendyrum.com/&#60;/a&#62;&#60;br /&#62;
I to high now, I would like less space in the top of the form and in between the fields. I use Genesis from StudioPress and have this css stylesheet.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_footer .button {
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 1px 5px 1px 5px;
	border: 1px solid #333333;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.gform_footer .button:hover {
	background: #a3d7d7;
	border: 1px solid #7e7e7e;
	}
.gform_footer input.button {
	color: #FFFFFF !important;
	}
.gform_wrapper .gform_footer {
	border: none!important;
	}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
