<?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 alignment issues</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-alignment-issues</link>
		<description>Gravity Support Forums Topic: Form alignment issues</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:28:44 +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-alignment-issues" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Form alignment issues"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-alignment-issues#post-47759</link>
			<pubDate>Mon, 30 Jan 2012 11:44:02 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">47759@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome, glad to help out! And thanks for the kinds words too. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>claykitchens on "Form alignment issues"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-alignment-issues#post-47757</link>
			<pubDate>Mon, 30 Jan 2012 11:38:56 +0000</pubDate>
			<dc:creator>claykitchens</dc:creator>
			<guid isPermaLink="false">47757@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would have never believed that I could receive a solution in this short amount of time.  I can't thank you enough for your help and quick response time!!!  Now I know why Gravity Forms is highly recommended!  great product + great support
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Form alignment issues"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-alignment-issues#post-47755</link>
			<pubDate>Mon, 30 Jan 2012 11:26:30 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">47755@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It looks like this page is not a full-width layout, it seems as though it could be columned. In your theme's css there is:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#main, .home.page #main {
width: 620px;
padding: 3em 0 3em;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It's setting that area to only be 620px wide. So your form description will align to that width. However, the description under the name - you can change this in your custom.css (rule you already have in place, we are just adding a width property):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .gfield_description {
padding: 0;
width: auto;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>claykitchens on "Form alignment issues"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-alignment-issues#post-47752</link>
			<pubDate>Mon, 30 Jan 2012 10:57:30 +0000</pubDate>
			<dc:creator>claykitchens</dc:creator>
			<guid isPermaLink="false">47752@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That's it!  Thank you!&#60;/p&#62;
&#60;p&#62;Now, it look looks like the gform_body needs to be widened to allow the description to span across the page.  I've tried a couple of edits to widen it to 99.8%, but the attempts have been unsuccessful.  Would you please point me in the right direction?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Form alignment issues"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-alignment-issues#post-47751</link>
			<pubDate>Mon, 30 Jan 2012 10:37:12 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">47751@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ah ok, just an fyi - you don't want to edit forms.css in the plugin folder. So, since you are placing these in custom.css we will need to do overwrites. Try this out:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .top_label .gfield_label {
float: none !important;
padding-right: 0 !important;
width: auto !important;
}
.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio {
margin-left: 0 !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>claykitchens on "Form alignment issues"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-alignment-issues#post-47750</link>
			<pubDate>Mon, 30 Jan 2012 10:25:05 +0000</pubDate>
			<dc:creator>claykitchens</dc:creator>
			<guid isPermaLink="false">47750@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for your quick reply!&#60;/p&#62;
&#60;p&#62;It's almost as if there's something else preventing those CSS changes...&#60;/p&#62;
&#60;p&#62;I copied your code and pasted it into the custom.css file and refreshed, but there were no changes.  So, I removed the code from custom.css and made the change to the actual forms.css with Coda.  Still no change in the alignment after a refresh.  Either I'm editing the wrong portion of the code in the forms.css, or something is preventing it from changing.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Form alignment issues"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-alignment-issues#post-47747</link>
			<pubDate>Mon, 30 Jan 2012 09:44:17 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">47747@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your theme's CSS has gravity forms styles in it that are telling the labels to float left, which is why they are showing on the left:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .top_label .gfield_label {
display: block;
float: left;
padding-right: 20px;
width: 100px;
margin: 5px 0px 4px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This margin is causing your radio fields to indent as well:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio {
margin-left: 120px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So you can edit those by dropping this in place of them:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .top_label .gfield_label {
display: block;
margin: 5px 0px 4px !important;
}
.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio {}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>claykitchens on "Form alignment issues"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-alignment-issues#post-47746</link>
			<pubDate>Mon, 30 Jan 2012 09:31:37 +0000</pubDate>
			<dc:creator>claykitchens</dc:creator>
			<guid isPermaLink="false">47746@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;My form is out alignment on this site - &#60;a href=&#34;http://alpinecoc.org/contact-us/prayer-request/&#34; rel=&#34;nofollow&#34;&#62;http://alpinecoc.org/contact-us/prayer-request/&#60;/a&#62;&#60;br /&#62;
The form style that I would like to have is here - &#60;a href=&#34;http://mollermarketing.com/blogging-progress-report/&#34; rel=&#34;nofollow&#34;&#62;http://mollermarketing.com/blogging-progress-report/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I've searched the forums and found a topic that addresses my issue, but didn't offer a solution -http://www.gravityhelp.com/forums/topic/why-is-the-formatting-off-alignment.  I also looked at the topic that refers to the CSS Ready Classes, but it doesn't appear to have the right solution for me.&#60;/p&#62;
&#60;p&#62;I would like to have the form labels placed above the fields, but when I select that from the form settings, it doesn't appear to properly align them.  I'm new to Gravity Forms and still fresh into CSS, so I'm not able to find the solution.  We're using WooThemes Empire theme.  All help is greatly appreciated!!!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
