<?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: creating space between fields</title>
		<link>https://legacy.forums.gravityhelp.com/topic/creating-space-between-fields</link>
		<description>Gravity Support Forums Topic: creating space between fields</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 11:31:00 +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/creating-space-between-fields" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "creating space between fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-space-between-fields#post-73312</link>
			<pubDate>Thu, 30 Aug 2012 14:22:25 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">73312@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;RIght on, glad to help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>servent1 on "creating space between fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-space-between-fields#post-73308</link>
			<pubDate>Thu, 30 Aug 2012 13:49:28 +0000</pubDate>
			<dc:creator>servent1</dc:creator>
			<guid isPermaLink="false">73308@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Rob that was easy to do!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "creating space between fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-space-between-fields#post-73284</link>
			<pubDate>Thu, 30 Aug 2012 11:29:43 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">73284@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This CSS snippet will only affect the form in question:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#content .page #gform_wrapper_3 ul li {
margin-bottom: 10px;
}
#gform_wrapper_3 .gfield_label {
font-weight: normal;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just place it into your theme's stylesheet. Feel free to adjust the px value.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>servent1 on "creating space between fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-space-between-fields#post-73281</link>
			<pubDate>Thu, 30 Aug 2012 11:22:17 +0000</pubDate>
			<dc:creator>servent1</dc:creator>
			<guid isPermaLink="false">73281@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Rob,&#60;br /&#62;
Will your change modify just that particular GF form or all GF forms?  I'd like&#60;br /&#62;
to modify just that particular one.  Here is my link &#60;a href=&#34;http://www.leaseoptiondango.com/available-properties/&#34; rel=&#34;nofollow&#34;&#62;http://www.leaseoptiondango.com/available-properties/&#60;/a&#62;&#60;br /&#62;
If you can tell me what you did, I can hopefully learn a thing or two. :)&#60;/p&#62;
&#60;p&#62;Tx.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "creating space between fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-space-between-fields#post-73247</link>
			<pubDate>Thu, 30 Aug 2012 07:52:02 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">73247@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No, you don't have to copy all of the forms.css into your theme. All you need to do is place the CSS you want into your theme's stylesheet. I can help you out here. Do you have a link to your form?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>servent1 on "creating space between fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-space-between-fields#post-73217</link>
			<pubDate>Thu, 30 Aug 2012 03:59:16 +0000</pubDate>
			<dc:creator>servent1</dc:creator>
			<guid isPermaLink="false">73217@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I want to change the default form look to this&#60;br /&#62;
&#60;a href=&#34;http://leaseoptiondango.com/tmp/gravity-form-inspect.png&#34; rel=&#34;nofollow&#34;&#62;http://leaseoptiondango.com/tmp/gravity-form-inspect.png&#60;/a&#62;&#60;br /&#62;
with the lighter font and more space between fields just&#60;br /&#62;
like in the image.&#60;br /&#62;
Since I don't know much about CSS but was playing&#60;br /&#62;
with the Inspect element in Chrome and tweeked&#60;br /&#62;
a few numbers to get it to look the way I wanted.&#60;/p&#62;
&#60;p&#62;Now for the change to be permanent I have&#60;br /&#62;
to change the forms.css file line 268 just as&#60;br /&#62;
I have it, but I notice at the top of the file this:&#60;/p&#62;
&#60;p&#62;NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR&#60;br /&#62;
THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES&#60;br /&#62;
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.&#60;/p&#62;
&#60;p&#62;If you need to make extensive customizations,&#60;br /&#62;
copy the contents of this file to your theme&#60;br /&#62;
style sheet for editing. Then, go to the form&#60;br /&#62;
settings page &#38;amp; set the 'output CSS' option&#60;br /&#62;
to no.&#60;br /&#62;
Could you elaborate on the last paragraph above?&#60;br /&#62;
Do I copy the whole forms.css and append it&#60;br /&#62;
to style.css?  Perhaps I'm over my head in&#60;br /&#62;
playing with the code?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
