<?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: Why&#039;s my &#039;Go&#039; button outside of the form?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/whys-my-go-button-outside-of-the-form</link>
		<description>Gravity Support Forums Topic: Why&#039;s my &#039;Go&#039; button outside of the form?</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 18:03:23 +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/whys-my-go-button-outside-of-the-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Why&#039;s my &#039;Go&#039; button outside of the form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/whys-my-go-button-outside-of-the-form#post-29616</link>
			<pubDate>Mon, 11 Jul 2011 10:53:22 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">29616@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Wonderful. Thanks Dave.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>davethackeray on "Why&#039;s my &#039;Go&#039; button outside of the form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/whys-my-go-button-outside-of-the-form#post-29614</link>
			<pubDate>Mon, 11 Jul 2011 10:43:20 +0000</pubDate>
			<dc:creator>davethackeray</dc:creator>
			<guid isPermaLink="false">29614@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Got it. Thank you, Kevin - as always, the perfect answer and fantastic service.&#60;/p&#62;
&#60;p&#62;Bravo!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Why&#039;s my &#039;Go&#039; button outside of the form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/whys-my-go-button-outside-of-the-form#post-29611</link>
			<pubDate>Mon, 11 Jul 2011 10:03:10 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">29611@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's because you've floated the form footer div and now it's not constrained by the form wrapper. If you disable the float property in the rule on line 605 of your style.css file, you'll see that the button is once again contained in the form wrapper.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/rpagBS&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/rpagBS&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you want to float the button to the right, you can do it like this. You'll need to also add a height to the footer element so the spacing is retained.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_footer input[type=&#38;quot;submit&#38;quot;] {
    float: right;
    margin-right: 20px;
}

body .gform_wrapper .gform_footer {
	height:30px
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/mR1pcX&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/mR1pcX&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>davethackeray on "Why&#039;s my &#039;Go&#039; button outside of the form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/whys-my-go-button-outside-of-the-form#post-29588</link>
			<pubDate>Mon, 11 Jul 2011 05:13:30 +0000</pubDate>
			<dc:creator>davethackeray</dc:creator>
			<guid isPermaLink="false">29588@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey!&#60;/p&#62;
&#60;p&#62;At &#60;a href=&#34;http://www.rciventures.com/contact/&#34; rel=&#34;nofollow&#34;&#62;http://www.rciventures.com/contact/&#60;/a&#62; the Go button sits outside the form.&#60;/p&#62;
&#60;p&#62;Can you offer me a simple way to bring it back inside?&#60;/p&#62;
&#60;p&#62;Thanks much!&#60;/p&#62;
&#60;p&#62;Dave
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
