<?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: CSS Class Format</title>
		<link>https://legacy.forums.gravityhelp.com/topic/css-class-format</link>
		<description>Gravity Support Forums Topic: CSS Class Format</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 04:59:24 +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/css-class-format" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "CSS Class Format"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-class-format#post-57221</link>
			<pubDate>Tue, 01 May 2012 15:26:16 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">57221@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad to help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Patrick Nommensen on "CSS Class Format"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-class-format#post-57219</link>
			<pubDate>Tue, 01 May 2012 15:20:36 +0000</pubDate>
			<dc:creator>Patrick Nommensen</dc:creator>
			<guid isPermaLink="false">57219@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Perfect, thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "CSS Class Format"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-class-format#post-57139</link>
			<pubDate>Tue, 01 May 2012 10:19:19 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">57139@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try dropping this into your theme's stylesheet:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#content .gform_wrapper .gform_body li.gfield {
margin: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The issue is this margin in your theme's stylesheet:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#content .post ul li, #content .page ul li, .catalyst-widget-area ul li {
margin: 0 0 0 20px;
list-style-type: disc;
#content .post ul li, #content .page ul li, #content .post ol li, #content .page ol li, .catalyst-widget-area ul li, .catalyst-widget-area ol li {
margin: 0 0 0 20px;
padding: 0 0 0px;
}
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>David Peralty on "CSS Class Format"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-class-format#post-57130</link>
			<pubDate>Tue, 01 May 2012 09:27:31 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">57130@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry, for my second post, I meant try the same CSS to the .gform_wrapper .top_label li.gfield.gf_right_half... the&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;width: 47% !important;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Patrick Nommensen on "CSS Class Format"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-class-format#post-57127</link>
			<pubDate>Tue, 01 May 2012 09:23:15 +0000</pubDate>
			<dc:creator>Patrick Nommensen</dc:creator>
			<guid isPermaLink="false">57127@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for your quick response David! Unfortunately your first method with the CSS didn't work. I did play around with it a bit before I posted here and couldn't find a solution either. &#60;/p&#62;
&#60;p&#62;'Or something similar to the&#60;br /&#62;
.gform_wrapper .top_label li.gfield.gf_right_half'&#60;/p&#62;
&#60;p&#62;Not sure what you're talking about, :D.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "CSS Class Format"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-class-format#post-57085</link>
			<pubDate>Mon, 30 Apr 2012 22:34:01 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">57085@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Or something similar to the&#60;br /&#62;
.gform_wrapper .top_label li.gfield.gf_right_half
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "CSS Class Format"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-class-format#post-57084</link>
			<pubDate>Mon, 30 Apr 2012 22:27:48 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">57084@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could change the field width using CSS.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;li.gfield.gf_left_half input.medium, li.gfield.gf_right_half input.medium {
width: 47% !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Let me know if that helps.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Patrick Nommensen on "CSS Class Format"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-class-format#post-57082</link>
			<pubDate>Mon, 30 Apr 2012 22:01:47 +0000</pubDate>
			<dc:creator>Patrick Nommensen</dc:creator>
			<guid isPermaLink="false">57082@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello, &#60;/p&#62;
&#60;p&#62;As can be seen on this dev page: &#60;a href=&#34;http://tinyurl.com/7ck6vpy&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/7ck6vpy&#60;/a&#62; the name and email don't fit on the top line using gf_left_half and gf_right_half. How do I go about fixing this?&#60;/p&#62;
&#60;p&#62;thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
