<?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 not displaying correctly</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-not-displaying-correctly</link>
		<description>Gravity Support Forums Topic: Form not displaying correctly</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:30:49 +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-not-displaying-correctly" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Form not displaying correctly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-displaying-correctly#post-228041</link>
			<pubDate>Sun, 28 Apr 2013 02:58:17 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">228041@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're welcome
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ricardoreyna on "Form not displaying correctly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-displaying-correctly#post-227635</link>
			<pubDate>Sat, 27 Apr 2013 21:22:26 +0000</pubDate>
			<dc:creator>ricardoreyna</dc:creator>
			<guid isPermaLink="false">227635@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you that worked perfectly .
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Form not displaying correctly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-displaying-correctly#post-225657</link>
			<pubDate>Fri, 26 Apr 2013 13:39:46 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">225657@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your themes style.css contains the following CSS which is screwing around with the positioning of the gravity form field labels&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;label {
    position: absolute;
    top: 7px !important;
    left: 15px !important;
    color: #aaa;
    font-weight: normal;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To counteract that you can add the following&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper label {
    position: static !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;you should end up with this &#60;a href=&#34;http://imgur.com/tstMqAF&#34; rel=&#34;nofollow&#34;&#62;http://imgur.com/tstMqAF&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ricardoreyna on "Form not displaying correctly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-displaying-correctly#post-225618</link>
			<pubDate>Fri, 26 Apr 2013 12:52:59 +0000</pubDate>
			<dc:creator>ricardoreyna</dc:creator>
			<guid isPermaLink="false">225618@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you all, the link in question is &#60;a href=&#34;http://clovisrayscholarship.org/apply/&#34; rel=&#34;nofollow&#34;&#62;http://clovisrayscholarship.org/apply/&#60;/a&#62; if that helps. &#60;/p&#62;
&#60;p&#62;Oops I will shut off the maintenance mode for wordpress now.  Should work now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Form not displaying correctly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-displaying-correctly#post-225494</link>
			<pubDate>Fri, 26 Apr 2013 11:27:13 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">225494@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you can share a link to a page containing the form in question we can take a look and may be able to offer more specific advice.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard&#60;br /&#62;
--&#60;br /&#62;
Just another member of the community helping out where I can
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Form not displaying correctly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-displaying-correctly#post-225461</link>
			<pubDate>Fri, 26 Apr 2013 10:52:45 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">225461@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sounds like you'll have to figure out what CSS your specific theme is applying to the form and edit or disable it. There isn't an easy walkthrough for this because it is specific to your theme.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ricardoreyna on "Form not displaying correctly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-displaying-correctly#post-225460</link>
			<pubDate>Fri, 26 Apr 2013 10:51:32 +0000</pubDate>
			<dc:creator>ricardoreyna</dc:creator>
			<guid isPermaLink="false">225460@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Good call David, and your right, the form does display correctly with the default theme.  Any workarounds for this.  Thank you for the quick reply.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Form not displaying correctly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-displaying-correctly#post-225455</link>
			<pubDate>Fri, 26 Apr 2013 10:48:41 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">225455@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you try with the default WordPress theme to see how it looks for you?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ricardoreyna on "Form not displaying correctly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-displaying-correctly#post-225449</link>
			<pubDate>Fri, 26 Apr 2013 10:43:49 +0000</pubDate>
			<dc:creator>ricardoreyna</dc:creator>
			<guid isPermaLink="false">225449@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;First time poster, sorry couldn't find my answer in other post.  &#60;/p&#62;
&#60;p&#62;Could it be my theme?  The preview is very different from what I actually see display to users.&#60;/p&#62;
&#60;p&#62;Users see this: &#60;a href=&#34;http://img822.imageshack.us/img822/8202/usersa.jpg&#34; rel=&#34;nofollow&#34;&#62;http://img822.imageshack.us/img822/8202/usersa.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;My preview shows me this: &#60;a href=&#34;http://img824.imageshack.us/img824/3929/previewszv.jpg&#34; rel=&#34;nofollow&#34;&#62;http://img824.imageshack.us/img824/3929/previewszv.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I tried using different settings, output css, output html, no conflict but received the same results.  I've also tried using different browsers.  Any help would be appreciated.&#60;/p&#62;
&#60;p&#62;PHP Version 5.3.21&#60;br /&#62;
MySQL Version 5.0.96&#60;br /&#62;
WordPress Version 3.5.1&#60;br /&#62;
Gravity Forms Version 1.7.2
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
