<?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: Field description position and spacing</title>
		<link>https://legacy.forums.gravityhelp.com/topic/field-description-position-and-spacing</link>
		<description>Gravity Support Forums Topic: Field description position and spacing</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 19:44:54 +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/field-description-position-and-spacing" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Field description position and spacing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-description-position-and-spacing#post-79532</link>
			<pubDate>Mon, 08 Oct 2012 03:59:26 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">79532@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Handled via email.&#60;/p&#62;
&#60;p&#62;Related: &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/field-lable-placement#post-79528&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/field-lable-placement#post-79528&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Field description position and spacing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-description-position-and-spacing#post-78446</link>
			<pubDate>Tue, 02 Oct 2012 01:38:23 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">78446@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Handling via email since you cannot post the URL here.  It is likely something in your theme overriding the positioning, just like the last issue.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>malouwpl on "Field description position and spacing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-description-position-and-spacing#post-78444</link>
			<pubDate>Tue, 02 Oct 2012 01:05:40 +0000</pubDate>
			<dc:creator>malouwpl</dc:creator>
			<guid isPermaLink="false">78444@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;i just added it to the bottom of the style sheet and it looks to have worked. though i still cant select the option to make those descriptions appear on the top of the fields.... is there a way to do this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>malouwpl on "Field description position and spacing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-description-position-and-spacing#post-78441</link>
			<pubDate>Tue, 02 Oct 2012 00:54:36 +0000</pubDate>
			<dc:creator>malouwpl</dc:creator>
			<guid isPermaLink="false">78441@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;where abouts in the stylesheet should i add this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Field description position and spacing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-description-position-and-spacing#post-78438</link>
			<pubDate>Tue, 02 Oct 2012 00:36:03 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">78438@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The issue is due to this blanket style in your theme's style.css around line 254+:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
input[type=&#38;quot;text&#38;quot;], input[type=&#38;quot;password&#38;quot;], input[type=&#38;quot;email&#38;quot;], textarea, select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    color: #777777;
    display: block;
    font: 13px &#38;quot;HelveticaNeue&#38;quot;,&#38;quot;Helvetica Neue&#38;quot;,Helvetica,Arial,sans-serif;
    margin: 0 0 20px;
    max-width: 100%;
    outline: medium none;
    padding: 6px 4px;
    width: 210px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Specifically, the &#60;strong&#62;margin: 0 0 20px;&#60;/strong&#62; line.&#60;/p&#62;
&#60;p&#62;Add this to your theme's stylesheet and see how it looks:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper input[type=&#38;quot;text&#38;quot;],
body .gform_wrapper input[type=&#38;quot;password&#38;quot;],
body .gform_wrapper input[type=&#38;quot;email&#38;quot;],
body .gform_wrapper textarea,
body .gform_wrapper select  {
    margin: 10px 0 0 0;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>malouwpl on "Field description position and spacing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-description-position-and-spacing#post-78436</link>
			<pubDate>Tue, 02 Oct 2012 00:04:25 +0000</pubDate>
			<dc:creator>malouwpl</dc:creator>
			<guid isPermaLink="false">78436@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;thanks chris. too awesome :) i have just sent you an email
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Field description position and spacing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-description-position-and-spacing#post-78425</link>
			<pubDate>Mon, 01 Oct 2012 22:55:54 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">78425@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can email &#60;a href=&#34;mailto:chris@rocketgenius.com&#34;&#62;chris@rocketgenius.com&#60;/a&#62; if you like.  We can't give you general CSS information as it will need to be targeted to your form specifically, and we want to make sure it works.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>malouwpl on "Field description position and spacing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-description-position-and-spacing#post-78422</link>
			<pubDate>Mon, 01 Oct 2012 22:41:21 +0000</pubDate>
			<dc:creator>malouwpl</dc:creator>
			<guid isPermaLink="false">78422@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;it is on a site that cannot be viewed yet. due to it being under construction. I could give you a screen shot if you have an email for me to send it to. otherwise i could give you the log in on a secure email. which would you prefer?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Field description position and spacing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-description-position-and-spacing#post-78287</link>
			<pubDate>Mon, 01 Oct 2012 09:49:23 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">78287@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you post a link to your form for us?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>malouwpl on "Field description position and spacing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-description-position-and-spacing#post-78277</link>
			<pubDate>Mon, 01 Oct 2012 08:59:26 +0000</pubDate>
			<dc:creator>malouwpl</dc:creator>
			<guid isPermaLink="false">78277@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Greetings. Great form build.&#60;/p&#62;
&#60;p&#62;I have an issue regarding the placement of the descriptive text when using the advanced field such as name and address. &#60;/p&#62;
&#60;p&#62;When you view these fields you can see the field title then directly below it the field. though the description of these fields such as street address, city, country etc drop far too low below the field to be correctly related by sight to their corresponding field.&#60;/p&#62;
&#60;p&#62;Is there a fix to this?&#60;/p&#62;
&#60;p&#62;kind regards
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
