<?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: Moving (Submit) Button Closer to Last Data Field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/moving-submit-button-closer-to-last-data-field</link>
		<description>Gravity Support Forums Topic: Moving (Submit) Button Closer to Last Data Field</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:51:54 +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/moving-submit-button-closer-to-last-data-field" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Moving (Submit) Button Closer to Last Data Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/moving-submit-button-closer-to-last-data-field#post-11438</link>
			<pubDate>Wed, 20 Oct 2010 17:12:07 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">11438@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You are styling the wrong elements.  The padding and margin isn't on the button, it's on the footer itself.  You are applying all your styles to the button element so that isn't going to do what you want to do.&#60;/p&#62;
&#60;p&#62;Try adding this to the bottom of your theme stylesheet:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .gform_footer {margin: 0px 20px!important; padding: 0px!important;}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>tasseyrusso on "Moving (Submit) Button Closer to Last Data Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/moving-submit-button-closer-to-last-data-field#post-11436</link>
			<pubDate>Wed, 20 Oct 2010 16:35:30 +0000</pubDate>
			<dc:creator>tasseyrusso</dc:creator>
			<guid isPermaLink="false">11436@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;URL:  &#60;a href=&#34;http://www.afullyengagedlife.com&#34; rel=&#34;nofollow&#34;&#62;http://www.afullyengagedlife.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I would like to move a Submit button, both in a footer area and on a regular form, so that it is spaced closer to the last field entry.  Also, in the footer area, I would like the button to be flush with the fields, not to the left of them.&#60;/p&#62;
&#60;p&#62;I've tried modifying the CSS code for the .gform footer to reduce the padding but it does not seem to be working to move the Submit button closer to the last field entry.&#60;/p&#62;
&#60;p&#62;Here is the code;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_footer .button {
	background: #933F40;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 1px 1px 1px 1px;
	border: 1px solid #333333;
	-moz-border-radius: 1px;
	-khtml-border-radius: 1px;
	-webkit-border-radius: 1px;
	}

.gform_footer .button:hover {
	background: #000000;
	border: 1px solid #000000;
	}

.gform_footer input.button {
	background: #933F40;
         color: #FFFFFF !important;
	}

.gform_wrapper .gform_footer {
	border: none!important;
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Is there a particular parameter I'm missing or not changing out?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
