<?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: Help With Form Customization Problem</title>
		<link>https://legacy.forums.gravityhelp.com/topic/help-with-form-customization-problem</link>
		<description>Gravity Support Forums Topic: Help With Form Customization Problem</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 13:41:58 +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/help-with-form-customization-problem" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Help With Form Customization Problem"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-form-customization-problem#post-34815</link>
			<pubDate>Thu, 08 Sep 2011 11:53:54 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">34815@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ha. Thanks Kevin. I'm happy I could help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Geary on "Help With Form Customization Problem"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-form-customization-problem#post-34810</link>
			<pubDate>Thu, 08 Sep 2011 10:38:01 +0000</pubDate>
			<dc:creator>Kevin Geary</dc:creator>
			<guid isPermaLink="false">34810@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin, you rock!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Help With Form Customization Problem"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-form-customization-problem#post-34808</link>
			<pubDate>Thu, 08 Sep 2011 10:22:31 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">34808@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;it's the extra padding being applied by the theme stylesheet ( default.css line 1675 ) - if you disable that rule, you'll see that the inputs fit properly.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/mTRfSP&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/mTRfSP&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The extra left/right padding adds to the overall width, so you can either remove the left/right padding from the fields in your Gravity Form with a new rule, or you'll need to re-declare the input widths (make them a little smaller percentage width) with a new rule to compensate for the additional padding.&#60;/p&#62;
&#60;p&#62;reset the padding..&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#contentbox #gform_wrapper_11 form input {
    padding: 0 5px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or leave the left and right padding and reset the input widths for this form..&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#gform_wrapper_11 .field_name_first input,
#gform_wrapper_11 .ginput_complex .ginput_left input {
    width: 92% !important;
}

#gform_wrapper_11 .ginput_complex .ginput_right input,
#gform_wrapper_11 .ginput_complex .ginput_right select {
    width: 94% !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;screenshot - new input widths: &#60;a href=&#34;http://bit.ly/qpBQ2f&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/qpBQ2f&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Geary on "Help With Form Customization Problem"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-form-customization-problem#post-34807</link>
			<pubDate>Thu, 08 Sep 2011 10:05:13 +0000</pubDate>
			<dc:creator>Kevin Geary</dc:creator>
			<guid isPermaLink="false">34807@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm really having trouble with the last bit of this form customization. Notice the right side of the input boxes borders are cut off.&#60;br /&#62;
&#60;a href=&#34;http://www.karate-usa.com/ipad2/&#34; rel=&#34;nofollow&#34;&#62;http://www.karate-usa.com/ipad2/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
