<?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: Thirds (3 Columns) CSS not Aligning</title>
		<link>https://legacy.forums.gravityhelp.com/topic/thirds-3-columns-css-not-aligning</link>
		<description>Gravity Support Forums Topic: Thirds (3 Columns) CSS not Aligning</description>
		<language>en-US</language>
		<pubDate>Wed, 15 Apr 2026 03:31:23 +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/thirds-3-columns-css-not-aligning" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Thirds (3 Columns) CSS not Aligning"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/thirds-3-columns-css-not-aligning#post-258132</link>
			<pubDate>Fri, 17 May 2013 15:01:31 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">258132@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're welcome
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RobOrillia on "Thirds (3 Columns) CSS not Aligning"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/thirds-3-columns-css-not-aligning#post-258127</link>
			<pubDate>Fri, 17 May 2013 14:58:28 +0000</pubDate>
			<dc:creator>RobOrillia</dc:creator>
			<guid isPermaLink="false">258127@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Richard, I am not a developer but will pass your valuable comments about JQuery along to him.&#60;/p&#62;
&#60;p&#62;You Rock!&#60;/p&#62;
&#60;p&#62;Thanks for being so thorough with your responses.&#60;/p&#62;
&#60;p&#62;R
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Thirds (3 Columns) CSS not Aligning"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/thirds-3-columns-css-not-aligning#post-258011</link>
			<pubDate>Fri, 17 May 2013 13:31:30 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">258011@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry about that, try adding the !important flag like so&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper ul li {
padding-left: 0 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;One other thing I should point out, if you view the source of your page you will find the following near the top, I assume it is hard coded into your header.php file&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://code.jquery.com/jquery-1.8.3.min.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;A little further down just after the stylesheets are included you have a second copy of jQuery being included, I presume by the wp_head function.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;http://stonegateinn.com/wp-includes/js/jquery/jquery.js?ver=1.8.3&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It is a bad idea to include jQuery multiple times, it can and is causing issues such as the JavaScript errors being reported by Chrome's developer console, I would recommend removing the first copy and leaving the wp_head function to include it.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RobOrillia on "Thirds (3 Columns) CSS not Aligning"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/thirds-3-columns-css-not-aligning#post-257953</link>
			<pubDate>Fri, 17 May 2013 12:53:35 +0000</pubDate>
			<dc:creator>RobOrillia</dc:creator>
			<guid isPermaLink="false">257953@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks a lot Richard! For some reason this has no effect on the form.&#60;br /&#62;
Here is all the GF css I am using now in the base.css stylesheet.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body .gform_wrapper input[type=text], body .gform_wrapper input[type=url], body .gform_wrapper input[type=email], body .gform_wrapper input[type=tel], body .gform_wrapper input[type=number], body .gform_wrapper input[type=password], body .gform_wrapper textarea {
	border: 1px solid #4A6768!important;
	height: 20px;
	max-width: 299px;
	border-radius: 5px;
}
body .gform_wrapper select {
	max-width: 299px;
	border: 1px solid #4A6768!important;
	height: 30px;
	border-radius: 5px;
}
.gform_wrapper .top_label li.gfield.gf_right_half {
	width: 48% !important;
}
.gform_wrapper {
	display:auto !important;
}
.gform_wrapper ul li {
padding-left: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Let me know if there is anything else we can do.&#60;/p&#62;
&#60;p&#62;Thank you,&#60;/p&#62;
&#60;p&#62;Rob
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Thirds (3 Columns) CSS not Aligning"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/thirds-3-columns-css-not-aligning#post-257860</link>
			<pubDate>Fri, 17 May 2013 11:56:27 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">257860@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Rob,&#60;/p&#62;
&#60;p&#62;Your theme's stylesheet is adding 10 pixel padding to the left side of the list element that contains the form fields which means they are wider than they should be resulting in not enough room for your third field forcing it to drop down. &#60;/p&#62;
&#60;p&#62;You can counteract it by adding the following towards the bottom of your theme's style.css file or wherever you are instructed to place custom css.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper ul li {
padding-left: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RobOrillia on "Thirds (3 Columns) CSS not Aligning"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/thirds-3-columns-css-not-aligning#post-257837</link>
			<pubDate>Fri, 17 May 2013 11:36:56 +0000</pubDate>
			<dc:creator>RobOrillia</dc:creator>
			<guid isPermaLink="false">257837@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there: I was hoping I could get a bit of help with an alignment issue I continue to experience. On the third on (gf_right_third) it jumps down thus breaking the beautiful horizontal alignment. The page is here (scroll down) but I cannot leave it up long &#60;a href=&#34;http://stonegateinn.com/hotel-packages/opera-house-theater-getaway-package/&#34; rel=&#34;nofollow&#34;&#62;http://stonegateinn.com/hotel-packages/opera-house-theater-getaway-package/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Actually what I am really looking for is seen at the top of the same page &#34; Nights-Adults-Children&#34; tightly nested together. &#60;/p&#62;
&#60;p&#62;Whatever is doable, I want it to look nice and the alignment problem I am experiencing does not.&#60;/p&#62;
&#60;p&#62;Any words of wisdom are much appreciated.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Rob
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
