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

		<item>
			<title>artifaktCom on "Form fields not visible"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-fields-not-visible#post-33070</link>
			<pubDate>Fri, 19 Aug 2011 18:47:54 +0000</pubDate>
			<dc:creator>artifaktCom</dc:creator>
			<guid isPermaLink="false">33070@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok. Ill play around with that.&#60;br /&#62;
Thanks so much for the help Kevin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Form fields not visible"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-fields-not-visible#post-33067</link>
			<pubDate>Fri, 19 Aug 2011 17:38:29 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">33067@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yep, that's the way it goes. Different browsers render CSS different ways. Herein lies the fun.&#60;/p&#62;
&#60;p&#62;Since the border rule includes several other elements besides the inputs, you would have to break that out into a couple of new rules to keep it straight. You can try adding this to the end of your theme stylesheet to redefine the borders for the input types. Once it's there, you can tweak it to suit your preference.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=url],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper select,
.gform_wrapper textarea {
	border:1px solid #ccc!important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>artifaktCom on "Form fields not visible"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-fields-not-visible#post-33064</link>
			<pubDate>Fri, 19 Aug 2011 16:30:42 +0000</pubDate>
			<dc:creator>artifaktCom</dc:creator>
			<guid isPermaLink="false">33064@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Dont know much about CSS.&#60;/p&#62;
&#60;p&#62;When I have border: medium none; the input border shows in IE, but not in Safari&#60;br /&#62;
When I remove it, the input shows fine in Safari, but some other elements display borders in IE.&#60;br /&#62;
 Any chance you could tell me how to redfine the input borders elsewhere on my stylesheet to avoid this? I need pretty clear instructions :( please
&#60;/p&#62;</description>
		</item>
		<item>
			<title>artifaktCom on "Form fields not visible"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-fields-not-visible#post-33063</link>
			<pubDate>Fri, 19 Aug 2011 16:24:55 +0000</pubDate>
			<dc:creator>artifaktCom</dc:creator>
			<guid isPermaLink="false">33063@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Form fields not visible"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-fields-not-visible#post-33062</link>
			<pubDate>Fri, 19 Aug 2011 16:11:34 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">33062@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your form is inheriting left padding from your theme styles that are causing the issue. Try adding this to the end of your theme stylesheet.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#content .gform_wrapper ul {
    padding: 0!important
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Form fields not visible"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-fields-not-visible#post-33060</link>
			<pubDate>Fri, 19 Aug 2011 16:03:33 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">33060@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The submit button doesn't appear black to me so i'm assuming you've figured it out.  The submit button is styled using CSS so i'm assuming you adjusted the styles for the button.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>artifaktCom on "Form fields not visible"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-fields-not-visible#post-33055</link>
			<pubDate>Fri, 19 Aug 2011 15:59:18 +0000</pubDate>
			<dc:creator>artifaktCom</dc:creator>
			<guid isPermaLink="false">33055@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Actually, I suppose what I want ot do is move the form to the left instead of moving the button to the right.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>artifaktCom on "Form fields not visible"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-fields-not-visible#post-33050</link>
			<pubDate>Fri, 19 Aug 2011 15:53:51 +0000</pubDate>
			<dc:creator>artifaktCom</dc:creator>
			<guid isPermaLink="false">33050@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Perfect.&#60;br /&#62;
Ok. Last question Kevin. I promise!&#60;br /&#62;
How do I align the Submit button with the rest of the fields on the form? Right now, it's pushed to the left.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Form fields not visible"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-fields-not-visible#post-33046</link>
			<pubDate>Fri, 19 Aug 2011 15:44:43 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">33046@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yep, it's inheriting the background color from line 1294 of your stylesheet.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.black input[type=&#38;quot;submit&#38;quot;] {
    background: none repeat scroll 0 0 #252525;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>artifaktCom on "Form fields not visible"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-fields-not-visible#post-33042</link>
			<pubDate>Fri, 19 Aug 2011 15:31:18 +0000</pubDate>
			<dc:creator>artifaktCom</dc:creator>
			<guid isPermaLink="false">33042@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That worked great. Thanks Kevin.&#60;br /&#62;
Any idea whats up with the submit button? It seems to be all black...
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
