<?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 with default TwentyTen theme</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-spacing-issue-with-default-twentyten-theme</link>
		<description>Gravity Support Forums Topic: Form Spacing issue with default TwentyTen theme</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 02:02:20 +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-with-default-twentyten-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Form Spacing issue with default TwentyTen theme"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-spacing-issue-with-default-twentyten-theme#post-30390</link>
			<pubDate>Tue, 19 Jul 2011 09:51:22 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">30390@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;My pleasure. Nice looking &#34;likert-style&#34; fields in that form there too ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Coach on "Form Spacing issue with default TwentyTen theme"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-spacing-issue-with-default-twentyten-theme#post-30389</link>
			<pubDate>Tue, 19 Jul 2011 09:45:26 +0000</pubDate>
			<dc:creator>Coach</dc:creator>
			<guid isPermaLink="false">30389@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That worked perfectly - thanks very much Kevin!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Form Spacing issue with default TwentyTen theme"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-spacing-issue-with-default-twentyten-theme#post-30387</link>
			<pubDate>Tue, 19 Jul 2011 09:38:03 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">30387@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I haven't seen this in twenty-ten before and we've had tons of people using it for some time. Strange indeed.&#60;/p&#62;
&#60;p&#62;There is a blanket 24px bottom margin being applied to all inputs inside the &#34;entry-content&#34; div and that's causing your problem.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.entry-content input {
	margin: 0 0 24px 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You should be able to override that easily enough by adding this to the end of your theme stylesheet	&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .entry-content .gform_wrapper input {
	margin-bottom:0!important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Coach on "Form Spacing issue with default TwentyTen theme"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-spacing-issue-with-default-twentyten-theme#post-30385</link>
			<pubDate>Tue, 19 Jul 2011 09:23:58 +0000</pubDate>
			<dc:creator>Coach</dc:creator>
			<guid isPermaLink="false">30385@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am using the default WordPress TwentyTen theme and something is faulty with the spacing in my forms - there appears to be extra line breaks in the form and I'm not sure how to get rid of them.&#60;/p&#62;
&#60;p&#62;I've loaded a form on &#60;a href=&#34;http://lifecoach-pro.com/pre-coaching-session-form/&#34; rel=&#34;nofollow&#34;&#62;http://lifecoach-pro.com/pre-coaching-session-form/&#60;/a&#62;  - it's not serious except for the GF Name and Time fields (and the first multichoice field). Am sure it's a relatively simple theme CSS fix but I have no idea what to change! Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
