<?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: Possibility to shift the placement of the Submit button?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/possibility-to-shift-the-placement-of-the-submit-button</link>
		<description>Gravity Support Forums Topic: Possibility to shift the placement of the Submit button?</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:24:49 +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/possibility-to-shift-the-placement-of-the-submit-button" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Possibility to shift the placement of the Submit button?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/possibility-to-shift-the-placement-of-the-submit-button#post-6966</link>
			<pubDate>Fri, 02 Jul 2010 18:46:36 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">6966@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Wonderful. Thanks for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Michael on "Possibility to shift the placement of the Submit button?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/possibility-to-shift-the-placement-of-the-submit-button#post-6965</link>
			<pubDate>Fri, 02 Jul 2010 17:54:55 +0000</pubDate>
			<dc:creator>Michael</dc:creator>
			<guid isPermaLink="false">6965@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That worked! Thank you very much for your help. We have tested it on all browsers except Opera and Internet Explorer.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Possibility to shift the placement of the Submit button?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/possibility-to-shift-the-placement-of-the-submit-button#post-6835</link>
			<pubDate>Tue, 29 Jun 2010 19:41:51 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">6835@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Floating elements with CSS takes a little bit to grasp sometimes but this is a great place to start. It's been around a while, but still should be helpful.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://css.maxdesign.com.au/floatutorial/&#34; rel=&#34;nofollow&#34;&#62;http://css.maxdesign.com.au/floatutorial/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Yeah, your styles are off a little bit.  What you need to do is basically float every other element to the left for a two column layout.  Float the first one, then the third, then the fifth, etc. The ones in between will naturally float up to the right inline with the previous one assuming there's room enough to do so.&#60;/p&#62;
&#60;p&#62;I grabbed your CSS, tweaked it and tested it. I think this should get you closer to what you wanted.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* custom layout for Design Inquiry form */

#gform_wrapper_2 { width:590px; margin-left:68px; }

/* Name */
#field_2_2 { float:left; width:295px; }

/* Address */
#field_2_18 { float:left; width:590px; }

/* Daytime Phone */
#field_2_10 { float:left; width:295px; }

/* Project Date */
#field_2_16 { float:left; width:295px; padding-top:20px; padding-bottom:120px; }

/* Email */
#field_2_19 { width:269px; padding-right:26px; }

/* Night Phone */
#field_2_12 { width:295px; }

/* Rooms */
#field_2_17 { width:295px; padding-top:20px; }

/* Comments */
#field_2_13 { width:100%; }

/* Dropdown adjustments */
.entry-content .gform_wrapper .ginput_complex select,.entry-content .gform_wrapper select { padding-bottom:2px; padding-left:3px; padding-top:3px; font-size:12px; }&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Michael on "Possibility to shift the placement of the Submit button?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/possibility-to-shift-the-placement-of-the-submit-button#post-6834</link>
			<pubDate>Tue, 29 Jun 2010 19:23:07 +0000</pubDate>
			<dc:creator>Michael</dc:creator>
			<guid isPermaLink="false">6834@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for your response.  What do you mean by &#34;didn't clear it properly&#34;? I took the float: left; away from that line and it moved my comment box to the top and covered up part of my address fields (in both safari and firefox).  It did bring the submit button back down though.  Any other suggestions?&#60;/p&#62;
&#60;p&#62;Also, thanks for mentioning that I had to transfer my css. I intended on doing it, but had not remembered to yet. It is transferred now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Possibility to shift the placement of the Submit button?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/possibility-to-shift-the-placement-of-the-submit-button#post-6654</link>
			<pubDate>Thu, 24 Jun 2010 19:34:39 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">6654@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's the custom CSS you're adding and not a default form style issue. &#60;/p&#62;
&#60;p&#62;On line 226 of forms.css file.. you've added styles and floated the comment container (#field_2_13) box above the gform_footer and didn't clear it properly. Probably no need to float that left as it's the default position. I would just remove the float property and that should work for you.&#60;/p&#62;
&#60;p&#62;Here's the deal. Don't make edits directly in the plugin's form.css file. If you do, and use the auto-update option, all of your changes will be overwritten.&#60;/p&#62;
&#60;p&#62;If you want to make extensive customizations, here's how you do it. Copy the entire forms.css content from the plugin file, then append all of that to your theme's style.css file.&#60;/p&#62;
&#60;p&#62;Then, go to the forms settings page select no for the &#34;output CSS&#34; option. That way, the default forms.css won't load, and the styles are coming from your theme style sheet. Make all the changes you want there, then when the plugin updates, your customizations are safe.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Michael on "Possibility to shift the placement of the Submit button?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/possibility-to-shift-the-placement-of-the-submit-button#post-6653</link>
			<pubDate>Thu, 24 Jun 2010 19:04:04 +0000</pubDate>
			<dc:creator>Michael</dc:creator>
			<guid isPermaLink="false">6653@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a form on &#60;a href=&#34;http://www.decoridesigns.info/design-inquiry/&#34; rel=&#34;nofollow&#34;&#62;http://www.decoridesigns.info/design-inquiry/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;When previewing my website in Firefox, it works just fine; but when previewing in Safari, my SUBMIT button is floating above the Comments field. I have tried making adjustments to my button in my theme's style.css with no change and am not sure if there's a spot in form.css to make adjustments to my button.  &#60;/p&#62;
&#60;p&#62;If someone is able to tell me how to force my button to the end of the form, I would be very grateful. &#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
