<?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: Left side of form not showing on page</title>
		<link>https://legacy.forums.gravityhelp.com/topic/left-side-of-form-not-showing-on-page</link>
		<description>Gravity Support Forums Topic: Left side of form not showing on page</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 12:01:11 +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/left-side-of-form-not-showing-on-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Left side of form not showing on page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/left-side-of-form-not-showing-on-page#post-30743</link>
			<pubDate>Fri, 22 Jul 2011 10:39:08 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">30743@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That issue is being caused by your theme styles. If you look at the style.css file (line 1173) you'll see that it sets a negative left margin on all list items in the &#34;art-post&#34; div. That's the source of your problem.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.art-post li {
    color: #141414;
    font-size: 13px;
    margin: 12px 0 12px -20px;
    padding: 0 0 0 11px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you disable the margin property, you'll see that the form formatting is corrected.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/qqEjtT&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/qqEjtT&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can try adding this to the end of your theme stylesheet to override that rule.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .art-post .gform_wrapper li.gfield {
    margin:0!important;
    padding:0!important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Waboom on "Left side of form not showing on page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/left-side-of-form-not-showing-on-page#post-30741</link>
			<pubDate>Fri, 22 Jul 2011 09:23:17 +0000</pubDate>
			<dc:creator>Waboom</dc:creator>
			<guid isPermaLink="false">30741@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is what my form looks like when I embed it on a page:&#60;br /&#62;
&#60;a href=&#34;http://waboom.com/?page_id=43&#34; rel=&#34;nofollow&#34;&#62;http://waboom.com/?page_id=43&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;What can I do to make the whole form visible?&#60;/p&#62;
&#60;p&#62;/Jens
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
