<?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: Can I make this form smaller or not so tall</title>
		<link>https://legacy.forums.gravityhelp.com/topic/can-i-make-this-form-smaller-or-not-so-tall</link>
		<description>Gravity Support Forums Topic: Can I make this form smaller or not so tall</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 18:13:07 +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/can-i-make-this-form-smaller-or-not-so-tall" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Can I make this form smaller or not so tall"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-i-make-this-form-smaller-or-not-so-tall#post-15026</link>
			<pubDate>Mon, 27 Dec 2010 00:59:02 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">15026@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Well, yes, a couple of things are wonky with your CSS. You haven't closed the textarea height rule properly and the gform_wrapper is a class name, not an ID unless you're targeting a specific form. This should work on all of your forms based on the class names.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.gform_footer input.button {
color: #FFFFFF !important;
}

.gform_wrapper textarea.medium {
height:100px
}

.gform_wrapper ul li {
margin:0!important;
padding:0!important;
border-bottom:none!important
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Also, I would append these rules to the VERY END of the theme stylesheet so nothing else supersedes them.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>runaustin on "Can I make this form smaller or not so tall"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-i-make-this-form-smaller-or-not-so-tall#post-15006</link>
			<pubDate>Sun, 26 Dec 2010 20:27:57 +0000</pubDate>
			<dc:creator>runaustin</dc:creator>
			<guid isPermaLink="false">15006@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I tried it and it does not look any different.  Did I put the text in wrong...?  Here it is:&#60;/p&#62;
&#60;p&#62;.gform_footer input.button {&#60;br /&#62;
	color: #FFFFFF !important;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;.gform_wrapper textarea.medium {&#60;br /&#62;
height:100px&#60;br /&#62;
#gform_wrapper ul li {&#60;br /&#62;
margin:0!important;&#60;br /&#62;
padding:0!important;&#60;br /&#62;
border-bottom:none!important&#60;br /&#62;
}&#60;br /&#62;
/***** Footer ********************/&#60;/p&#62;
&#60;p&#62;Anyhow - I really apprciate your help - let me know?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>runaustin on "Can I make this form smaller or not so tall"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-i-make-this-form-smaller-or-not-so-tall#post-15004</link>
			<pubDate>Sun, 26 Dec 2010 17:54:40 +0000</pubDate>
			<dc:creator>runaustin</dc:creator>
			<guid isPermaLink="false">15004@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for your opinion and answer - I'll try it out in a bit.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Can I make this form smaller or not so tall"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-i-make-this-form-smaller-or-not-so-tall#post-15002</link>
			<pubDate>Sun, 26 Dec 2010 15:44:25 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">15002@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I personally think you're cramping the form up too much in the small left column, even if you do tighten it up a bit vertically I don't think it's very good from a usability standpoint.&#60;/p&#62;
&#60;p&#62;That said, you can do a few things to improve it where it is.&#60;/p&#62;
&#60;p&#62;First, go to the form editor and change the size on the first 3 fields to &#34;large&#34;, then you can add the following CSS to your theme stylesheet. This is applicable only to the form on the left - ID #1&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#gform_wrapper_1 textarea.medium {
height:100px
}

#gform_wrapper_1 ul li {
margin:0!important;
padding:0!important;
border-bottom:none!important
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;that reduces the height of the textarea and removes the inherited margins, padding and bottom border from the containing list elements.&#60;/p&#62;
&#60;p&#62;test screenshot: &#60;a href=&#34;http://grab.by/84Hb&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/84Hb&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>runaustin on "Can I make this form smaller or not so tall"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-i-make-this-form-smaller-or-not-so-tall#post-15001</link>
			<pubDate>Sun, 26 Dec 2010 14:48:45 +0000</pubDate>
			<dc:creator>runaustin</dc:creator>
			<guid isPermaLink="false">15001@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can I make this form smaller or not so tall - it looks funny in the small sidebar that it's in...  I really really need a form for this smaller area that looks good and can't find it anywhere...  I'm hoping you have some customization ideas?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.angelakraushaar.com/?page_id=979&#34; rel=&#34;nofollow&#34;&#62;http://www.angelakraushaar.com/?page_id=979&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
