<?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 spacing issue - Genesis Theme (Sleek)</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-spacing-issue-genesis-theme-sleek</link>
		<description>Gravity Support Forums Topic: Form spacing issue - Genesis Theme (Sleek)</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 02:02: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-spacing-issue-genesis-theme-sleek" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Form spacing issue - Genesis Theme (Sleek)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-spacing-issue-genesis-theme-sleek#post-30486</link>
			<pubDate>Wed, 20 Jul 2011 03:29:29 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">30486@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Great. That's what I like to hear.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Coach on "Form spacing issue - Genesis Theme (Sleek)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-spacing-issue-genesis-theme-sleek#post-30485</link>
			<pubDate>Wed, 20 Jul 2011 02:54:47 +0000</pubDate>
			<dc:creator>Coach</dc:creator>
			<guid isPermaLink="false">30485@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks again Kevin - all working now :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Form spacing issue - Genesis Theme (Sleek)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-spacing-issue-genesis-theme-sleek#post-30462</link>
			<pubDate>Tue, 19 Jul 2011 17:15:23 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">30462@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yep, you have a path to a tick.png file defined in your CSS that's not resolving. It can't load the tick image for the background if it can't find it. Just make sure your image is uploaded to your server and the path to the image is correct and you should be good to go.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Coach on "Form spacing issue - Genesis Theme (Sleek)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-spacing-issue-genesis-theme-sleek#post-30426</link>
			<pubDate>Tue, 19 Jul 2011 15:02:43 +0000</pubDate>
			<dc:creator>Coach</dc:creator>
			<guid isPermaLink="false">30426@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks much Kevin! The spacing seems to have resolved with the CSS addition but for some reason the likert boxes are blank once one of the multichoice items is selected - any ideas what could be wrong?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Form spacing issue - Genesis Theme (Sleek)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-spacing-issue-genesis-theme-sleek#post-30407</link>
			<pubDate>Tue, 19 Jul 2011 12:02:48 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">30407@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're correct about the source of the problem. Try adding this to the end of your theme stylesheet to override that rule for your forms.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#content .post .gform_wrapper ul li,
#content .page .gform_wrapper ul li,
#home .gform_wrapper ul li {
    margin: 0 0 14px 0!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/o4pHWP&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/o4pHWP&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Coach on "Form spacing issue - Genesis Theme (Sleek)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-spacing-issue-genesis-theme-sleek#post-30406</link>
			<pubDate>Tue, 19 Jul 2011 11:40:34 +0000</pubDate>
			<dc:creator>Coach</dc:creator>
			<guid isPermaLink="false">30406@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry to open another thread about spacing but seem to have another problem on one of my other sites. The sample form is on &#60;a href=&#34;http://www.fusionfields.com/test-page/&#34; rel=&#34;nofollow&#34;&#62;http://www.fusionfields.com/test-page/&#60;/a&#62; (using the genesis-based sleek theme)&#60;/p&#62;
&#60;p&#62;In this case there are no line spaces between the fields and the likert classes seem not to be very happy either!&#60;/p&#62;
&#60;p&#62;I think the CSS problem is in this section:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#content .post ul li, #content .page ul li, #home ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;but I'm not sure what I need to add/ change to make it work without messing up other parts of my site later.. thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
