<?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: Spacing And Lines</title>
		<link>https://legacy.forums.gravityhelp.com/topic/spacing-and-lines</link>
		<description>Gravity Support Forums Topic: Spacing And Lines</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 11:53: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/spacing-and-lines" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Spacing And Lines"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spacing-and-lines#post-45455</link>
			<pubDate>Wed, 04 Jan 2012 16:19:56 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">45455@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome, glad to help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>scott74 on "Spacing And Lines"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spacing-and-lines#post-45449</link>
			<pubDate>Wed, 04 Jan 2012 15:20:54 +0000</pubDate>
			<dc:creator>scott74</dc:creator>
			<guid isPermaLink="false">45449@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ah! There we go, much appreciated... Thx
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Spacing And Lines"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spacing-and-lines#post-45445</link>
			<pubDate>Wed, 04 Jan 2012 14:33:18 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">45445@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try replacing what you have with this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .gform_page_footer {
border: none !important;
clear: both;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>scott74 on "Spacing And Lines"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spacing-and-lines#post-45444</link>
			<pubDate>Wed, 04 Jan 2012 13:30:15 +0000</pubDate>
			<dc:creator>scott74</dc:creator>
			<guid isPermaLink="false">45444@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Rob.... I still have the next button shoved up against the email field.....    I tried&#60;br /&#62;
.gform_next_button {padding-top:2cm;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;but did not seem to affect it   &#60;a href=&#34;http://imm.io/e2rr&#34; rel=&#34;nofollow&#34;&#62;http://imm.io/e2rr&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Spacing And Lines"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spacing-and-lines#post-45433</link>
			<pubDate>Wed, 04 Jan 2012 12:25:20 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">45433@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Scott, you probably have a couple of options here.&#60;/p&#62;
&#60;p&#62;1 - You can get rid of the border by placing this into your theme's stylesheet:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#gform_wrapper_1 .gform_page_footer {
border: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you want to get rid of that globally in all forms you can be more vague:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .gform_page_footer {
border: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you want to keep the border then you can do this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .gform_page_footer {
clear: both;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>scott74 on "Spacing And Lines"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spacing-and-lines#post-45426</link>
			<pubDate>Wed, 04 Jan 2012 10:23:41 +0000</pubDate>
			<dc:creator>scott74</dc:creator>
			<guid isPermaLink="false">45426@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Having a little trouble figuring out  the spacing on the next button from the bottom of the message box and a line going through the email and phone for some reason.. Any ideas for the css to take care of this...&#60;/p&#62;
&#60;p&#62;This is a fan page so you may have to like to get to the contact form to see&#60;br /&#62;
Form Link  &#60;a href=&#34;https://www.facebook.com/flysecure&#34; rel=&#34;nofollow&#34;&#62;https://www.facebook.com/flysecure&#60;/a&#62;&#60;br /&#62;
Thanks for any help...&#60;/p&#62;
&#60;p&#62;Screen Shot  &#60;a href=&#34;http://imm.io/e2rr&#34; rel=&#34;nofollow&#34;&#62;http://imm.io/e2rr&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
