<?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: Single Text Box Left, Submit Button Right - CSS Issue</title>
		<link>https://legacy.forums.gravityhelp.com/topic/single-text-box-left-submit-button-right-css-issue</link>
		<description>Gravity Support Forums Topic: Single Text Box Left, Submit Button Right - CSS Issue</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:07: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/single-text-box-left-submit-button-right-css-issue" rel="self" type="application/rss+xml" />

		<item>
			<title>Mastal on "Single Text Box Left, Submit Button Right - CSS Issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/single-text-box-left-submit-button-right-css-issue#post-72668</link>
			<pubDate>Sun, 26 Aug 2012 18:41:47 +0000</pubDate>
			<dc:creator>Mastal</dc:creator>
			<guid isPermaLink="false">72668@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I was bored while was waiting for something and saw your problem.&#60;/p&#62;
&#60;p&#62;I think that if you add this css rule, the problem will disappear:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_1 .gfield_label {
    display: none;
}

body #gform_wrapper_1 .gform_footer {
    top: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope it helps.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jblack350 on "Single Text Box Left, Submit Button Right - CSS Issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/single-text-box-left-submit-button-right-css-issue#post-72666</link>
			<pubDate>Sun, 26 Aug 2012 18:29:51 +0000</pubDate>
			<dc:creator>jblack350</dc:creator>
			<guid isPermaLink="false">72666@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Chris - huge help, thanks a lot!  Any idea where the space above the textbox/submit button is coming from?  I don't see any padding anywhere, but there is 10-15px between the border and the top of the submit button.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Single Text Box Left, Submit Button Right - CSS Issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/single-text-box-left-submit-button-right-css-issue#post-72622</link>
			<pubDate>Sun, 26 Aug 2012 01:05:03 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">72622@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please see this topic for an explanation and solution:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/trouble-positioning-submit-button-inline#post-19798&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/trouble-positioning-submit-button-inline#post-19798&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Modifying the values that Kevin previously used worked OK for me on your sidebar form:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[css]
/* make the form container relative for positioning */

body #gform_wrapper_1 {
    position: relative;
}

/* resize and position the form footer with the button */

body #gform_wrapper_1 .gform_footer {
    width: auto;
    position: absolute;
    top: 22px;
    left: 160px;
    padding: 0;
    margin: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Feel free to change the top and left to put the button right where you want it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jblack350 on "Single Text Box Left, Submit Button Right - CSS Issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/single-text-box-left-submit-button-right-css-issue#post-72616</link>
			<pubDate>Sun, 26 Aug 2012 00:32:20 +0000</pubDate>
			<dc:creator>jblack350</dc:creator>
			<guid isPermaLink="false">72616@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello -&#60;/p&#62;
&#60;p&#62;I am having with a simple form I created using gravity forms.  All I want is to have my email text box aligned left and my submit button aligned right -- both on the same line.  I am getting close, but have spent a couple hours and can't quite get it.  &#60;/p&#62;
&#60;p&#62;The form is on the left sidebar at &#60;a href=&#34;http://www.mattcarterband.com&#34; rel=&#34;nofollow&#34;&#62;http://www.mattcarterband.com&#60;/a&#62; - the submit button is on the line below the text box.  Any ideas?&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
