<?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: Submit button alignment</title>
		<link>https://legacy.forums.gravityhelp.com/topic/submit-button-alignment</link>
		<description>Gravity Support Forums Topic: Submit button alignment</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 11:01:00 +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/submit-button-alignment" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Submit button alignment"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-alignment#post-153124</link>
			<pubDate>Sat, 23 Feb 2013 13:25:34 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">153124@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Richard.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>michaelmjc on "Submit button alignment"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-alignment#post-152478</link>
			<pubDate>Fri, 22 Feb 2013 16:23:52 +0000</pubDate>
			<dc:creator>michaelmjc</dc:creator>
			<guid isPermaLink="false">152478@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It was so perfect it went site wide. I was dreading the fact I may have to input it on each page. Lifesaver.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Submit button alignment"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-alignment#post-152477</link>
			<pubDate>Fri, 22 Feb 2013 16:22:05 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">152477@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No problem, just one point though, I forgot to mention it before but that code will apply site wide, if you only want it to apply to that form you should prefix it with the form number like so&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[css]
#gform_wrapper_29 .gform_footer.top_label {
width: 49%;
float: right;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>michaelmjc on "Submit button alignment"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-alignment#post-152455</link>
			<pubDate>Fri, 22 Feb 2013 15:42:46 +0000</pubDate>
			<dc:creator>michaelmjc</dc:creator>
			<guid isPermaLink="false">152455@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Nevermind, I guess I AM a noob. I had the numbers to the left in the code too.&#60;/p&#62;
&#60;p&#62;You are awesome Richard. Thanks for your time! :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>michaelmjc on "Submit button alignment"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-alignment#post-152454</link>
			<pubDate>Fri, 22 Feb 2013 15:35:32 +0000</pubDate>
			<dc:creator>michaelmjc</dc:creator>
			<guid isPermaLink="false">152454@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks again. Unfortunately it seems that hasn't moved the button. Is there a specific place in that file I should input this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Submit button alignment"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-alignment#post-152452</link>
			<pubDate>Fri, 22 Feb 2013 15:26:45 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">152452@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No problem, depending on who made your theme if you look in the folder that contains your theme you should find a file called styles.css you can place that code snippet in there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>michaelmjc on "Submit button alignment"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-alignment#post-152447</link>
			<pubDate>Fri, 22 Feb 2013 15:19:59 +0000</pubDate>
			<dc:creator>michaelmjc</dc:creator>
			<guid isPermaLink="false">152447@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Richard,&#60;/p&#62;
&#60;p&#62;Thanks so much for your response. In hopes of not sounding like a complete noob, where exactly am I inputting that text?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Submit button alignment"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-alignment#post-152446</link>
			<pubDate>Fri, 22 Feb 2013 15:18:22 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">152446@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Mike,&#60;/p&#62;
&#60;p&#62;Try adding the following to your themes style sheet, it will make the buttons container, the footer, the same width as the other field containers and float it to the right.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_footer.top_label {
width: 49%;
float: right;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>michaelmjc on "Submit button alignment"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-alignment#post-152443</link>
			<pubDate>Fri, 22 Feb 2013 15:10:17 +0000</pubDate>
			<dc:creator>michaelmjc</dc:creator>
			<guid isPermaLink="false">152443@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there, &#60;/p&#62;
&#60;p&#62;I know there's lots of different posts on this, however, it seems everyone's theme varies how this will look. I would like the submit button to be on the right hand side underneath the other form elements. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://yyzdesign.com/abq-albuquerque&#34; rel=&#34;nofollow&#34;&#62;http://yyzdesign.com/abq-albuquerque&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Can someone give me some insight as to how I can do this?&#60;/p&#62;
&#60;p&#62;Thanks so much,&#60;br /&#62;
Mike
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
