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

		<item>
			<title>Kevin Flahaut on "padding form content"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/padding-form-content#post-31234</link>
			<pubDate>Sat, 30 Jul 2011 09:14:48 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">31234@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, if you want the rule to apply to all your forms you would use the global class name to apply the style like this.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper {
    padding: 10px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>woagc on "padding form content"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/padding-form-content#post-31233</link>
			<pubDate>Sat, 30 Jul 2011 02:41:56 +0000</pubDate>
			<dc:creator>woagc</dc:creator>
			<guid isPermaLink="false">31233@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks, Kevin. I have several versions of the form. So, just repeated it and changed the ID number of the form. Worked like a charm, but I am guessing there is probably an easier way to get it done than to put 21 instructions in the CSS.... I'm just sayin. &#60;/p&#62;
&#60;p&#62;Thanks again for your help!&#60;/p&#62;
&#60;p&#62;c
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "padding form content"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/padding-form-content#post-30588</link>
			<pubDate>Wed, 20 Jul 2011 18:39:54 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">30588@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here you go.. just add this to the end of your theme stylesheet and tweak away.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_6 {
    padding: 10px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/nhLcu4&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/nhLcu4&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you get stuck, just give us a shout and we'll be happy to help out.&#60;/p&#62;
&#60;p&#62;Your button text is pretty verbose for the small content area so it's most likely going to break out of your padding setting unless you pare the text down a bit.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>woagc on "padding form content"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/padding-form-content#post-30587</link>
			<pubDate>Wed, 20 Jul 2011 18:33:56 +0000</pubDate>
			<dc:creator>woagc</dc:creator>
			<guid isPermaLink="false">30587@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks, Carl. &#60;/p&#62;
&#60;p&#62;Here is one of the pages in question:&#60;br /&#62;
&#60;a href=&#34;http://homeshowonline.net/sponsors/abacus-plumbing/&#34; rel=&#34;nofollow&#34;&#62;http://homeshowonline.net/sponsors/abacus-plumbing/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I first tried using a border to accomplish the padding, but couldn't get the hex code color to display. The &#34;solid red&#34; displayed just fine. But, when I added the hex code for color, nothing. &#60;/p&#62;
&#60;p&#62;Just in case it isn't already obvious, I'm swimming at the tippy-toes end of my knowledge pool here.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "padding form content"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/padding-form-content#post-30584</link>
			<pubDate>Wed, 20 Jul 2011 18:25:28 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">30584@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I can't see your page to provide you with specific suggestions because you didn't link to it. If you want to add padding to the form content then you would add padding to whatever form element you want to target using custom CSS you would add to your themes stylesheet.&#60;/p&#62;
&#60;p&#62;If you want to add padding to the form container itself then you'd add padding to the form wrapper.  &#60;/p&#62;
&#60;p&#62;Here is a document that provides examples of how to target and style form elements using CSS, including the form wrapper:&#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;Your custom CSS would go in your themes stylesheet.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>woagc on "padding form content"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/padding-form-content#post-30581</link>
			<pubDate>Wed, 20 Jul 2011 18:22:31 +0000</pubDate>
			<dc:creator>woagc</dc:creator>
			<guid isPermaLink="false">30581@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have succeeded in applying a background color on all forms on my site. The form content, however, is snug up against the left margin. How can I add some padding to the content so it's not flush with the edge of the background color?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
