<?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: Form displays as two narrow columns</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-displays-as-two-narrow-columns</link>
		<description>Gravity Support Forums Topic: Form displays as two narrow columns</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:24:21 +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/form-displays-as-two-narrow-columns" rel="self" type="application/rss+xml" />

		<item>
			<title>UnitedWayErie on "Form displays as two narrow columns"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-displays-as-two-narrow-columns#post-11223</link>
			<pubDate>Thu, 14 Oct 2010 16:43:58 +0000</pubDate>
			<dc:creator>UnitedWayErie</dc:creator>
			<guid isPermaLink="false">11223@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That did it! Thanks a lot....I never realized the theme I'm using already was coded for Gravity Forms.&#60;/p&#62;
&#60;p&#62;Really really appreciate the help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Form displays as two narrow columns"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-displays-as-two-narrow-columns#post-11217</link>
			<pubDate>Thu, 14 Oct 2010 16:24:34 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">11217@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The issue is your WooThemes theme has hardcoded the label placement in it's stylesheet.&#60;/p&#62;
&#60;p&#62;You need to edit your themes style.css file and change line number 469 which looks like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.gform_wrapper .top_label .gfield_label { display:block;float:left; padding-right:20px; width: 100px; margin: 5px 0px 4px !important; }&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Change it to this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.gform_wrapper .top_label .gfield_label { display:block;padding-right:20px; width: 100px; margin: 5px 0px 4px !important; }&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This should fix the issue.  Your theme is telling it to float the field label to the left, so that needs to be removed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>UnitedWayErie on "Form displays as two narrow columns"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-displays-as-two-narrow-columns#post-11215</link>
			<pubDate>Thu, 14 Oct 2010 16:17:32 +0000</pubDate>
			<dc:creator>UnitedWayErie</dc:creator>
			<guid isPermaLink="false">11215@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the quick reply. However, I think now I'm even more confused. I double checked my form settings and see that the Label Placement is already set to Top Aligned...and yet they're showing on the left. Like I mentioned, everything looks fine in the &#34;Form Preview&#34; mode. But they're definitely showing up differently in the actual site.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Form displays as two narrow columns"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-displays-as-two-narrow-columns#post-11212</link>
			<pubDate>Thu, 14 Oct 2010 16:09:44 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">11212@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You aren't doing anything wrong.  Gravity Forms uses the available content space to output the form.  Your available content space is fairly narrow and so the left aligned field labels don't have as much space to work with so the text wraps.&#60;/p&#62;
&#60;p&#62;If you are using long field labels you should use top align field labels instead of left align field labels.  Then you don't have the space issue.  Left aligned field labels are only typically useful when the field labels are short and to the point (ex. Name, Email, Phone, etc.).  If you are asking questions, top align labels make more sense.&#60;/p&#62;
&#60;p&#62;You can change your field label placement by editing your form settings and selecting top aligned from the Label Placement option.&#60;/p&#62;
&#60;p&#62;See this screenshot: &#60;a href=&#34;http://grab.by/6RZk&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/6RZk&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>UnitedWayErie on "Form displays as two narrow columns"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-displays-as-two-narrow-columns#post-11209</link>
			<pubDate>Thu, 14 Oct 2010 16:03:41 +0000</pubDate>
			<dc:creator>UnitedWayErie</dc:creator>
			<guid isPermaLink="false">11209@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is a newbie questions. My apologies if it's a stupid one.&#60;/p&#62;
&#60;p&#62;I just started using the plugin and tried creating a volunteer form (&#60;a href=&#34;http://liveunitederie.org/take-action/volunteer/volunteers-needed)&#34; rel=&#34;nofollow&#34;&#62;http://liveunitederie.org/take-action/volunteer/volunteers-needed)&#60;/a&#62;. When I previewed the form, everything looked great. But when it's embedded, the form displays with each questions in a narrow column on the left and the input space in a wider column on the right. This ends up looking really bad as the questions get a little longer and end up only having space for 1-2 words per line.&#60;/p&#62;
&#60;p&#62;Can someone help me understand what I'm doing wrong? Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
