<?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: I cannot get field labels to Top Align</title>
		<link>https://legacy.forums.gravityhelp.com/topic/i-cannot-get-field-labels-to-top-align</link>
		<description>Gravity Support Forums Topic: I cannot get field labels to Top Align</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 22:09:17 +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/i-cannot-get-field-labels-to-top-align" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "I cannot get field labels to Top Align"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/i-cannot-get-field-labels-to-top-align#post-42582</link>
			<pubDate>Wed, 30 Nov 2011 15:01:44 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">42582@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Great, glad to help out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Andrew on "I cannot get field labels to Top Align"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/i-cannot-get-field-labels-to-top-align#post-42571</link>
			<pubDate>Wed, 30 Nov 2011 13:28:30 +0000</pubDate>
			<dc:creator>Andrew</dc:creator>
			<guid isPermaLink="false">42571@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Perfect, I added the below code to custom.css&#60;/p&#62;
&#60;p&#62;.gform_wrapper .top_label .gfield_label {&#60;br /&#62;
    float: none;&#60;br /&#62;
    width: 650px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Thanks for your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "I cannot get field labels to Top Align"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/i-cannot-get-field-labels-to-top-align#post-42349</link>
			<pubDate>Mon, 28 Nov 2011 17:41:23 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">42349@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Andrew, no problem. It seems as though on line 628 of style.css there is:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .top_label .gfield_label {
    display: block;
    float: left;
    font: bold 14px Arial,sans-serif;
    margin: 5px 0 4px !important;
    padding-right: 20px;
    width: 100px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That width declaration and the float are the issues. Either you can get rid of that there. Or you can try overriding them in another style sheet. Let me know if you need further guidance here.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Andrew on "I cannot get field labels to Top Align"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/i-cannot-get-field-labels-to-top-align#post-42303</link>
			<pubDate>Mon, 28 Nov 2011 15:57:54 +0000</pubDate>
			<dc:creator>Andrew</dc:creator>
			<guid isPermaLink="false">42303@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Rob. It's a wordpress MU site and I just created you a super admin account.&#60;/p&#62;
&#60;p&#62;Username and password should be in your Inbox now which will work on&#60;/p&#62;
&#60;p&#62;Survey.ofihub.co.uk/WP-admin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "I cannot get field labels to Top Align"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/i-cannot-get-field-labels-to-top-align#post-42296</link>
			<pubDate>Mon, 28 Nov 2011 14:26:37 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">42296@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Andrew, sounds like a style conflict on your theme. Can I get a link to the site so I can check it out? If you need to do so privately you can send it to &#60;a href=&#34;mailto:rob@rocketgenius.com&#34;&#62;rob@rocketgenius.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Andrew on "I cannot get field labels to Top Align"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/i-cannot-get-field-labels-to-top-align#post-42294</link>
			<pubDate>Mon, 28 Nov 2011 14:12:10 +0000</pubDate>
			<dc:creator>Andrew</dc:creator>
			<guid isPermaLink="false">42294@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;I would like all my questions to appear above the response area. I think the settings are all simple enough but perhaps I'm missing something. Here's a screencast of the issue:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://screencast.com/t/Q4MgpJqxF0f&#34; rel=&#34;nofollow&#34;&#62;http://screencast.com/t/Q4MgpJqxF0f&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Could anyone tell me if I'm doing something wrong?&#60;/p&#62;
&#60;p&#62;Many thanks,&#60;/p&#62;
&#60;p&#62;Andrew
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
