<?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: Text Box Width</title>
		<link>https://legacy.forums.gravityhelp.com/topic/text-box-width</link>
		<description>Gravity Support Forums Topic: Text Box Width</description>
		<language>en-US</language>
		<pubDate>Fri, 24 Apr 2026 07:17:59 +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/text-box-width" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Text Box Width"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/text-box-width#post-55236</link>
			<pubDate>Fri, 13 Apr 2012 20:20:03 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">55236@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Super. Glad I could help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>akasocrates on "Text Box Width"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/text-box-width#post-55231</link>
			<pubDate>Fri, 13 Apr 2012 19:59:44 +0000</pubDate>
			<dc:creator>akasocrates</dc:creator>
			<guid isPermaLink="false">55231@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Kevin. That did the trick!&#60;/p&#62;
&#60;p&#62;Best regards.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Text Box Width"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/text-box-width#post-55216</link>
			<pubDate>Fri, 13 Apr 2012 15:26:57 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">55216@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;style.css (line 1688) has this..&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
    color: #000000;
    font-family: &#38;#39;Helvetica Neue&#38;#39;,Helvetica,Arial,Tahoma,sans-serif;
    font-size: 12px !important;
    padding: 4px 5px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It's the extra padding that is defined there added to the percentage-based width definition that's causing the issue.&#60;/p&#62;
&#60;p&#62;You can try adding this to the end of your theme's stylesheet or wherever your theme provider recommends adding your custom CSS rules.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .top_label input.large,
body .gform_wrapper .top_label select.large,
body .gform_wrapper .top_label textarea.textarea {
    width: 98.2% !important
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;test screenshot: &#60;a href=&#34;http://bit.ly/HRz1Om&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/HRz1Om&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>akasocrates on "Text Box Width"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/text-box-width#post-55213</link>
			<pubDate>Fri, 13 Apr 2012 15:02:44 +0000</pubDate>
			<dc:creator>akasocrates</dc:creator>
			<guid isPermaLink="false">55213@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Kevin. Here's the actual link: &#60;a href=&#34;http://pesosandsenseacademy.com/contact/&#34; rel=&#34;nofollow&#34;&#62;http://pesosandsenseacademy.com/contact/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Text Box Width"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/text-box-width#post-55207</link>
			<pubDate>Fri, 13 Apr 2012 14:50:41 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">55207@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can't tell you how to fix anything from just looking at an image. I'm guessing it's a padding issue of some sort though. Please post a URL to your actual form and I can give you some more specific guidance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>akasocrates on "Text Box Width"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/text-box-width#post-55198</link>
			<pubDate>Fri, 13 Apr 2012 12:56:02 +0000</pubDate>
			<dc:creator>akasocrates</dc:creator>
			<guid isPermaLink="false">55198@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi--&#60;/p&#62;
&#60;p&#62;In this image here, the text box is cut off on the right side: &#60;a href=&#34;http://screencast.com/t/PAa71qPQox9&#34; rel=&#34;nofollow&#34;&#62;http://screencast.com/t/PAa71qPQox9&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is there an easy way to fix this? I can copy/paste code if it's simple enough. I don't code so a simple solution would really be appreciated.&#60;/p&#62;
&#60;p&#62;Thanks in advance.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
