<?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: Extra space above first field on widget</title>
		<link>https://legacy.forums.gravityhelp.com/topic/extra-space-above-first-field-on-widget</link>
		<description>Gravity Support Forums Topic: Extra space above first field on widget</description>
		<language>en-US</language>
		<pubDate>Thu, 23 Apr 2026 01:54:10 +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/extra-space-above-first-field-on-widget" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Extra space above first field on widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/extra-space-above-first-field-on-widget#post-100854</link>
			<pubDate>Mon, 10 Dec 2012 11:15:28 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">100854@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No problem, glad you got it sorted
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joelthenderson on "Extra space above first field on widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/extra-space-above-first-field-on-widget#post-100851</link>
			<pubDate>Mon, 10 Dec 2012 11:13:28 +0000</pubDate>
			<dc:creator>joelthenderson</dc:creator>
			<guid isPermaLink="false">100851@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome. That did the trick. And, actually, I used a plug in to make the change so I didn't need to go into any files specifically. The plugin is the Custom CSS Manager. Anyway, thanks a ton!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Extra space above first field on widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/extra-space-above-first-field-on-widget#post-100559</link>
			<pubDate>Sun, 09 Dec 2012 16:28:00 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">100559@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Not a silly question at all, I would place it in your themes main style sheet or custom.css if your theme has one.  You should avoid making modifications to plugin files as when wordpress updates the plugins any modifications would be lost.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joelthenderson on "Extra space above first field on widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/extra-space-above-first-field-on-widget#post-100552</link>
			<pubDate>Sun, 09 Dec 2012 16:04:28 +0000</pubDate>
			<dc:creator>joelthenderson</dc:creator>
			<guid isPermaLink="false">100552@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for the reply. This is a silly question, but which stylesheet? The stylesheet that's part of the gravity forms, or the style sheet that's for my theme?&#60;/p&#62;
&#60;p&#62;Thanks again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Extra space above first field on widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/extra-space-above-first-field-on-widget#post-100533</link>
			<pubDate>Sun, 09 Dec 2012 14:58:19 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">100533@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could also add the following to close the gap a little more&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#field_1_1 {
margin-top: 0 !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Extra space above first field on widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/extra-space-above-first-field-on-widget#post-100532</link>
			<pubDate>Sun, 09 Dec 2012 14:54:16 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">100532@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Joel, the gap is being created by the padding and margins being added to a couple of elements, so to reduce it you can add the following css to your stylesheet&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_widget .gform_wrapper {
padding-top: 0 !important;
}
.gform_widget .gform_body {
margin-top: 0 !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>joelthenderson on "Extra space above first field on widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/extra-space-above-first-field-on-widget#post-100510</link>
			<pubDate>Sun, 09 Dec 2012 13:06:26 +0000</pubDate>
			<dc:creator>joelthenderson</dc:creator>
			<guid isPermaLink="false">100510@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;PS... On a scale of 1 to 10, 1 being &#34;enough knowledge of css to be dangerous&#34;, I am about a 2. Thanks for any help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joelthenderson on "Extra space above first field on widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/extra-space-above-first-field-on-widget#post-100508</link>
			<pubDate>Sun, 09 Dec 2012 13:05:03 +0000</pubDate>
			<dc:creator>joelthenderson</dc:creator>
			<guid isPermaLink="false">100508@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello, this is probably an easy fix and perhaps has already been posted about, but I cannot seem to find an answer.&#60;/p&#62;
&#60;p&#62;I have a simple email submission form widget on the home page of my new site... &#60;a href=&#34;http://www.joelthenderson.com&#34; rel=&#34;nofollow&#34;&#62;http://www.joelthenderson.com&#60;/a&#62;. As you can see, there's space between my widget heading and the forms first field. I don't think this is my theme's css as this is the only widget doing this. &#60;/p&#62;
&#60;p&#62;Anyway to fix this? It's not a huge deal, but given that I paid $40 for this, I'd like it to work right.&#60;/p&#62;
&#60;p&#62;Thanks much.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
