<?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: Overriding CSS</title>
		<link>https://legacy.forums.gravityhelp.com/topic/overriding-css</link>
		<description>Gravity Support Forums Topic: Overriding CSS</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 05:08:22 +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/overriding-css" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Overriding CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/overriding-css#post-34244</link>
			<pubDate>Fri, 02 Sep 2011 12:43:38 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">34244@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you can figure out where to add the styles okay, this should be an easy fix. We'll be happy to help all we can.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chantalkb on "Overriding CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/overriding-css#post-34243</link>
			<pubDate>Fri, 02 Sep 2011 12:39:34 +0000</pubDate>
			<dc:creator>chantalkb</dc:creator>
			<guid isPermaLink="false">34243@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for your help. I know it has something to do with the theme and will put my effort in it to make it work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Overriding CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/overriding-css#post-34242</link>
			<pubDate>Fri, 02 Sep 2011 12:28:27 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">34242@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This doesn't have anything to do with editing the gravity forms CSS. Your theme developer blew you off apparently.&#60;/p&#62;
&#60;p&#62;The fact is that your style.css file that you've been trying to edit isn't being called on your page. That's a problem with your theme, not the plugin. I DO see that the Gravity Forms styles have been added to some stylesheet, but that the default forms.css file isn't being loaded. Either the &#34;output CSS&#34; option is turned off in your form settings, or you theme doesn't include the wp_head() function needed to load the styles into the page. If the option is turned on, then it's a problem with your theme.&#60;/p&#62;
&#60;p&#62;Also, we recommend that you don't make any changes to the default form styles because those are automatically overwritten when you do an update on the plugin. You'd end up losing your changes. That's why we recommend putting any custom styles in your theme stylesheet so you don't lose all your hard work.&#60;/p&#62;
&#60;p&#62;Basically, you need to find out how to add the custom styles to the one stylesheet that IS being loaded properly.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://roseonahouse.com/wp-content/w3tc/min/4abeaa3c.349fba.css&#34; rel=&#34;nofollow&#34;&#62;http://roseonahouse.com/wp-content/w3tc/min/4abeaa3c.349fba.css&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm not familiar with your theme so I can't tell you how to actually do that.. it looks like it's being generated dynamically from somewhere. Maybe your theme developer can at least tell you how to edit that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chantalkb on "Overriding CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/overriding-css#post-34234</link>
			<pubDate>Fri, 02 Sep 2011 11:35:54 +0000</pubDate>
			<dc:creator>chantalkb</dc:creator>
			<guid isPermaLink="false">34234@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Good morning,&#60;/p&#62;
&#60;p&#62;I consulted the theme developer and he basically told me that he wasn't sure and told me to edit gravity form css... Isn't there a way that I can call the css on the page? &#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Overriding CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/overriding-css#post-34191</link>
			<pubDate>Thu, 01 Sep 2011 22:28:15 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">34191@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No worries. We'll make it behave. Let's try more specific CSS. Copy this exactly as it is and replace the other block. You shouldn't need to redefine those other bits.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_1.gform_wrapper {
    margin: 0 10px!important
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Give that a shot and let me know how it goes.&#60;/p&#62;
&#60;p&#62;EDIT: You know, I decided to look again at your markup and realized the style.css file isn't being called on the page. It won't matter what you put in that file if it's not being referenced in the page markup. You may need to consult with your theme developer and find out where they recommend putting custom styles because it looks like the style.css file isn't gonna do it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chantalkb on "Overriding CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/overriding-css#post-34188</link>
			<pubDate>Thu, 01 Sep 2011 21:22:54 +0000</pubDate>
			<dc:creator>chantalkb</dc:creator>
			<guid isPermaLink="false">34188@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I see what you are saying is right and I tried to apply the code in style.css in the delicate theme.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://i.imgur.com/Jpqhd.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/Jpqhd.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have no idea what I do wrong...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Overriding CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/overriding-css#post-34186</link>
			<pubDate>Thu, 01 Sep 2011 20:56:46 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">34186@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The only rule I see being applied is wrong for what you're trying to do ( top &#38;amp; bottom margins and no side margins ) . I don't see one at the end of the stylesheet.. are you sure you've added it to the right stylesheet?&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/p3a0Tu&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/p3a0Tu&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can see that if the proper rule exists and the browser renders it, it works.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/o6rACW&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/o6rACW&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chantalkb on "Overriding CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/overriding-css#post-34184</link>
			<pubDate>Thu, 01 Sep 2011 20:14:47 +0000</pubDate>
			<dc:creator>chantalkb</dc:creator>
			<guid isPermaLink="false">34184@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I added the line at the end of my stylesheet, but the form is not moving to the right. Any idea why?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Overriding CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/overriding-css#post-34179</link>
			<pubDate>Thu, 01 Sep 2011 17:53:18 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">34179@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try adding this to the end of your theme stylesheet. Your theme is overriding the default form margins. This will reset it.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper {
    margin: 0 10px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/nnfyDw&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/nnfyDw&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chantalkb on "Overriding CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/overriding-css#post-34177</link>
			<pubDate>Thu, 01 Sep 2011 17:15:48 +0000</pubDate>
			<dc:creator>chantalkb</dc:creator>
			<guid isPermaLink="false">34177@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I need a quick fix to move my contact form about 10px to the right, so that it is inline with the rest of my page. I tried to override it by adding a css class, but without luck. I also tried to turn of the output CSS and copying and pasting the content from forms.css into my style.css, but that screwed up my layout. Can you tell me the best way to do this? My page url is &#60;a href=&#34;http://roseonahouse.com/thank-you-for-your-payment&#34; rel=&#34;nofollow&#34;&#62;http://roseonahouse.com/thank-you-for-your-payment&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
