<?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 Edge Cut Off</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-edge-cut-off</link>
		<description>Gravity Support Forums Topic: Form Edge Cut Off</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:07:53 +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-edge-cut-off" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Form Edge Cut Off"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-edge-cut-off#post-35198</link>
			<pubDate>Tue, 13 Sep 2011 16:26:36 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">35198@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That's because your wrapper isn't inside an &#34;entry&#34; class div wrapper that I can see, and also be cause the text-indent property isn't the source of your problem. That solution was unique to the previous poster's issue.&#60;/p&#62;
&#60;p&#62;Your problem is a negative left margin value being applied to the list items that contain the form fields. Along with that, there's extra padding that's causing an issue lastly, those list items are inheriting background images - all of this originating from your theme styles.&#60;/p&#62;
&#60;p&#62;Try removing the previous rule you added to your theme stylesheet - it's not needed and replace it with this.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .art-post .gform_wrapper li {
	margin-left: 0 !important;
	padding-left: 0 !important

}

body .art-post .gform_wrapper ul &#38;gt; li {
	background-image: none !important;
	background: none !important

}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/nOQ61p&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/nOQ61p&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Hope that helps.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tranzbi on "Form Edge Cut Off"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-edge-cut-off#post-35193</link>
			<pubDate>Tue, 13 Sep 2011 16:07:39 +0000</pubDate>
			<dc:creator>tranzbi</dc:creator>
			<guid isPermaLink="false">35193@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am having the problem. However, when I add the &#34;.entry .gform_wrapper li {text-indent:0}&#34; in my css file. It still doesn't work. Here is the link: &#60;a href=&#34;http://applenutritioncenter.com/&#34; rel=&#34;nofollow&#34;&#62;http://applenutritioncenter.com/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Form Edge Cut Off"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-edge-cut-off#post-6244</link>
			<pubDate>Fri, 11 Jun 2010 09:51:58 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">6244@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's a style in you theme that's causing the issue. Line 816 of your style.css file declares a negative text indent for all list items.&#60;/p&#62;
&#60;p&#62;You can override this for your forms by using this.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.entry .gform_wrapper li {text-indent:0}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can see my &#60;a href=&#34;http://grab.by/grabs/6dd31964eec0e8e101c17eec7eb0569e.png&#34; rel=&#34;nofollow&#34;&#62;test screenshot&#60;/a&#62; with the rule applied.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chriswanamaker on "Form Edge Cut Off"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-edge-cut-off#post-6242</link>
			<pubDate>Fri, 11 Jun 2010 09:15:45 +0000</pubDate>
			<dc:creator>chriswanamaker</dc:creator>
			<guid isPermaLink="false">6242@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;After updating to the latest release, the left edge of my forms are cut off and I cannot seem to find where in the CSS file to adjust this. You can view exactly what it's doing here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.wanamakersports.com/our-services/action-photography/&#34; rel=&#34;nofollow&#34;&#62;http://www.wanamakersports.com/our-services/action-photography/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
