<?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: Theme Conflict. What to do?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/theme-conflict-what-to-do</link>
		<description>Gravity Support Forums Topic: Theme Conflict. What to do?</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 19:06: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/theme-conflict-what-to-do" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Theme Conflict. What to do?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/theme-conflict-what-to-do#post-30068</link>
			<pubDate>Thu, 14 Jul 2011 22:54:33 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">30068@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Great Justin. We're happy we could help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Justin Alvarez on "Theme Conflict. What to do?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/theme-conflict-what-to-do#post-30065</link>
			<pubDate>Thu, 14 Jul 2011 21:29:21 +0000</pubDate>
			<dc:creator>Justin Alvarez</dc:creator>
			<guid isPermaLink="false">30065@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Talked to the developer. He's working on the update now. Thanks for all the help guys.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Theme Conflict. What to do?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/theme-conflict-what-to-do#post-30045</link>
			<pubDate>Thu, 14 Jul 2011 17:28:46 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">30045@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yep, you've turned off the background image that was being applied to the submit element (see site.css line 1836)&#60;/p&#62;
&#60;p&#62;You'll need to remove that rule, the set the border on the element to none. After that, you'll need to tweak the properties to define a height so the background image is positioned properly.&#60;/p&#62;
&#60;p&#62;Looking at your background image, it appears that it's intended to be used as a &#34;&#60;a href=&#34;http://css-tricks.com/158-css-sprites/&#34; rel=&#34;nofollow&#34;&#62;CSS sprite&#60;/a&#62;&#34; with multiple states (active, focus, etc). That's not going to work quite the same with how the form is structured here. You can talk with your theme provider about alternate ways to style this, but the easiest thing is going to be for you to simply create a new button image and apply it in the form settings.&#60;/p&#62;
&#60;p&#62;If you really need to use the original sprite &#34;&#60;a href=&#34;http://www.jankoatwarpspeed.com/post/2008/04/30/make-fancy-buttons-using-css-sliding-doors-technique.aspx&#34; rel=&#34;nofollow&#34;&#62;sliding doors&#60;/a&#62;&#34; technique, then you can use this filter to change the form markup to accommodate that.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_submit_button&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_submit_button&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Justin Alvarez on "Theme Conflict. What to do?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/theme-conflict-what-to-do#post-30037</link>
			<pubDate>Thu, 14 Jul 2011 17:16:13 +0000</pubDate>
			<dc:creator>Justin Alvarez</dc:creator>
			<guid isPermaLink="false">30037@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok getting close. &#60;/p&#62;
&#60;p&#62;Got everything aligned but the button looks like a rectangle. Any ideas how to fix that?&#60;br /&#62;
Link:&#60;br /&#62;
&#60;a href=&#34;http://www.carolina-clean.com/bid&#34; rel=&#34;nofollow&#34;&#62;http://www.carolina-clean.com/bid&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Theme Conflict. What to do?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/theme-conflict-what-to-do#post-29982</link>
			<pubDate>Thu, 14 Jul 2011 11:10:44 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">29982@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Like Chris mentioned, the problem is with blanket CSS rules being applied to all inputs and labels by your theme. If you look at the theme stylesheet, site.css (line 436) floats all inputs to the left and again in the site.css file (line 463) the rule is floating the labels and constraining the label width to 140px wide.&#60;/p&#62;
&#60;p&#62;If you disable these properties, you'll see that the form formatting is corrected.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/ozENQG&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/ozENQG&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The easiest way to remedy your issue (and probably future form formatting issues) is to remove those properties from your stylesheet. If you don't want to do that, you'll need to use better inheritance and target the forms with some new CSS rules to override the theme styles.&#60;/p&#62;
&#60;p&#62;You can find information and examples on how to properly do that in the documentation 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;If you're not sure where to put your CSS, you'll probably need to contact your theme provider for guidance. You should be able to append any new CSS rules to the end of the site.css file. Beyond that, you shouldn't need to re-upload the entire theme to your WordPress installation. Dreamweaver should let you make a normal FTP connection and then edit/upload individual files directly. If you're not sure how to do that, you'll probably do well searching google for a quick tutorial.&#60;/p&#62;
&#60;p&#62;If you get stuck, you may consider contracting a developer to help you out. Here's a good place to start looking for someone if you need.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wpcandy.com/pros/experienced/with-gravity-forms&#34; rel=&#34;nofollow&#34;&#62;http://wpcandy.com/pros/experienced/with-gravity-forms&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Justin Alvarez on "Theme Conflict. What to do?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/theme-conflict-what-to-do#post-29979</link>
			<pubDate>Thu, 14 Jul 2011 10:55:05 +0000</pubDate>
			<dc:creator>Justin Alvarez</dc:creator>
			<guid isPermaLink="false">29979@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok just sent it over.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Theme Conflict. What to do?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/theme-conflict-what-to-do#post-29977</link>
			<pubDate>Thu, 14 Jul 2011 10:45:54 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">29977@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you send an admin log in to your WordPress site using our &#60;a href=&#34;http://www.gravityhelp.com/contact-us/&#34; rel=&#34;nofollow&#34;&#62;Contact Form&#60;/a&#62; someone will be able to help you make those changes for you.  Thanks for hanging in there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Justin Alvarez on "Theme Conflict. What to do?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/theme-conflict-what-to-do#post-29972</link>
			<pubDate>Thu, 14 Jul 2011 09:42:31 +0000</pubDate>
			<dc:creator>Justin Alvarez</dc:creator>
			<guid isPermaLink="false">29972@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok I made the changes in the site.css using Dreamweaver. But when I go to upload the new theme zip I get &#34;do you want to do this&#34; please try again. What's going on?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Justin Alvarez on "Theme Conflict. What to do?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/theme-conflict-what-to-do#post-29970</link>
			<pubDate>Thu, 14 Jul 2011 08:46:42 +0000</pubDate>
			<dc:creator>Justin Alvarez</dc:creator>
			<guid isPermaLink="false">29970@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have no clue where to change these. I bought this theme from themeforest. Where do I make these changes?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Theme Conflict. What to do?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/theme-conflict-what-to-do#post-29958</link>
			<pubDate>Thu, 14 Jul 2011 01:02:43 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">29958@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Looks like the #contact-form styles starting on line 436 are not specific enough and apply to all form elements, not just the contact form elements as designed.&#60;/p&#62;
&#60;p&#62;I took lines 434 through 496 and made them apply specifically to the #contact-form elements.  You can copy and replace just those lines with these lines:&#60;br /&#62;
&#60;a href=&#34;http://pastie.org/pastes/2210808/text&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/pastes/2210808/text&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The part to replace runs from this line:&#60;br /&#62;
&#60;strong&#62;#contact-form { width:450px; }&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;to this line:&#60;br /&#62;
&#60;strong&#62;/* end-contact */&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;That takes care of most of the layout problems.&#60;/p&#62;
&#60;p&#62;The background image for the submit button is coming from a background image applied to all input buttons.  Try overriding it by adding this to the end of your site.css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=&#38;quot;submit&#38;quot;] {
background-image: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;See if that gets you headed in the right direction.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
