<?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: Need Submit Button positioned next to fields</title>
		<link>https://legacy.forums.gravityhelp.com/topic/need-submit-button-positioned-next-to-fields</link>
		<description>Gravity Support Forums Topic: Need Submit Button positioned next to fields</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 13:44:03 +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/need-submit-button-positioned-next-to-fields" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Need Submit Button positioned next to fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-submit-button-positioned-next-to-fields#post-56589</link>
			<pubDate>Wed, 25 Apr 2012 22:35:46 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">56589@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You'll need to target the elements with some custom CSS rules.. position the form footer div with the button to the right. This should get you started. This is specific CSS for your form ID# 13&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
/* set a height so the background shows properly */
body #gform_wrapper_13 {
	position: relative;
	height: 90px
}

/* size and position the form footer with button */
body #gform_wrapper_13 .gform_footer {
	width: auto !important;
	position: absolute;
	right: 0
}

/* set max width on form to make room for button */
body #gform_wrapper_13 ul#gform_fields_13 {
	max-width: 85%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;test screenshot: &#60;a href=&#34;http://bit.ly/JrelLO&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/JrelLO&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You should be able to take it from there. Don't forget these sample CSS selectors too if you need help.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Geary on "Need Submit Button positioned next to fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-submit-button-positioned-next-to-fields#post-56575</link>
			<pubDate>Wed, 25 Apr 2012 18:08:38 +0000</pubDate>
			<dc:creator>Kevin Geary</dc:creator>
			<guid isPermaLink="false">56575@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here is my page:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.karate-usa.com/test-page/&#34; rel=&#34;nofollow&#34;&#62;http://www.karate-usa.com/test-page/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Need the submit button on the same line as the input fields.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
