<?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: Increase text and Box size</title>
		<link>https://legacy.forums.gravityhelp.com/topic/increase-text-and-box-size</link>
		<description>Gravity Support Forums Topic: Increase text and Box size</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 07:55:39 +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/increase-text-and-box-size" rel="self" type="application/rss+xml" />

		<item>
			<title>mikeymccoy on "Increase text and Box size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/increase-text-and-box-size#post-174591</link>
			<pubDate>Sun, 17 Mar 2013 20:41:16 +0000</pubDate>
			<dc:creator>mikeymccoy</dc:creator>
			<guid isPermaLink="false">174591@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes that worked perfect. Thanks so much for providing that to me. Really appreciate it! &#60;/p&#62;
&#60;p&#62;Have a great day!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Increase text and Box size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/increase-text-and-box-size#post-174511</link>
			<pubDate>Sun, 17 Mar 2013 18:44:36 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">174511@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This CSS should take care of all inputs on that form:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper input[type=&#38;#39;text&#38;#39;] {
	height: 24px;
	line-height:20px;
	font-size: 16px;
}

body .gform_wrapper select {
	height: 32px;
	line-height:20px;
	font-size: 16px;
}

body .gform_wrapper textarea {
	font-size: 16px;
	height: 200px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>mikeymccoy on "Increase text and Box size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/increase-text-and-box-size#post-174499</link>
			<pubDate>Sun, 17 Mar 2013 18:24:08 +0000</pubDate>
			<dc:creator>mikeymccoy</dc:creator>
			<guid isPermaLink="false">174499@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I tried that and it did not work. So I placed it in custom.css and that worked for the &#34;comments box&#34; &#60;/p&#62;
&#60;p&#62;But how to I increase the size of all the text and boxes above like name, website, email, phone and budget? &#60;/p&#62;
&#60;p&#62;Thanks so much for helping me Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Increase text and Box size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/increase-text-and-box-size#post-174490</link>
			<pubDate>Sun, 17 Mar 2013 17:56:15 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">174490@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;blockquote&#62;&#60;p&#62;
Wordpress dashboard &#38;gt; appearance &#38;gt; editor &#38;gt; style.css
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Yes.  If the file is editable, that is the quickest way to do it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mikeymccoy on "Increase text and Box size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/increase-text-and-box-size#post-174487</link>
			<pubDate>Sun, 17 Mar 2013 17:45:55 +0000</pubDate>
			<dc:creator>mikeymccoy</dc:creator>
			<guid isPermaLink="false">174487@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can I ask where I do that?  Is it by going through FTP or simply in the into the Wordpress dashboard &#38;gt; appearance &#38;gt; editor &#38;gt; style.css&#60;/p&#62;
&#60;p&#62;That is where my confusion is. Thanks in advance Chris.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Increase text and Box size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/increase-text-and-box-size#post-174469</link>
			<pubDate>Sun, 17 Mar 2013 17:26:24 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">174469@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Add this to one of your theme's stylesheets:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper textarea.small {
    height: 200px;
    font-size: 20px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Adjust the values as necessary.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mikeymccoy on "Increase text and Box size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/increase-text-and-box-size#post-174463</link>
			<pubDate>Sun, 17 Mar 2013 17:18:14 +0000</pubDate>
			<dc:creator>mikeymccoy</dc:creator>
			<guid isPermaLink="false">174463@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://therxreview.com/advertise/&#34; rel=&#34;nofollow&#34;&#62;http://therxreview.com/advertise/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Increase text and Box size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/increase-text-and-box-size#post-174431</link>
			<pubDate>Sun, 17 Mar 2013 16:26:13 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">174431@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please include a link to the page on your site where we can see your form so we can help you with the CSS.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mikeymccoy on "Increase text and Box size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/increase-text-and-box-size#post-173068</link>
			<pubDate>Sat, 16 Mar 2013 02:42:08 +0000</pubDate>
			<dc:creator>mikeymccoy</dc:creator>
			<guid isPermaLink="false">173068@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;All I want to do is increase the size of the text boxes and the text inside those. Is there a simple way to do this?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
