<?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: How to align multiform buttons?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-align-multiform-buttons</link>
		<description>Gravity Support Forums Topic: How to align multiform buttons?</description>
		<language>en-US</language>
		<pubDate>Fri, 03 Apr 2026 17:48:53 +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-align-multiform-buttons" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "How to align multiform buttons?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-align-multiform-buttons#post-24620</link>
			<pubDate>Mon, 02 May 2011 09:20:40 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">24620@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry, I overlooked that part. Again, basic CSS is all you need to manipulate the button placement, just target the right element like this. This doesn't exactly center it, but it's close. You can experiment with different methods from there if you want.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_page_footer input#gform_submit_button_1 {
	margin-left:170px
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://grab.by/a1mx&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/a1mx&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>isuk on "How to align multiform buttons?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-align-multiform-buttons#post-24610</link>
			<pubDate>Sun, 01 May 2011 19:33:17 +0000</pubDate>
			<dc:creator>isuk</dc:creator>
			<guid isPermaLink="false">24610@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Works great, and how should the submit button be centered via css?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "How to align multiform buttons?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-align-multiform-buttons#post-24609</link>
			<pubDate>Sun, 01 May 2011 19:28:26 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">24609@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The next button has it's own class. It's easy to apply new styles to it if you want. Try adding this to the end of your style.css file&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper input.button.gform_next_button {float:right}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;test screenshot: &#60;a href=&#34;http://grab.by/a16e&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/a16e&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>isuk on "How to align multiform buttons?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-align-multiform-buttons#post-24608</link>
			<pubDate>Sun, 01 May 2011 18:52:10 +0000</pubDate>
			<dc:creator>isuk</dc:creator>
			<guid isPermaLink="false">24608@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Link to such a multiform is: &#60;a href=&#34;http://alturl.com/wxnym&#34; rel=&#34;nofollow&#34;&#62;http://alturl.com/wxnym&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
isuk
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "How to align multiform buttons?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-align-multiform-buttons#post-24605</link>
			<pubDate>Sun, 01 May 2011 18:04:55 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">24605@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How about a URL to your form? I'll be happy to take a look and help you out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>isuk on "How to align multiform buttons?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-align-multiform-buttons#post-24599</link>
			<pubDate>Sun, 01 May 2011 14:17:44 +0000</pubDate>
			<dc:creator>isuk</dc:creator>
			<guid isPermaLink="false">24599@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have three different types of buttons (text, no images) in a multiform. Previous, Next and Submit. The footer of a multiform is limited to 92% through one of the lines in the org gf style.css:&#60;br /&#62;
.gform_wrapper .gform_page_footer {margin:20px 0; width:92%; border-top:1px dotted #ccc; padding:16px 0 0 0}&#60;/p&#62;
&#60;p&#62;How do I align the &#34;Next&#34; to be on the right side in the footer (on the same line as &#34;Previous&#34;) and stay at that exact position on every page on any multiform (one general rule to set the postion for all forms and all pages) and how do I do the same (this time: center the button on all multipage forms) for the &#34;Submit&#34; button?&#60;/p&#62;
&#60;p&#62;It would be nice if the right end of the Next button box would be right under the end of the dotted footer line (vertically aligned with it). This is a picture of how it should look like for the &#34;Next&#34; button: &#60;a href=&#34;http://img862.imageshack.us/i/x000.jpg/&#34; rel=&#34;nofollow&#34;&#62;http://img862.imageshack.us/i/x000.jpg/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Tia,&#60;br /&#62;
isuk
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
