<?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: How to Widen Left Column in &#34;Left Aligned&#34; form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-widen-left-column-in-left-aligned-form</link>
		<description>Gravity Support Forums Topic: How to Widen Left Column in &quot;Left Aligned&quot; form</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 10:48:31 +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/how-to-widen-left-column-in-left-aligned-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "How to Widen Left Column in &#34;Left Aligned&#34; form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-widen-left-column-in-left-aligned-form#post-3128</link>
			<pubDate>Wed, 03 Feb 2010 18:20:42 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">3128@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is going to take a little tweaking on your end to get it just right, but here's the basics. The width's are set as percentages to allow for the most flexibility. You're going to want to increase the width on the label elements (left) and decrease the width on the input elements on the right.&#60;/p&#62;
&#60;p&#62;line 53 - increase the width percentage&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .left_label .gfield_label {
	float:left;
	font-weight:bold;
	margin:2px 15px 0 0;
	width:29%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;line 61 - decrease the width percentages on both here&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .right_label input.large, .gform_wrapper .right_label select.large, .gform_wrapper .left_label input.large, .gform_wrapper .left_label select.large, .gform_wrapper textarea.textarea {
	width:59%;
}
.gform_wrapper .right_label div.ginput_complex, .gform_wrapper .left_label div.ginput_complex {
float:left;
width:64%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;line 93 - increase the left margin value here &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .gform_footer.right_label, .gform_wrapper .gform_footer.left_label {
padding:16px 0 10px 31%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;There may still be other instances of the widths that you need to tweak to make it look just right in your theme.&#60;/p&#62;
&#60;p&#62;Please note: It's best to copy all of the Gravity Forms styles and append them to your theme style sheet for customizations. Once you've done this, go into the forms settings page and uncheck the &#34;output css&#34; option. &#60;/p&#62;
&#60;p&#62;That way, all your customizations are in the theme files and won't get overwritten when you update the plugin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blafarmm on "How to Widen Left Column in &#34;Left Aligned&#34; form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-widen-left-column-in-left-aligned-form#post-3127</link>
			<pubDate>Wed, 03 Feb 2010 16:36:31 +0000</pubDate>
			<dc:creator>blafarmm</dc:creator>
			<guid isPermaLink="false">3127@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Experimenting with &#34;Left Aligned&#34; forms -- I've noticed that different browsers display differing numbers of characters for the left-most column of field identifiers.&#60;/p&#62;
&#60;p&#62;I would like to expand that left-most column further -- so that some of my longer field identifiers don't &#34;wrap&#34; to a second line and use up precious vertical space.&#60;/p&#62;
&#60;p&#62;I'm pretty new to this -- so is there a very simple way to widen the left most column of field identifiers in a &#34;Left Aligned&#34; form?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
