<?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: Gravity Forms CSS Woes</title>
		<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-css-woes</link>
		<description>Gravity Support Forums Topic: Gravity Forms CSS Woes</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 05:33:31 +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/gravity-forms-css-woes" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Gravity Forms CSS Woes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-css-woes#post-20299</link>
			<pubDate>Wed, 09 Mar 2011 19:59:09 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">20299@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;My pleasure. I'm glad that got you fixed up. Thanks for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>silversentinel on "Gravity Forms CSS Woes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-css-woes#post-20297</link>
			<pubDate>Wed, 09 Mar 2011 19:31:24 +0000</pubDate>
			<dc:creator>silversentinel</dc:creator>
			<guid isPermaLink="false">20297@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Whoa it worked! You're amazing.&#60;/p&#62;
&#60;p&#62;Thanks for your sharp eye and assistance Kevin!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Gravity Forms CSS Woes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-css-woes#post-20233</link>
			<pubDate>Wed, 09 Mar 2011 14:02:00 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">20233@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The problem is inheritance from your theme styles. Line 252 of your theme's style.css sets a left padding on all list items in the content section. That's causing the size discrepancy and the odd floating of the fields.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#content ul li {
    background: url(&#38;quot;images/list.gif&#38;quot;) no-repeat scroll 5px 7px transparent;
    padding: 0 0 0 25px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;if you turn that off, you'll see the formatting looks correct. &#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://grab.by/9nwE&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/9nwE&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Try adding this to the end of your theme stylesheet and it should override that rule.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#content .gform_wrapper ul li {
    padding: 0;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>silversentinel on "Gravity Forms CSS Woes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-css-woes#post-20228</link>
			<pubDate>Wed, 09 Mar 2011 13:48:12 +0000</pubDate>
			<dc:creator>silversentinel</dc:creator>
			<guid isPermaLink="false">20228@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi hello everyone,&#60;/p&#62;
&#60;p&#62;I'm new to gravity forms. In fact I only heard about it 2 days ago. Am using v1.5rc4.2&#60;/p&#62;
&#60;p&#62;I tried to create a form at &#60;a href=&#34;http://noblemaids.com/request-for-maid/&#34; rel=&#34;nofollow&#34;&#62;http://noblemaids.com/request-for-maid/&#60;/a&#62;&#60;br /&#62;
using the&#60;br /&#62;
gf_left_half gf_right_half for Name &#38;amp; Nationality, Email &#38;amp; Phone&#60;br /&#62;
gf_left_third gf_middle_third gf_right_third for Residence, No. of Rooms &#38;amp; Locality&#60;br /&#62;
etc&#60;/p&#62;
&#60;p&#62;If I try to submit the form without filling in, the validation css actually puts Email &#38;amp; Phone on the same line etc. Some other fields will still be out of place.&#60;/p&#62;
&#60;p&#62;Can any bright minds please enlighten me on how I should resolve the issue?&#60;br /&#62;
Your help is really much appreciated.&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
