<?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: Huge Space at the Top of My Form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/huge-space-at-the-top-of-my-form</link>
		<description>Gravity Support Forums Topic: Huge Space at the Top of My Form</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:04:59 +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/huge-space-at-the-top-of-my-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Huge Space at the Top of My Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/huge-space-at-the-top-of-my-form#post-47213</link>
			<pubDate>Tue, 24 Jan 2012 11:38:46 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">47213@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome, glad to help out!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Twana on "Huge Space at the Top of My Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/huge-space-at-the-top-of-my-form#post-47212</link>
			<pubDate>Tue, 24 Jan 2012 11:29:49 +0000</pubDate>
			<dc:creator>Twana</dc:creator>
			<guid isPermaLink="false">47212@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks  mate!&#60;br /&#62;
It worked out.&#60;br /&#62;
Great support.&#60;/p&#62;
&#60;p&#62;Cheers!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Huge Space at the Top of My Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/huge-space-at-the-top-of-my-form#post-47095</link>
			<pubDate>Sun, 22 Jan 2012 21:42:17 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">47095@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try placing this to target only that form's footer area:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#gform_wrapper_2 .gform_footer.top_label {
clear: none;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Twana on "Huge Space at the Top of My Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/huge-space-at-the-top-of-my-form#post-47093</link>
			<pubDate>Sun, 22 Jan 2012 21:21:57 +0000</pubDate>
			<dc:creator>Twana</dc:creator>
			<guid isPermaLink="false">47093@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's me again.&#60;br /&#62;
This time I have the issue at the bottom of my form. Please take a look at &#60;a href=&#34;http://www.smashious.com/submit-news/&#34; rel=&#34;nofollow&#34;&#62;http://www.smashious.com/submit-news/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I've tried a negative margin for the button, but the form on my other page will be effected as well.&#60;/p&#62;
&#60;p&#62;Cheers
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Twana on "Huge Space at the Top of My Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/huge-space-at-the-top-of-my-form#post-47085</link>
			<pubDate>Sun, 22 Jan 2012 16:15:40 +0000</pubDate>
			<dc:creator>Twana</dc:creator>
			<guid isPermaLink="false">47085@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Rob, I just reinstalled the plugin and tried it again with the code in my Theme's stylesheet. It worked like a charme.&#60;/p&#62;
&#60;p&#62;Thanks mate!&#60;br /&#62;
Cheers
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Huge Space at the Top of My Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/huge-space-at-the-top-of-my-form#post-47077</link>
			<pubDate>Sun, 22 Jan 2012 13:38:45 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">47077@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Twana, interesting enough it looks like this is causing the space:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper ul li.gfield {
clear: both;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Did you happen to make any customizations to the Gravity Forms css file? If you want, you can place this into your theme's stylesheet (since all css mods should be done outside of the plugin):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper ul li.gfield {
clear: none !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Twana on "Huge Space at the Top of My Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/huge-space-at-the-top-of-my-form#post-47076</link>
			<pubDate>Sun, 22 Jan 2012 13:18:04 +0000</pubDate>
			<dc:creator>Twana</dc:creator>
			<guid isPermaLink="false">47076@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi There,&#60;/p&#62;
&#60;p&#62;I've applied the plugin on my website and discovered a huge space at the top of my form.&#60;br /&#62;
I can't figure out why this is created. Could you please take a look at it.&#60;br /&#62;
You can find the form at &#60;a href=&#34;http://www.smashious.com/write-for-us/&#34; rel=&#34;nofollow&#34;&#62;http://www.smashious.com/write-for-us/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks in advance.&#60;/p&#62;
&#60;p&#62;Cheers, Twana
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
