<?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 is the submit button still not aligned?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-solve-submit-button-outside-of-gform-boundary</link>
		<description>Gravity Support Forums Topic: Why is the submit button still not aligned?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:26:46 +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/how-to-solve-submit-button-outside-of-gform-boundary" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Why is the submit button still not aligned?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-solve-submit-button-outside-of-gform-boundary#post-37109</link>
			<pubDate>Wed, 05 Oct 2011 11:29:01 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">37109@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Wonderful. I'm happy I could help. Thanks for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vyim65 on "Why is the submit button still not aligned?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-solve-submit-button-outside-of-gform-boundary#post-37108</link>
			<pubDate>Wed, 05 Oct 2011 11:24:12 +0000</pubDate>
			<dc:creator>vyim65</dc:creator>
			<guid isPermaLink="false">37108@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin&#60;/p&#62;
&#60;p&#62;You are awesome!! Problem fixed and thank you so much.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Why is the submit button still not aligned?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-solve-submit-button-outside-of-gform-boundary#post-37105</link>
			<pubDate>Wed, 05 Oct 2011 10:59:28 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">37105@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You didn't copy the CSS snippet completely.. the first backslash is missing from the first comment and the rule for the form wrapper isn't being applied.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/opdAan&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/opdAan&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vyim65 on "Why is the submit button still not aligned?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-solve-submit-button-outside-of-gform-boundary#post-37102</link>
			<pubDate>Wed, 05 Oct 2011 10:41:12 +0000</pubDate>
			<dc:creator>vyim65</dc:creator>
			<guid isPermaLink="false">37102@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin, &#60;/p&#62;
&#60;p&#62;The submit button gone missing!!!!!!!!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Why is the submit button still not aligned?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-solve-submit-button-outside-of-gform-boundary#post-37096</link>
			<pubDate>Wed, 05 Oct 2011 08:31:35 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">37096@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You probably copied a CSS snippet that was customized for someone else's site. You can use those, but you have to adjust them so they work on your site.. it wasn't intended to be a generic fix.&#60;/p&#62;
&#60;p&#62;Remove the previous CSS snippet and try this. You can adjust it if needed to suit your preference.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
/* make the form container relative for positioning */

body #gform_wrapper_8 {
    position: relative;
}

/* set a width on the form body so the button has room on the right */

body #gform_wrapper_8 .gform_body {
    width: 485px;
}

/* resize and re-position the form footer with the button */

body #gform_wrapper_8 .gform_footer {
    width: auto;
    position: absolute;
    top: 80px;
    right: 16px;
    padding: 0;
    margin: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;test screenshot: &#60;a href=&#34;http://bit.ly/p2yx7T&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/p2yx7T&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vyim65 on "Why is the submit button still not aligned?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-solve-submit-button-outside-of-gform-boundary#post-37083</link>
			<pubDate>Wed, 05 Oct 2011 01:52:56 +0000</pubDate>
			<dc:creator>vyim65</dc:creator>
			<guid isPermaLink="false">37083@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I followed one of the post and copied the same code to the css stylesheet :&#60;/p&#62;
&#60;p&#62;I wonder why the submit button for my gform is not aline? Can someone guide me through how to make the adjustment.&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;P.S. link : &#60;a href=&#34;http://www.vincentyim.com/test-form/2011/10/05/&#34; rel=&#34;nofollow&#34;&#62;http://www.vincentyim.com/test-form/2011/10/05/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
