<?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: Align All Form Fields to Left</title>
		<link>https://legacy.forums.gravityhelp.com/topic/alight-all-form-fields-to-left</link>
		<description>Gravity Support Forums Topic: Align All Form Fields to Left</description>
		<language>en-US</language>
		<pubDate>Sat, 25 Apr 2026 15:25:55 +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/alight-all-form-fields-to-left" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Align All Form Fields to Left"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/alight-all-form-fields-to-left#post-58545</link>
			<pubDate>Thu, 10 May 2012 11:06:07 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">58545@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome, thanks for letting us know.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lwedell on "Align All Form Fields to Left"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/alight-all-form-fields-to-left#post-58544</link>
			<pubDate>Thu, 10 May 2012 11:00:34 +0000</pubDate>
			<dc:creator>lwedell</dc:creator>
			<guid isPermaLink="false">58544@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I worked it out, thanks for the help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Align All Form Fields to Left"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/alight-all-form-fields-to-left#post-58541</link>
			<pubDate>Thu, 10 May 2012 10:46:30 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">58541@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have no idea, every theme is different. The selector I gave you (.gform_wrapper ul li.gfield) is specific to Gravity Forms and should have no ill effects on anything else. You might want to reach out to your theme developer to find out what's going on and how you are to place custom css into your theme.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lwedell on "Align All Form Fields to Left"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/alight-all-form-fields-to-left#post-58540</link>
			<pubDate>Thu, 10 May 2012 10:44:41 +0000</pubDate>
			<dc:creator>lwedell</dc:creator>
			<guid isPermaLink="false">58540@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When I drop the code into my child theme's style.css it works but then the child theme disappears and my navigation is messed up (the child theme mainly changes the nav).&#60;/p&#62;
&#60;p&#62;Any thoughts?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Align All Form Fields to Left"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/alight-all-form-fields-to-left#post-58529</link>
			<pubDate>Thu, 10 May 2012 10:24:31 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">58529@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;A stylesheet called text.css has this in it:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
li {
margin-left: 30px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That margin is your issue. Try dropping this into your theme's stylesheet (unless you want to get rid of that declaration above):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper ul li.gfield {
margin: 0;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>lwedell on "Align All Form Fields to Left"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/alight-all-form-fields-to-left#post-58526</link>
			<pubDate>Thu, 10 May 2012 10:21:05 +0000</pubDate>
			<dc:creator>lwedell</dc:creator>
			<guid isPermaLink="false">58526@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here is a WIP but has the issue mentioned.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://horizonservices.co/plumbing/&#34; rel=&#34;nofollow&#34;&#62;http://horizonservices.co/plumbing/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Align All Form Fields to Left"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/alight-all-form-fields-to-left#post-58521</link>
			<pubDate>Thu, 10 May 2012 10:08:22 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">58521@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you post a link to your form so I can visually see what's going on here.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lwedell on "Align All Form Fields to Left"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/alight-all-form-fields-to-left#post-58510</link>
			<pubDate>Thu, 10 May 2012 09:27:56 +0000</pubDate>
			<dc:creator>lwedell</dc:creator>
			<guid isPermaLink="false">58510@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What is the best way to align all form fields to the left?&#60;/p&#62;
&#60;p&#62;Right now my first three fields are right aligned, then I have 3 other rows of fields that are 2 column and they are left due to size - I would like to have all fields aligned.&#60;/p&#62;
&#60;p&#62;Thank you in advance.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
