<?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 to move Submit button to be in line with a field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/need-to-move-submit-button-to-be-in-line-with-a-field</link>
		<description>Gravity Support Forums Topic: Need to move Submit button to be in line with a field</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:40:15 +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-to-move-submit-button-to-be-in-line-with-a-field" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Need to move Submit button to be in line with a field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-to-move-submit-button-to-be-in-line-with-a-field#post-360177</link>
			<pubDate>Wed, 03 Jul 2013 14:35:19 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">360177@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Madeleine, you're welcome.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>madoLATF on "Need to move Submit button to be in line with a field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-to-move-submit-button-to-be-in-line-with-a-field#post-360120</link>
			<pubDate>Wed, 03 Jul 2013 14:07:19 +0000</pubDate>
			<dc:creator>madoLATF</dc:creator>
			<guid isPermaLink="false">360120@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Richard!  I knew it was probably just a question of the margins I had to figure out, but since I'm an amateur coder &#38;amp; doing my own site (which is why I use Wordpress, iThemes, &#38;amp; Gravity Forms!), it would have taken me a week and loads of frustration to figure them out.&#60;/p&#62;
&#60;p&#62;Madeleine
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Need to move Submit button to be in line with a field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-to-move-submit-button-to-be-in-line-with-a-field#post-359376</link>
			<pubDate>Wed, 03 Jul 2013 06:12:30 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">359376@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Madeline,&#60;/p&#62;
&#60;p&#62;Try adding the following CSS to your theme's stylesheet or wherever you add custom CSS&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#gform_widget-2 .gform_footer.top_label {
    float: right;
    margin: -67px -100px 0 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>madoLATF on "Need to move Submit button to be in line with a field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-to-move-submit-button-to-be-in-line-with-a-field#post-358352</link>
			<pubDate>Tue, 02 Jul 2013 17:45:45 +0000</pubDate>
			<dc:creator>madoLATF</dc:creator>
			<guid isPermaLink="false">358352@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm trying to do the same thing: submit button on an email sign-up.  Need it to float right so that widget bar isn't so tall.  &#60;a href=&#34;http://www.empoweredfrench.com&#34; rel=&#34;nofollow&#34;&#62;http://www.empoweredfrench.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks so much!&#60;br /&#62;
Madeleine
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Need to move Submit button to be in line with a field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-to-move-submit-button-to-be-in-line-with-a-field#post-300334</link>
			<pubDate>Tue, 04 Jun 2013 03:09:36 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">300334@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Kathy,&#60;/p&#62;
&#60;p&#62;Try using the following CSS, your widget was too narrow for the field and button to be placed side by side so the first part of the CSS below increases it's width.  I have only guessed the figures, you can play around with them until you get it looking how you want it.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#gform_widget-3 {
width: 50%;
}
#gform_widget-3 .gform_footer.right_label {
float: right;
margin: -52px 0 0 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kathyjf on "Need to move Submit button to be in line with a field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-to-move-submit-button-to-be-in-line-with-a-field#post-299683</link>
			<pubDate>Mon, 03 Jun 2013 20:37:27 +0000</pubDate>
			<dc:creator>kathyjf</dc:creator>
			<guid isPermaLink="false">299683@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am trying to move the &#34;Submit&#34; button next to the email form field.  Can you provide the css to accomplish this please.  I am using an IThemes Builder template and the site is located at &#60;a href=&#34;http://kathyfirak.kathyjf.com/MiracleB/&#34; rel=&#34;nofollow&#34;&#62;http://kathyfirak.kathyjf.com/MiracleB/&#60;/a&#62;  The form I am referring to is located in the top right corner.   I need to do this for just this form because I will be adding other forms to this same website.&#60;br /&#62;
Thanks,&#60;br /&#62;
Kathy
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bamajr on "Need to move Submit button to be in line with a field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-to-move-submit-button-to-be-in-line-with-a-field#post-252868</link>
			<pubDate>Tue, 14 May 2013 12:35:55 +0000</pubDate>
			<dc:creator>bamajr</dc:creator>
			<guid isPermaLink="false">252868@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Again Richard,&#60;/p&#62;
&#60;p&#62;Thanks....&#60;/p&#62;
&#60;p&#62;I don't know what the deal is, but I cannot get the developer tools, to open, using the shortcuts. I use them all the time, but didn't know they could be repositioned to the right, as you did it. They didn't look the same as I'm used to seeing them below, instead of on the right. I have been able to move them, now, but still can't access them via keyboard shortcuts... Oh well!&#60;/p&#62;
&#60;p&#62;I have the form and submit button, working and looking, the way my client wants it, now. I have one more question, about this form, but it is definitely something I need to post separately (using this form to populate another form). Any direction you can give, would be appreciated, though.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Need to move Submit button to be in line with a field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-to-move-submit-button-to-be-in-line-with-a-field#post-252554</link>
			<pubDate>Tue, 14 May 2013 08:39:54 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">252554@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I was using Google Chrome and the panel on the right is the developer tools (inspector) which on Windows can be accessed by pressing F12 or Ctrl+Shift+i or by right clicking an element on the page and selecting 'inspect element'.  IE, Firefox, Opera and Safari all have their own version.&#60;/p&#62;
&#60;p&#62;As for the submit button you would target it like so&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#gform_wrapper_4 .gform_footer input.button {
padding: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>bamajr on "Need to move Submit button to be in line with a field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-to-move-submit-button-to-be-in-line-with-a-field#post-252530</link>
			<pubDate>Tue, 14 May 2013 08:06:24 +0000</pubDate>
			<dc:creator>bamajr</dc:creator>
			<guid isPermaLink="false">252530@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Richard,&#60;/p&#62;
&#60;p&#62;Thank you... I must have missed the &#60;/p&#62;
&#60;p&#62;'#gform_wrapper_4'&#60;/p&#62;
&#60;p&#62;ID, because I've tried targeting just about everything else. This does work. Now I just have to work on resizing the button, so that it is similar in size, to the &#34;Submit Post&#34; button, on this support forum.&#60;/p&#62;
&#60;p&#62;Quick off-top question: What did you use, to display the code, to the right of the website, in the screenshot, you provided, above (I.E. what browser and add-ons)?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Need to move Submit button to be in line with a field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-to-move-submit-button-to-be-in-line-with-a-field#post-252235</link>
			<pubDate>Tue, 14 May 2013 04:44:24 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">252235@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@bamajr try adding the following towards the bottom of your theme's custom.css file&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#gform_wrapper_4 .gform_footer.top_label {
float: right;
margin: -55px 140px 0 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It should result in your form looking like &#60;a href=&#34;http://i.imgur.com/oy9aQHv.png&#34; rel=&#34;nofollow&#34;&#62;this&#60;/a&#62; but you can play around with the margins to re-position it.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
