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

		<item>
			<title>Kevin Flahaut on "textarea column size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/textarea-column-size#post-27440</link>
			<pubDate>Thu, 09 Jun 2011 15:33:46 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">27440@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You may have to use the !important declaration. This worked fine in my test.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_2 .gform_body .gform_fields .gfield textarea {
    background-color: green;
    color: #fff;
    width: 150px!important;
    height: 150px!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://grab.by/ak1f&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/ak1f&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Also, since you've added a form in the sidebar outside of the WordPress &#34;Loop&#34; I see the default form styles aren't being loaded so you'll need to manually enqueue those.&#60;/p&#62;
&#60;p&#62;When embedding a form via a function call you must also manually include the necessary Gravity Forms related Javascript and CSS via the built in WordPress enqueue capabilities. Gravity Forms does not include these by default when calling a form via a function call and they are necessary for forms that contain conditional logic or the date picker field.&#60;/p&#62;
&#60;p&#62;We strongly recommend you enqueue the scripts rather than including them as hard-coded calls in your theme. Implementing it this way will insure that Gravity Forms does not include them on the page if they are already present. It is also a good practice to only load these scripts on the front end.&#60;/p&#62;
&#60;p&#62;Gravity Forms 1.5 introduced the &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gravity_form_enqueue_scripts&#34; rel=&#34;nofollow&#34;&#62;gravity_form_enqueue_scripts&#60;/a&#62; function which allows you to easily enqueue the necessary Gravity Forms' scripts and styles when manually embedding a form. This is also useful if you are using a GF widget and do not wish for the styles and scripts to be loaded inline. &#60;/p&#62;
&#60;p&#62;You will need to manually enqueue the scripts and CSS by placing a short script block in your theme's functions.php file.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php gravity_form_enqueue_scripts(); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can find more information at the URLs below&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Embedding_A_Form&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Embedding_A_Form&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gravity_form_enqueue_scripts&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gravity_form_enqueue_scripts&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mark R on "textarea column size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/textarea-column-size#post-27436</link>
			<pubDate>Thu, 09 Jun 2011 14:47:13 +0000</pubDate>
			<dc:creator>Mark R</dc:creator>
			<guid isPermaLink="false">27436@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Didn't work for me, Kevin. Dropped a form into an oldschool sidebar (non-widgeted). But as you can see, the sidebar bleeds off the page. What am I missing? URL=http://teamrks.com&#60;/p&#62;
&#60;p&#62;Update:  this worked for me:&#60;/p&#62;
&#60;p&#62;#sidebar .gform_wrapper .gform_body .gform_fields .gfield textarea {&#60;br /&#62;
	width: 230px;&#60;br /&#62;
	height: 80px;&#60;br /&#62;
	}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "textarea column size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/textarea-column-size#post-26884</link>
			<pubDate>Fri, 03 Jun 2011 08:24:31 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">26884@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_2 .gform_body .gform_fields .gfield textarea {
width: 150px;
height: 150px
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That should work for form ID #2
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mark R on "textarea column size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/textarea-column-size#post-26874</link>
			<pubDate>Fri, 03 Jun 2011 02:26:56 +0000</pubDate>
			<dc:creator>Mark R</dc:creator>
			<guid isPermaLink="false">26874@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The code worked for me, but I would like for it to affect only one form, not all. Multiple attempts at getting the syntax correct resulted only in epic failure on my part. Can you suggest the correct code to limit this width change to the form with ID=2?&#60;/p&#62;
&#60;p&#62;What I found elsewhere did not work for me....including the CSS Targeting Samples link....&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "textarea column size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/textarea-column-size#post-22655</link>
			<pubDate>Wed, 06 Apr 2011 15:47:19 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">22655@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can use CSS and target textareas on the form (or a specific field) and set the size to whatever you want using CSS.&#60;/p&#62;
&#60;p&#62;Documentation with examples on how to target and style specific form elements can be found here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;An example of targeting a textarea and styling it would be:&#60;/p&#62;
&#60;p&#62;body .gform_wrapper .gform_body .gform_fields .gfield textarea {width: 150px; height: 150px;}&#60;/p&#62;
&#60;p&#62;That would set the height and width of textareas to 150x150.  Note when using CSS you don't use col sizes, you give it a set height and width.&#60;/p&#62;
&#60;p&#62;You would add custom CSS to your themes stylesheet to target and style the selected form element.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>edmire on "textarea column size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/textarea-column-size#post-22644</link>
			<pubDate>Wed, 06 Apr 2011 14:00:52 +0000</pubDate>
			<dc:creator>edmire</dc:creator>
			<guid isPermaLink="false">22644@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there anyway to change the default col size of &#38;lt;textarea&#38;gt;?  It would appear that it's always set to 50.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
