<?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 width problem</title>
		<link>https://legacy.forums.gravityhelp.com/topic/field-width-problem</link>
		<description>Gravity Support Forums Topic: field width problem</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 15:39:33 +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-width-problem" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "field width problem"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-width-problem#post-86407</link>
			<pubDate>Thu, 01 Nov 2012 22:36:48 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">86407@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The problem is a padding value added to the inputs by your theme. This isn't a Gravity Forms style.. but something specifically targeted to a Gravity Form by your theme itself.&#60;/p&#62;
&#60;p&#62;You can see this rule on line 1367 of your theme's style.css file.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
div.gform_wrapper input, div.gform_wrapper select, div.gform_wrapper textarea {
    font-size: 14px !important;
    padding: 4px 5px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;when that is disabled, you'll see that the right border of the inputs is visible as intended.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/X4Okw1&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/X4Okw1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can try adding this CSS rule to the end of your theme's style.css file or wherever you add custom CSS rules. This should override the previous rule with more specific CSS inheritance. This DOES NOT go in the functions file to be clear. It's simple CSS and is included in the theme's stylesheet.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body div.gform_wrapper ul.gform_fields li.gfield input[type=text],
body div.gform_wrapper ul.gform_fields li.gfield input[type=url],
body div.gform_wrapper ul.gform_fields li.gfield input[type=email],
body div.gform_wrapper ul.gform_fields li.gfield input[type=tel],
body div.gform_wrapper ul.gform_fields li.gfield input[type=number],
body div.gform_wrapper ul.gform_fields li.gfield input[type=password],
body div.gform_wrapper ul.gform_fields li.gfield select,
body div.gform_wrapper ul.gform_fields li.gfield textarea {
    padding: 4px 0 !important
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>NZLNic on "field width problem"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-width-problem#post-86358</link>
			<pubDate>Thu, 01 Nov 2012 18:51:41 +0000</pubDate>
			<dc:creator>NZLNic</dc:creator>
			<guid isPermaLink="false">86358@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;My knowledge of code is very limited.  I have built several sties using Genesis &#38;amp; have added Gravity Forms.  I've noted that almost without exception the right border of the fields in the forms I create are not visible.  They're extending beyond the body or sidebar area.&#60;/p&#62;
&#60;p&#62;The theme and plugin are far too popular for others not to have had the same problem.  My coder will normally fix the styling for me. (only recently discovered he should be using the Functions file in the theme!)&#60;/p&#62;
&#60;p&#62;Here's an example on my current dev site is &#60;a href=&#34;http://dd.ml.net.nz/contact-us&#34; rel=&#34;nofollow&#34;&#62;http://dd.ml.net.nz/contact-us&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Isn't it reasonable to expect the form to fit the constraint of the page without editing the stylesheet?&#60;/p&#62;
&#60;p&#62;What code do I need to add to the functions file so the right border of the full width fields are visible?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
