<?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: Submit Button Styling</title>
		<link>https://legacy.forums.gravityhelp.com/topic/submit-button-styling</link>
		<description>Gravity Support Forums Topic: Submit Button Styling</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:30:00 +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/submit-button-styling" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Submit Button Styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-styling#post-24571</link>
			<pubDate>Sat, 30 Apr 2011 10:02:14 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">24571@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;As far as where to put your CSS rules, I can only tell you in needs to be in some theme stylesheet that gets included on the same page as your form. If there is one stylesheet that gets loaded globally, yes, you'd probably want to choose that one.&#60;/p&#62;
&#60;p&#62;This should work to center the contents/button in the form footer&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_footer {text-align:center}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You didn't include a URL to your form page so I can see it or test to be sure that works.. something else may override that. If that doesn't work, you can try adding margins to the button/submit elements themselves to get it to center.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_footer input[type=image],
body .gform_wrapper .gform_footer button {
	margin:0 auto
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can always refer back to the documentation for samples of how to properly target the form elements for manipulation.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>adv4sales on "Submit Button Styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-styling#post-24561</link>
			<pubDate>Sat, 30 Apr 2011 00:55:58 +0000</pubDate>
			<dc:creator>adv4sales</dc:creator>
			<guid isPermaLink="false">24561@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
I am trying to center the Submit button, either text or image.&#60;br /&#62;
and I went through various support topics and saw probably 20 different versions of styling.&#60;br /&#62;
and still, not able to get it centered.&#60;/p&#62;
&#60;p&#62;I know that Its a super simple fix. I just don't get a couple of things.&#60;/p&#62;
&#60;p&#62;Where do we paste the CSS ? On the theme's Style.css ?? or within the submit button's css class name option ?&#38;gt;&#60;/p&#62;
&#60;p&#62;By the way, I am using Optimize Press, and it uses different css for different type of pages, There is around 20 different css files within the theme folder. So, will pasting the css on the main Style.css work site wide ?&#60;/p&#62;
&#60;p&#62;What is the CSS code i need to use to make global footer center alignment for the gravity forms.&#60;/p&#62;
&#60;p&#62;Thanks in advance guys.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
