<?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 Layout Assistance</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-layout-assistance</link>
		<description>Gravity Support Forums Topic: Form Layout Assistance</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 20:21:09 +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-layout-assistance" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Form Layout Assistance"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-layout-assistance#post-171375</link>
			<pubDate>Thu, 14 Mar 2013 14:57:20 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">171375@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Something like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper fieldset input.medium,
body .gform_wrapper fieldset input.small {
    line-height: 1.8em;
    font-size: 1.6em;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You could combine that with the previous rules if you wanted to.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>peschelnet on "Form Layout Assistance"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-layout-assistance#post-171371</link>
			<pubDate>Thu, 14 Mar 2013 14:49:19 +0000</pubDate>
			<dc:creator>peschelnet</dc:creator>
			<guid isPermaLink="false">171371@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Perfect one last change and than I'm out of your hair.&#60;/p&#62;
&#60;p&#62;The Field Set Input Boxes (the space where the text shows up in the input boxes) what is the CSS for changing the size of the Box and the Text in the box?&#60;/p&#62;
&#60;p&#62;Thx&#60;/p&#62;
&#60;p&#62;Shawn
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Form Layout Assistance"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-layout-assistance#post-171342</link>
			<pubDate>Thu, 14 Mar 2013 13:33:36 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">171342@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;More CSS here.  Add this to one of your theme's stylesheets:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper fieldset {
  width: 50%;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>peschelnet on "Form Layout Assistance"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-layout-assistance#post-171338</link>
			<pubDate>Thu, 14 Mar 2013 13:31:24 +0000</pubDate>
			<dc:creator>peschelnet</dc:creator>
			<guid isPermaLink="false">171338@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you again.&#60;/p&#62;
&#60;p&#62;One last edit/question on the Field Set. The &#34;Box&#34; extends all the way to the right of the page I would like to bring that in a bit to say half the width of the page. Can you point me to where I would make that adjustment?&#60;/p&#62;
&#60;p&#62;Thank you,&#60;/p&#62;
&#60;p&#62;Shawn
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Form Layout Assistance"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-layout-assistance#post-171303</link>
			<pubDate>Thu, 14 Mar 2013 12:43:51 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">171303@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try this CSS instead:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper fieldset input.small {
    width:5%!important;
}
body .gform_wrapper fieldset input.medium {
    width:10%!important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>peschelnet on "Form Layout Assistance"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-layout-assistance#post-171254</link>
			<pubDate>Thu, 14 Mar 2013 11:21:28 +0000</pubDate>
			<dc:creator>peschelnet</dc:creator>
			<guid isPermaLink="false">171254@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you.&#60;/p&#62;
&#60;p&#62;I played with the Field Size by adding this CSS to the end of my style.css but, it's not working for items in the Fields Set. Why?&#60;/p&#62;
&#60;p&#62;.gform_wrapper&#60;br /&#62;
.top_label input.small,&#60;br /&#62;
.gform_wrapper&#60;br /&#62;
.top_label select.small&#60;br /&#62;
{&#60;br /&#62;
width:5% !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.gform_wrapper&#60;br /&#62;
.top_label input.medium,&#60;br /&#62;
.gform_wrapper&#60;br /&#62;
.top_label select.medium&#60;br /&#62;
{&#60;br /&#62;
width:10% !important;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Form Layout Assistance"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-layout-assistance#post-171243</link>
			<pubDate>Thu, 14 Mar 2013 11:09:24 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">171243@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please see our response time commitments here:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/support-times/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/support-times/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Also, bumping the topic moves you further away from getting assistance, because we normally try to go from oldest to newest, and when you add a reply, you reset the clock, and the topic appears newer than it is.&#60;/p&#62;
&#60;p&#62;That said, you can format a field as currency by using this approach:&#60;br /&#62;
&#60;a href=&#34;http://gravitywiz.com/format-field-as-currency/&#34; rel=&#34;nofollow&#34;&#62;http://gravitywiz.com/format-field-as-currency/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Or, you can add this CSS to one of your theme's stylesheets to get it to look like your screenshot:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#field_1_7 .ginput_container:after,
#field_1_12 .ginput_container:after,
#field_1_13 .ginput_container:after,
#field_1_18 .ginput_container:after,
#field_1_14 .ginput_container:after {
  content: &#38;quot;%&#38;quot;;
}

#field_1_17 .ginput_container:before,
#field_1_6 .ginput_container:before,
#field_1_8 .ginput_container:before,
#field_1_9 .ginput_container:before,
#field_1_11 .ginput_container:before,
#field_1_10 .ginput_container:before,
#field_1_15 .ginput_container:before,
#field_1_16 .ginput_container:before {
  content: &#38;quot;$ &#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Screenshot: &#60;a href=&#34;http://minus.com/lbkxUx9wKU6lpe&#34; rel=&#34;nofollow&#34;&#62;http://minus.com/lbkxUx9wKU6lpe&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;From the screenshot, it looks like you want the percentage fields to be narrower?   You can adjust the size in the form builder by using the drop down for &#34;Field Size&#34; (small, medium or large) on the advanced tab.  Screenshot: &#60;a href=&#34;http://minus.com/lJkYPrybfueLt&#34; rel=&#34;nofollow&#34;&#62;http://minus.com/lJkYPrybfueLt&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Or we can add CSS again to change the width of individual fields to some specific width if the drop down is not accurate enough for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>peschelnet on "Form Layout Assistance"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-layout-assistance#post-170393</link>
			<pubDate>Wed, 13 Mar 2013 21:26:12 +0000</pubDate>
			<dc:creator>peschelnet</dc:creator>
			<guid isPermaLink="false">170393@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Any chance of getting some assistance with this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>peschelnet on "Form Layout Assistance"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-layout-assistance#post-168991</link>
			<pubDate>Tue, 12 Mar 2013 14:11:49 +0000</pubDate>
			<dc:creator>peschelnet</dc:creator>
			<guid isPermaLink="false">168991@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello.&#60;/p&#62;
&#60;p&#62;I have a couple of layout questions so I've attached a screen shot of what I want to do.&#60;/p&#62;
&#60;p&#62;1) Change the width of the Fields&#60;br /&#62;
2) Add the &#34;$&#34; to some of the Fields&#60;br /&#62;
3) Add the &#34;%&#34; to the back of some of the fields&#60;/p&#62;
&#60;p&#62;If you go to the link below you can see how it currently looks&#60;br /&#62;
&#60;a href=&#34;http://www.mtvistahomes.com/tax-benefits-of-home-ownership/&#34; rel=&#34;nofollow&#34;&#62;http://www.mtvistahomes.com/tax-benefits-of-home-ownership/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The link below is of how I would like it to look.&#60;br /&#62;
&#60;a href=&#34;http://i49.tinypic.com/14m48dt.png&#34; rel=&#34;nofollow&#34;&#62;http://i49.tinypic.com/14m48dt.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you&#60;/p&#62;
&#60;p&#62;Shawn
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
