<?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: Spreading prev - next buttons</title>
		<link>https://legacy.forums.gravityhelp.com/topic/spreading-prev-next-buttons</link>
		<description>Gravity Support Forums Topic: Spreading prev - next buttons</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:27:27 +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/spreading-prev-next-buttons" rel="self" type="application/rss+xml" />

		<item>
			<title>Tim on "Spreading prev - next buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spreading-prev-next-buttons#post-29161</link>
			<pubDate>Tue, 05 Jul 2011 15:36:33 +0000</pubDate>
			<dc:creator>Tim</dc:creator>
			<guid isPermaLink="false">29161@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Works like a charm :-) Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Spreading prev - next buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spreading-prev-next-buttons#post-29075</link>
			<pubDate>Mon, 04 Jul 2011 14:21:02 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">29075@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yep, when you're using the image buttons, that class name doesn't apply. You'll need to view the source and get the ID of your &#34;next&#34; button image. Then you can target it and float it right as in the previous example.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_page_footer input#gform_next_button_93_6 {
    float: right;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You would simply replace the &#34;gform_next_button_93_6&#34; in the example above with the actual ID from your form.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/lUNS57&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/lUNS57&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tim on "Spreading prev - next buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spreading-prev-next-buttons#post-29070</link>
			<pubDate>Mon, 04 Jul 2011 12:50:10 +0000</pubDate>
			<dc:creator>Tim</dc:creator>
			<guid isPermaLink="false">29070@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Kevin..&#60;/p&#62;
&#60;p&#62;Ok i found the problem. It seems that whenever you use your own buttons (image) the &#34;next&#34; button wont align right.&#60;/p&#62;
&#60;p&#62;Any sugguestions how i could solve this unsing my own buttons?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Tim&#60;/p&#62;
&#60;p&#62;PS: I dont feel compfortable posting links into an open forum, is there a way that i can PM you?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Spreading prev - next buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spreading-prev-next-buttons#post-29048</link>
			<pubDate>Sun, 03 Jul 2011 19:06:52 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">29048@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Couldn't say for sure without seeing your form page. Can you post a URL so I can check it out?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tim on "Spreading prev - next buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spreading-prev-next-buttons#post-29047</link>
			<pubDate>Sun, 03 Jul 2011 18:36:50 +0000</pubDate>
			<dc:creator>Tim</dc:creator>
			<guid isPermaLink="false">29047@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi ... strange.. i just added it and ti does not seem to work :( &#60;/p&#62;
&#60;p&#62;What im i doing wrong?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Spreading prev - next buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spreading-prev-next-buttons#post-28954</link>
			<pubDate>Fri, 01 Jul 2011 12:39:58 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">28954@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try adding this to your theme stylesheet. It should do what you want.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_page_footer input.gform_next_button {
    float: right;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/lkW2Qt&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/lkW2Qt&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tim on "Spreading prev - next buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spreading-prev-next-buttons#post-28953</link>
			<pubDate>Fri, 01 Jul 2011 12:09:42 +0000</pubDate>
			<dc:creator>Tim</dc:creator>
			<guid isPermaLink="false">28953@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there..&#60;/p&#62;
&#60;p&#62;Could you point me in the right direction how i could spread the prev. and next button more appart? currently thy are so close togheter &#60;a href=&#34;http://tardis1.tinygrab.com/atfti&#34; rel=&#34;nofollow&#34;&#62;http://tardis1.tinygrab.com/atfti&#60;/a&#62;&#60;br /&#62;
wish to spread them all the way...  on the otherside of the form.&#60;/p&#62;
&#60;p&#62;Thanks for your help!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
