<?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: Quick CSS Help (Thirds CSS Class not working)</title>
		<link>https://legacy.forums.gravityhelp.com/topic/quick-css-help-thirds-css-class-not-working</link>
		<description>Gravity Support Forums Topic: Quick CSS Help (Thirds CSS Class not working)</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:25:57 +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/quick-css-help-thirds-css-class-not-working" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Quick CSS Help (Thirds CSS Class not working)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/quick-css-help-thirds-css-class-not-working#post-76365</link>
			<pubDate>Wed, 19 Sep 2012 16:19:34 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">76365@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No problem man, glad to help out!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robgranholm on "Quick CSS Help (Thirds CSS Class not working)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/quick-css-help-thirds-css-class-not-working#post-76363</link>
			<pubDate>Wed, 19 Sep 2012 16:14:18 +0000</pubDate>
			<dc:creator>robgranholm</dc:creator>
			<guid isPermaLink="false">76363@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The first piece worked...trying this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#gform_wrapper_6 .gform_footer {
	float:right}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;...made the border not go around the form, so I dropped it out, and just left the submit button underneath, which I think will be workable. &#60;/p&#62;
&#60;p&#62;Where can I buy you a beer? Thank you!&#60;/p&#62;
&#60;p&#62;-r
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robgranholm on "Quick CSS Help (Thirds CSS Class not working)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/quick-css-help-thirds-css-class-not-working#post-76361</link>
			<pubDate>Wed, 19 Sep 2012 16:10:27 +0000</pubDate>
			<dc:creator>robgranholm</dc:creator>
			<guid isPermaLink="false">76361@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Implementing right away!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Quick CSS Help (Thirds CSS Class not working)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/quick-css-help-thirds-css-class-not-working#post-76360</link>
			<pubDate>Wed, 19 Sep 2012 16:08:39 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">76360@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It looks like these two selectors (padding-left) are the cause:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.art-post ul &#38;gt; li {
background-image: url(&#38;#39;images/postbullets.png&#38;#39;);
background-repeat: no-repeat;
padding-left: 13px;
overflow-x: visible;
overflow-y: hidden;
}
.art-post li {
font-size: 11px;
color: #949494;
padding: 0 0 0 13px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You should be able to use this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper ul li.gfield {
padding-left: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For the submit button - usually floating the footer does the trick. So you could target this form's footer:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#gform_wrapper_6 .gform_footer {}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>robgranholm on "Quick CSS Help (Thirds CSS Class not working)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/quick-css-help-thirds-css-class-not-working#post-76358</link>
			<pubDate>Wed, 19 Sep 2012 16:04:31 +0000</pubDate>
			<dc:creator>robgranholm</dc:creator>
			<guid isPermaLink="false">76358@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;PS.&#60;/p&#62;
&#60;p&#62;I'd also like the submit button on the right end, not a new line, but have no idea how to get that done either.&#60;/p&#62;
&#60;p&#62;Willing to learn...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robgranholm on "Quick CSS Help (Thirds CSS Class not working)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/quick-css-help-thirds-css-class-not-working#post-76357</link>
			<pubDate>Wed, 19 Sep 2012 16:03:58 +0000</pubDate>
			<dc:creator>robgranholm</dc:creator>
			<guid isPermaLink="false">76357@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I'm working ontop of another developers custom themed CSS.&#60;/p&#62;
&#60;p&#62;I can't get the CSS classes for thirds to show up on my gravity form. I was hoping someone could help me pinpoint what to change to get these elements cleaned up. Whatever I seem to do, the third item appears on another line.&#60;/p&#62;
&#60;p&#62;The example can be found after the post here: &#60;a href=&#34;http://www.lineleoff.com/2012/09/bite-me/&#34; rel=&#34;nofollow&#34;&#62;http://www.lineleoff.com/2012/09/bite-me/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The entire CSS file for the theme is here: &#60;a href=&#34;http://pastebin.com/pHyBhs04&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/pHyBhs04&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
