<?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: Form Styles</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-styles</link>
		<description>Gravity Support Forums Topic: Form Styles</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 12:47:30 +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/form-styles" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Form Styles"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-styles#post-49279</link>
			<pubDate>Mon, 13 Feb 2012 15:11:37 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">49279@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's showing fine here, you may want to change it to 15px instead of 10 to get it more inline with the other fields.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ori on "Form Styles"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-styles#post-49277</link>
			<pubDate>Mon, 13 Feb 2012 14:36:25 +0000</pubDate>
			<dc:creator>Ori</dc:creator>
			<guid isPermaLink="false">49277@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I took off the &#34;;&#34; and it seems to have moved the submit button a little over to the right, however, it is still not aligned with the rest of the form
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Form Styles"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-styles#post-48508</link>
			<pubDate>Mon, 06 Feb 2012 20:01:21 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">48508@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ori - no delayed result you just have a minor typo:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_footer.top_label {
padding-left: 10px; !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It should be (need to get rid of that semi-colon after the px):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_footer.top_label {
padding-left: 10px !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Ori on "Form Styles"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-styles#post-48497</link>
			<pubDate>Mon, 06 Feb 2012 18:54:28 +0000</pubDate>
			<dc:creator>Ori</dc:creator>
			<guid isPermaLink="false">48497@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I added the !important; to the code but I am seeing no results. Maybe I'm getting a delayed update again?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Form Styles"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-styles#post-48465</link>
			<pubDate>Mon, 06 Feb 2012 13:45:44 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">48465@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Go ahead and add an !important after that padding style:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_footer.top_label {
padding-left: 15px !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Ori on "Form Styles"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-styles#post-48459</link>
			<pubDate>Mon, 06 Feb 2012 13:13:11 +0000</pubDate>
			<dc:creator>Ori</dc:creator>
			<guid isPermaLink="false">48459@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okay so I checked my site today and the styles I added took affect (I guess it just took a little bit to refresh), however, the submit button is still not lined up with the rest of the form.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Form Styles"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-styles#post-48315</link>
			<pubDate>Fri, 03 Feb 2012 18:23:35 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">48315@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yeah its def not there. If you view your source and open up the style.css that's referenced, those styles are not at the bottom. Are you using any kind of caching plugin perhaps?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ori on "Form Styles"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-styles#post-48312</link>
			<pubDate>Fri, 03 Feb 2012 18:11:44 +0000</pubDate>
			<dc:creator>Ori</dc:creator>
			<guid isPermaLink="false">48312@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I put the style block at the very bottom of my style.css.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Form Styles"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-styles#post-48311</link>
			<pubDate>Fri, 03 Feb 2012 18:07:07 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">48311@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ori, I&#34;m not seeing that style block in your theme's style.css - what CSS file did you place it in? I used those styles via Chrome Developer Tools just fine.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ori on "Form Styles"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-styles#post-48308</link>
			<pubDate>Fri, 03 Feb 2012 17:48:30 +0000</pubDate>
			<dc:creator>Ori</dc:creator>
			<guid isPermaLink="false">48308@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Rob, thanks for the quick reply!&#60;/p&#62;
&#60;p&#62;I tried adding that code but the form doesn't seem to be affected. I don't know if it has anything to do with the fact that I'm using this code instead of the standard shortcode:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php gravity_form(1, false, false, false, '', false); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Ori
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
