<?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: Address fields right edge are being cut off</title>
		<link>https://legacy.forums.gravityhelp.com/topic/address-fields-right-edge-are-being-cut-off</link>
		<description>Gravity Support Forums Topic: Address fields right edge are being cut off</description>
		<language>en-US</language>
		<pubDate>Sun, 05 Apr 2026 12:53:48 +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/address-fields-right-edge-are-being-cut-off" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Address fields right edge are being cut off"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/address-fields-right-edge-are-being-cut-off#post-55673</link>
			<pubDate>Wed, 18 Apr 2012 11:04:50 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">55673@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Right on man, glad to help out!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jeffhiggins on "Address fields right edge are being cut off"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/address-fields-right-edge-are-being-cut-off#post-55672</link>
			<pubDate>Wed, 18 Apr 2012 11:03:53 +0000</pubDate>
			<dc:creator>jeffhiggins</dc:creator>
			<guid isPermaLink="false">55672@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Whoops, sorry! Got it working. I tried the override code first, but that didn't seem to work. I eventually tracked down the input padding code (this theme has like 10 different spaghetti CSS files) and was able to get the fields down to a sensible size.&#60;/p&#62;
&#60;p&#62;Thanks a ton Rob! Gravity Forms is worth every penny.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Address fields right edge are being cut off"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/address-fields-right-edge-are-being-cut-off#post-55671</link>
			<pubDate>Wed, 18 Apr 2012 10:51:27 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">55671@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No that exists already in your stylesheet. The 10px padding is the cause. That's not a fix. I was just pointing it out.&#60;/p&#62;
&#60;p&#62;If you want to keep that you'll need to target GF's inputs to override it, for example:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password],
body .gform_wrapper .gform_body .gform_fields .gfield select {
	padding:5px 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can then change the padding to how you see fit.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jeffhiggins on "Address fields right edge are being cut off"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/address-fields-right-edge-are-being-cut-off#post-55669</link>
			<pubDate>Wed, 18 Apr 2012 10:48:52 +0000</pubDate>
			<dc:creator>jeffhiggins</dc:creator>
			<guid isPermaLink="false">55669@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;;) Thanks Rob. I tried dropping that into the CSS but the fields are still super big. Any ideas? Sorry to be a pain.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Address fields right edge are being cut off"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/address-fields-right-edge-are-being-cut-off#post-55662</link>
			<pubDate>Wed, 18 Apr 2012 10:40:51 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">55662@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No problem, this padding here in your stylesheet is causing the comically large inputs (LOL - like the descriptor on that one):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
input {
padding: 10px !important;
font-size: 11px !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>jeffhiggins on "Address fields right edge are being cut off"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/address-fields-right-edge-are-being-cut-off#post-55659</link>
			<pubDate>Wed, 18 Apr 2012 10:34:37 +0000</pubDate>
			<dc:creator>jeffhiggins</dc:creator>
			<guid isPermaLink="false">55659@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the super-fast reply Rob. I tried dropping your code snippet and change in, but it didn't seem to work. Then I I tried commenting out the entire &#34;form&#34; section in my CSS (which I'm not a big fan of anyway), and left your new code snippet, and it did work. But then my form fields became comically large. I've left it with my form CSS commented out, but can you tell me how to make the fields appear smaller?&#60;/p&#62;
&#60;p&#62;Thanks again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Address fields right edge are being cut off"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/address-fields-right-edge-are-being-cut-off#post-55656</link>
			<pubDate>Wed, 18 Apr 2012 10:23:21 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">55656@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try dropping this into your theme's CSS:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .ginput_complex .ginput_full input {
width: 92% !important;
}
.gform_wrapper .ginput_complex .ginput_right input, .gform_wrapper .ginput_complex .ginput_right select, .gform_wrapper .field_name_first input, .gform_wrapper .ginput_complex .ginput_left input {
width: 84% !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Also, I deactivated/removed the min-width/max-width on this selector as well:&#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 {
border: 1px solid #CCC;
padding: 0px 0px;
outline: none;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
font: 13px &#38;quot;HelveticaNeue&#38;quot;, &#38;quot;Helvetica Neue&#38;quot;, Helvetica, Arial, sans-serif;
color: #777;
margin: 0;
min-width: 190px;
max-width: 100%;
display: block;
margin-bottom: 0px;
background: white;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>jeffhiggins on "Address fields right edge are being cut off"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/address-fields-right-edge-are-being-cut-off#post-55653</link>
			<pubDate>Wed, 18 Apr 2012 10:16:49 +0000</pubDate>
			<dc:creator>jeffhiggins</dc:creator>
			<guid isPermaLink="false">55653@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm having an issue with the &#34;address&#34; form field's right side edge being cut off. This seems to happen no matter how big the page is.&#60;/p&#62;
&#60;p&#62;Example: &#60;a href=&#34;http://jeffhiggins.ca/procare/contact/&#34; rel=&#34;nofollow&#34;&#62;http://jeffhiggins.ca/procare/contact/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I've tried messing with the padding settings in my CSS but to no avail. Any ideas? Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
