<?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: Why aren&#039;t Ready Classes working?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/why-arent-ready-classes-working</link>
		<description>Gravity Support Forums Topic: Why aren&#039;t Ready Classes working?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:53:34 +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/why-arent-ready-classes-working" rel="self" type="application/rss+xml" />

		<item>
			<title>dannam on "Why aren&#039;t Ready Classes working?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/why-arent-ready-classes-working#post-44381</link>
			<pubDate>Mon, 19 Dec 2011 15:58:17 +0000</pubDate>
			<dc:creator>dannam</dc:creator>
			<guid isPermaLink="false">44381@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Rob,&#60;br /&#62;
Thanks so much - spot on!&#60;br /&#62;
CSS is now rendering exactly like I want.&#60;br /&#62;
Again, kudos for your terrific document and support.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Why aren&#039;t Ready Classes working?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/why-arent-ready-classes-working#post-44374</link>
			<pubDate>Mon, 19 Dec 2011 14:53:51 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">44374@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It looks like on line 949 of style.css you have:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#content .post ul li, #content .page ul li {
list-style-type: disc;
margin: 0 0 0 20px;
padding: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That margin is your culprit.&#60;/p&#62;
&#60;p&#62;You could try placing this in:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper li {
margin: 0 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To target the State select you could use:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#input_6_11 {
width: 97%;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>dannam on "Why aren&#039;t Ready Classes working?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/why-arent-ready-classes-working#post-44372</link>
			<pubDate>Mon, 19 Dec 2011 14:22:12 +0000</pubDate>
			<dc:creator>dannam</dc:creator>
			<guid isPermaLink="false">44372@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We're getting closer.  It appears the issue I was having was due to copy/pasting the classes in the fields.  Once I started typing them in, they &#34;stuck&#34;.&#60;/p&#62;
&#60;p&#62;FORM I'm working on:   &#60;a href=&#34;http://www.maidtoclean.com/update-my-profile/&#34; rel=&#34;nofollow&#34;&#62;http://www.maidtoclean.com/update-my-profile/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You'll see that City has a medium size field with gf_left_half.&#60;br /&#62;
State has a small size dropdown field with gf_right_half.&#60;/p&#62;
&#60;p&#62;State does not display on the same line.  It appears to wrap.&#60;br /&#62;
City should be the same size field as &#34;first name&#34; above, but Firebug says it's width is 97%.&#60;br /&#62;
Why?   How to force it to be same size as first name?&#60;/p&#62;
&#60;p&#62;Thank you -
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Why aren&#039;t Ready Classes working?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/why-arent-ready-classes-working#post-44324</link>
			<pubDate>Sun, 18 Dec 2011 15:18:21 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">44324@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The ready classes that are present are working, it just seems like the classes aren't staying on your fields you are creating. Are you sure you are adding the missing classes and saving the form before leaving the page? Can you double check, or preview the form within the form builder?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dannam on "Why aren&#039;t Ready Classes working?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/why-arent-ready-classes-working#post-44316</link>
			<pubDate>Sun, 18 Dec 2011 01:25:06 +0000</pubDate>
			<dc:creator>dannam</dc:creator>
			<guid isPermaLink="false">44316@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;URL:  &#60;a href=&#34;http://www.maidtoclean.com/test-video/&#34; rel=&#34;nofollow&#34;&#62;http://www.maidtoclean.com/test-video/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Kudos on your terrific documentation for this plugin.  I'm stumped at why I can't get these ready classes to apply.  This is a simple 2 column form.  Label are top aligned.   The Theme css doesn't appear to be overriding your style sheet.  &#60;/p&#62;
&#60;p&#62;Address 1 should be gf_left_half   &#124;   Address 2 should be gf_right_half&#60;br /&#62;
City should be gf_left_half   &#124;   State should be gf_right_half&#60;br /&#62;
Phone should be gf_left_half   &#124;    Email should be gf_right_half&#60;/p&#62;
&#60;p&#62;I don't see of these ready classes in firebug.  And when I go back into the advanced tab to look, sometimes the ready class is still in there and sometimes it isn't .  &#60;/p&#62;
&#60;p&#62;Thank  you -
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
