<?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 do I get a gfield_description to go inside a ginput_container?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-get-a-gfield_description-to-go-inside-a-ginput_container</link>
		<description>Gravity Support Forums Topic: How do I get a gfield_description to go inside a ginput_container?</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 00:06:56 +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-do-i-get-a-gfield_description-to-go-inside-a-ginput_container" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "How do I get a gfield_description to go inside a ginput_container?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-get-a-gfield_description-to-go-inside-a-ginput_container#post-16304</link>
			<pubDate>Fri, 14 Jan 2011 23:27:07 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">16304@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can try this.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .right_label .gfield_description, .gform_wrapper .left_label .gfield_description, .gform_wrapper .left_label .instruction, .gform_wrapper .right_label .instruction {
    margin-left: 80%;
    padding-left: 0;
    position: relative;
    top: -40px;
    margin-bottom:-30px
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://grab.by/8o8m&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/8o8m&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You may need to tweak it a bit here and there, but it should get you close to where you want to be
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "How do I get a gfield_description to go inside a ginput_container?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-get-a-gfield_description-to-go-inside-a-ginput_container#post-16302</link>
			<pubDate>Fri, 14 Jan 2011 23:12:12 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">16302@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okay, understood. Thanks for the clarification. I'll take a look at it and post something back in a few.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hotstreak on "How do I get a gfield_description to go inside a ginput_container?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-get-a-gfield_description-to-go-inside-a-ginput_container#post-16299</link>
			<pubDate>Fri, 14 Jan 2011 22:40:44 +0000</pubDate>
			<dc:creator>hotstreak</dc:creator>
			<guid isPermaLink="false">16299@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am referring to the actual green description. My client wants it to the right of the fields and not under.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "How do I get a gfield_description to go inside a ginput_container?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-get-a-gfield_description-to-go-inside-a-ginput_container#post-16297</link>
			<pubDate>Fri, 14 Jan 2011 22:31:46 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">16297@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Just to be clear.. Are you talking about the horizontal label/field alignment or the actual description text (in green) being aligned vertically with the select fields?&#60;/p&#62;
&#60;p&#62;By default the descriptions are aligned vertically under the field. I see that you have a 80% left margin applied to the descriptions which is overriding the defaults.&#60;/p&#62;
&#60;p&#62;Also, there's no need to try to rearrange the markup, and you can't change it anyhow without hacking the plugin. All you need is to get your CSS fixed up to make this happen.&#60;/p&#62;
&#60;p&#62;Please clarify exactly what you're trying to do for me and I'll be happy to offer some suggestions.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hotstreak on "How do I get a gfield_description to go inside a ginput_container?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-get-a-gfield_description-to-go-inside-a-ginput_container#post-16288</link>
			<pubDate>Fri, 14 Jan 2011 19:56:37 +0000</pubDate>
			<dc:creator>hotstreak</dc:creator>
			<guid isPermaLink="false">16288@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;My site form is &#60;a href=&#34;http://comparefhahomeloans.com/texas-purchase-loan-request-form/#gf_1&#34; rel=&#34;nofollow&#34;&#62;http://comparefhahomeloans.com/texas-purchase-loan-request-form/#gf_1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I am trying to get the gfield_description to align perfectly with the dropdown boxes. Looking at the structure I am thinking the only way to accomplish this is to move gfield_description inside of the ginput_container.&#60;/p&#62;
&#60;p&#62;Does anyone know how to do this or does anyone know of a better way?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
