<?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: Ready Classes columns overlap</title>
		<link>https://legacy.forums.gravityhelp.com/topic/ready-classes-columns-overlap</link>
		<description>Gravity Support Forums Topic: Ready Classes columns overlap</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:07:05 +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/ready-classes-columns-overlap" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Ready Classes columns overlap"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ready-classes-columns-overlap#post-26393</link>
			<pubDate>Thu, 26 May 2011 11:51:28 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">26393@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;LOL. Okay, good luck with it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jacob Smith on "Ready Classes columns overlap"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ready-classes-columns-overlap#post-26392</link>
			<pubDate>Thu, 26 May 2011 11:50:43 +0000</pubDate>
			<dc:creator>Jacob Smith</dc:creator>
			<guid isPermaLink="false">26392@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okay; obviously there are deeper issues here, but they're in my CSS and not GForms.  Thanks again for the pointers; I'm off to get a crowbar.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Ready Classes columns overlap"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ready-classes-columns-overlap#post-26391</link>
			<pubDate>Thu, 26 May 2011 11:46:35 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">26391@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;maybe the line numbers didn't sync, but no, it's the rule I listed above being applied to the .gfield class.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jacob Smith on "Ready Classes columns overlap"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ready-classes-columns-overlap#post-26390</link>
			<pubDate>Thu, 26 May 2011 11:37:48 +0000</pubDate>
			<dc:creator>Jacob Smith</dc:creator>
			<guid isPermaLink="false">26390@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry for being dense - line 126 is the end of a block for header navigation:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#nav li {
	display:inline;
	float:left;
	margin:0 0 0 37px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Is it that style bleeding into the content class?  I didn't write this file and I'm having a hard time navigating the nests.  Thanks for all the help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Ready Classes columns overlap"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ready-classes-columns-overlap#post-26378</link>
			<pubDate>Thu, 26 May 2011 11:16:29 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">26378@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That's being applied properly, the problem is with another rule on line 126 of your style.css file. You're setting a 20px left margin that's causing the odd stacking when you try to use the layout in 2 columns.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gfield {
    float: left;
    margin: 5px 0 0 20px !important;
    width: 270px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If I disable the left margin, you'll see that the layout works.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://grab.by/adGH&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/adGH&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You may want to revisit the CSS and apply a left margin to the main wrapper if you need that, or a padding to the containing div so everything looks centered properly in your content area.&#60;/p&#62;
&#60;p&#62;Hope that helps out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jacob Smith on "Ready Classes columns overlap"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ready-classes-columns-overlap#post-26373</link>
			<pubDate>Thu, 26 May 2011 11:07:02 +0000</pubDate>
			<dc:creator>Jacob Smith</dc:creator>
			<guid isPermaLink="false">26373@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the clarification - I thought that might be it, and tried adding&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;#gform_wrapper_2.gform_wrapper li { padding:0 0 0 0 }&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;to the end our the site's CSS, but when that didn't work I thought I was on the wrong track.  Is this the wrong format for that directive?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Ready Classes columns overlap"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ready-classes-columns-overlap#post-26329</link>
			<pubDate>Wed, 25 May 2011 16:52:15 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">26329@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Usually when that happens it's because the theme styles apply margins or paddings to the list items that serve as the form field containers. The Ready Class widths are set as percentages to work a certain way, and if the list items inherit other properties that influence the width, then things get skewed and you get the odd &#34;stacking&#34; effect.&#60;/p&#62;
&#60;p&#62;The Ready Classes aren't &#34;bulletproof&#34; by any means.. they're just helper CSS classes that can still be superseded by the theme styling.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jacob Smith on "Ready Classes columns overlap"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ready-classes-columns-overlap#post-26328</link>
			<pubDate>Wed, 25 May 2011 16:40:03 +0000</pubDate>
			<dc:creator>Jacob Smith</dc:creator>
			<guid isPermaLink="false">26328@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ach, sorry; I put it back on the live form to 1-column for now, wasn't thinking.&#60;br /&#62;
I'll have to dig through the CSS (it isn't mine) to see what's being applied.  Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Ready Classes columns overlap"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ready-classes-columns-overlap#post-26322</link>
			<pubDate>Wed, 25 May 2011 16:23:57 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">26322@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I don't see any Read Classes being output on the form you linked to.  If Ready Classes aren't working properly it's going to be due to CSS being applied by your theme causing spacing issues, which can cause floats to wrap.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jacob Smith on "Ready Classes columns overlap"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ready-classes-columns-overlap#post-26315</link>
			<pubDate>Wed, 25 May 2011 16:00:54 +0000</pubDate>
			<dc:creator>Jacob Smith</dc:creator>
			<guid isPermaLink="false">26315@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I could only find one other post about the fields staggering, and they were using some theme-specific hacks.  I've tried to let this form&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.phillycarshare.org/gas-reimbursement-form&#34; rel=&#34;nofollow&#34;&#62;http://www.phillycarshare.org/gas-reimbursement-form&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;have two columns, but instead they alternate down the page.  If I set it to 3 columns and use just left and right, they're on the same row.  Not sure how to fix this.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
