<?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 Not Working - IE, Firefox</title>
		<link>https://legacy.forums.gravityhelp.com/topic/padding-not-working-ie-firefox</link>
		<description>Gravity Support Forums Topic: Padding Not Working - IE, Firefox</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:21:14 +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-not-working-ie-firefox" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Padding Not Working - IE, Firefox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/padding-not-working-ie-firefox#post-157998</link>
			<pubDate>Fri, 01 Mar 2013 16:21:05 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">157998@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your welcome, small CSS errors normally aren't an issue but as you just experienced each browser takes a different approach to handling them, and it usually is ie that takes the harder line.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>timedriven on "Padding Not Working - IE, Firefox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/padding-not-working-ie-firefox#post-157983</link>
			<pubDate>Fri, 01 Mar 2013 15:54:21 +0000</pubDate>
			<dc:creator>timedriven</dc:creator>
			<guid isPermaLink="false">157983@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK I removed that stray code on line 3 and it fixed the problem. Thank you very much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Padding Not Working - IE, Firefox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/padding-not-working-ie-firefox#post-157935</link>
			<pubDate>Fri, 01 Mar 2013 15:18:49 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">157935@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You need to check your style sheet as the w3c CSS validator is reporting 55 errors. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.agilebts.com%2Fwp-content%2Fthemes%2Fnevada%2Fstyle.css&#38;amp;profile=css3&#38;amp;usermedium=all&#38;amp;warning=1&#38;amp;vextwarning=&#38;amp;lang=en&#34; rel=&#34;nofollow&#34;&#62;http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.agilebts.com%2Fwp-content%2Fthemes%2Fnevada%2Fstyle.css&#38;amp;profile=css3&#38;amp;usermedium=all&#38;amp;warning=1&#38;amp;vextwarning=&#38;amp;lang=en&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;However in this particular case I think the problem lies with stray code on line 3 of the css shown below, try deleting that line and then test it again in firefox and ie&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;body .gform_wrapper form {
     background: url(&#38;#39;http://www.agilebts.com/wp-content/uploads/2013/01/Green-Form.png&#38;#39;);
&#38;#39;);
    padding: 10px !important;
      border:0px solid #cccccc;
border-radius: 10px;

        box-shadow:  3px 3px 5px 1px rgba(100, 100, 100, .7);

}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Padding Not Working - IE, Firefox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/padding-not-working-ie-firefox#post-157924</link>
			<pubDate>Fri, 01 Mar 2013 14:51:41 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">157924@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'll have to point out this to our CSS expert, I'm not sure why it isn't showing correctly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>timedriven on "Padding Not Working - IE, Firefox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/padding-not-working-ie-firefox#post-157911</link>
			<pubDate>Fri, 01 Mar 2013 14:28:43 +0000</pubDate>
			<dc:creator>timedriven</dc:creator>
			<guid isPermaLink="false">157911@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for your reply! I tried adding that here but I didn't see a change:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body .gform_wrapper form {
     background: url(&#38;#39;http://www.agilebts.com/wp-content/uploads/2013/01/Green-Form.png&#38;#39;);
&#38;#39;);
    padding: 10px !important;
      border:0px solid #cccccc;
border-radius: 10px;

        box-shadow:  3px 3px 5px 1px rgba(100, 100, 100, .7);

}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Padding Not Working - IE, Firefox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/padding-not-working-ie-firefox#post-157909</link>
			<pubDate>Fri, 01 Mar 2013 14:25:36 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">157909@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try putting the !important declaration on it as well and see if that works any better.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>timedriven on "Padding Not Working - IE, Firefox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/padding-not-working-ie-firefox#post-157898</link>
			<pubDate>Fri, 01 Mar 2013 14:02:42 +0000</pubDate>
			<dc:creator>timedriven</dc:creator>
			<guid isPermaLink="false">157898@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;See my form here: &#60;a href=&#34;http://www.agilebts.com/zoho-crm-test/&#34; rel=&#34;nofollow&#34;&#62;http://www.agilebts.com/zoho-crm-test/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The 10px padding I have in from the background image is not working in IE and Firefox. It does work however in Chrome and Safari. Here is my code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body .gform_wrapper form .gform_body ul,
body .gform_wrapper form .gform_body ul li {

	list-style-type: none !important;
	list-style-image: none !important;
	list-style: none !important;
	background-image: none !important;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important
}

body .gform_wrapper form {
     background: url(&#38;#39;http://www.agilebts.com/wp-content/uploads/2013/01/Green-Form.png&#38;#39;);
&#38;#39;);
    padding: 10px;
      border:0px solid #cccccc;
border-radius: 10px;

        box-shadow:  3px 3px 5px 1px rgba(100, 100, 100, .7);

}

/* make the form container relative for positioning */

body .gform_wrapper {
    position: relative;
}

/* resize and position the form footer with the button */

body .gform_wrapper .gform_footer {
    width: auto;
    position: relative;
    top: 15px;
    left: 0px;
    padding: 0;
    margin: 0;
}

.gform_wrapper .gform_body .gform_fields .gfield label {color: #FFFFFF}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Paul
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
