<?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: Upgrade to 1.4: Form is one LONG column</title>
		<link>https://legacy.forums.gravityhelp.com/topic/upgrade-to-14-form-is-one-long-column</link>
		<description>Gravity Support Forums Topic: Upgrade to 1.4: Form is one LONG column</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:39:58 +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/upgrade-to-14-form-is-one-long-column" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Upgrade to 1.4: Form is one LONG column"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/upgrade-to-14-form-is-one-long-column#post-10572</link>
			<pubDate>Wed, 29 Sep 2010 12:55:11 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">10572@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yep, it's all just CSS. You'll need to append that to the end the file where you put any custom CSS. I'm really not that familiar with Headway, so there may be a custom field in the admin where you put your custom CSS rules.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bluntnyc on "Upgrade to 1.4: Form is one LONG column"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/upgrade-to-14-form-is-one-long-column#post-10570</link>
			<pubDate>Wed, 29 Sep 2010 12:51:27 +0000</pubDate>
			<dc:creator>bluntnyc</dc:creator>
			<guid isPermaLink="false">10570@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin,&#60;/p&#62;
&#60;p&#62;I'm trying to implement your suggestion in Headway to get my alignment right, but I'm not sure where you are suggesting putting the code&#60;/p&#62;
&#60;p&#62;.gform_wrapper .gfield_checkbox li input[type=&#34;checkbox&#34;], .gform_wrapper .gfield_radio li input[type=&#34;radio&#34;], .gform_wrapper .gfield_checkbox li input {margin-top:5px !important}&#60;/p&#62;
&#60;p&#62;I'm new to all of this, but the first part of that doesn't look like CSS, and the last part does.  Some clarification would be greatly appreciated.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Upgrade to 1.4: Form is one LONG column"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/upgrade-to-14-form-is-one-long-column#post-9959</link>
			<pubDate>Thu, 16 Sep 2010 12:39:43 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">9959@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;looks like you're almost there. You can try something like this to tweak the alignment on the checkbox/radio buttons.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.gform_wrapper .gfield_checkbox li input[type=&#38;quot;checkbox&#38;quot;], .gform_wrapper .gfield_radio li input[type=&#38;quot;radio&#38;quot;], .gform_wrapper .gfield_checkbox li input {margin-top:5px !important}&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mack785 on "Upgrade to 1.4: Form is one LONG column"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/upgrade-to-14-form-is-one-long-column#post-9956</link>
			<pubDate>Thu, 16 Sep 2010 11:14:47 +0000</pubDate>
			<dc:creator>mack785</dc:creator>
			<guid isPermaLink="false">9956@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks to you both.  I did need to re-check output CSS. That solved the display problem for the first section of the form which was the pre-configured name-address block. The other sections are still a little off.&#60;/p&#62;
&#60;p&#62;As soon as I figure out what the actual code is to to disable the block rule -- without modifying the headway.css file I will try it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Upgrade to 1.4: Form is one LONG column"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/upgrade-to-14-form-is-one-long-column#post-9950</link>
			<pubDate>Thu, 16 Sep 2010 10:56:36 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">9950@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;2 things here that I see.&#60;/p&#62;
&#60;p&#62;1. The default forms.css file isn't being loaded so you're not getting those styles. Check to make sure that the &#34;output CSS&#34; option is set to &#34;yes&#34; in your form settings.&#60;/p&#62;
&#60;p&#62;2. On line 324 of your headway.css file, there is a blanket &#34;display:block&#34; rule for labels that is forcing all of them to a new line.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.aipathome.com/wp-content/themes/headway-166/media/cache/headway.css?1284645128&#34; rel=&#34;nofollow&#34;&#62;http://www.aipathome.com/wp-content/themes/headway-166/media/cache/headway.css?1284645128&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can see from my &#60;a href=&#34;http://grab.by/grabs/1e894bc9d24226276591e09a7a408853.png&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62; that if you disable that rule, the labels move to the right position.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Upgrade to 1.4: Form is one LONG column"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/upgrade-to-14-form-is-one-long-column#post-9949</link>
			<pubDate>Thu, 16 Sep 2010 10:55:12 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">9949@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your site is not outputting the Gravity Forms stylesheet which is why the form is unstyled.  I'm not sure if you have turned this off or if something is wrong.  Check the Settings page (Forms &#38;gt; Settings) and make sure CSS output is turned ON.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mack785 on "Upgrade to 1.4: Form is one LONG column"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/upgrade-to-14-form-is-one-long-column#post-9945</link>
			<pubDate>Thu, 16 Sep 2010 08:33:19 +0000</pubDate>
			<dc:creator>mack785</dc:creator>
			<guid isPermaLink="false">9945@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;After manually updating to 1.4 our subscription form now is now one very long column:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.aipathome.com/about-us/subscribe/&#34; rel=&#34;nofollow&#34;&#62;http://www.aipathome.com/about-us/subscribe/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I tried adding the code recommended for Thesis theme for extra padding, etc.-- that did not help. &#60;/p&#62;
&#60;p&#62;What do I need to do to 'un-columnize' it?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
