<?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: Help with CSS styling</title>
		<link>https://legacy.forums.gravityhelp.com/topic/help-with-css-styling</link>
		<description>Gravity Support Forums Topic: Help with CSS styling</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:51: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/help-with-css-styling" rel="self" type="application/rss+xml" />

		<item>
			<title>Yael on "Help with CSS styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-css-styling#post-22606</link>
			<pubDate>Wed, 06 Apr 2011 03:53:45 +0000</pubDate>
			<dc:creator>Yael</dc:creator>
			<guid isPermaLink="false">22606@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks, Kevin, adding the snippet to the style sheet did the trick.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Help with CSS styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-css-styling#post-22557</link>
			<pubDate>Tue, 05 Apr 2011 14:33:12 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">22557@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There is another similar rule in this stylesheet.. dynamik-min.css on line 2.&#60;/p&#62;
&#60;p&#62;Have you tried adding the last snippet I gave you to your stylesheet? I believe that should fix it for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Yael on "Help with CSS styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-css-styling#post-22540</link>
			<pubDate>Tue, 05 Apr 2011 12:58:01 +0000</pubDate>
			<dc:creator>Yael</dc:creator>
			<guid isPermaLink="false">22540@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;HI Kevin,&#60;/p&#62;
&#60;p&#62;I commented out the rule located on line 925 &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
/*#content .post ul li, #content .page ul li, #content .post ol li, #content .page ol li, .catalyst-widget-area ul li, .catalyst-widget-area ol li {
	margin: 0 0 0 20px;
	padding: 0;
}*/&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and yet there is no change to form layout. &#60;/p&#62;
&#60;p&#62;What did I miss ?&#60;/p&#62;
&#60;p&#62;Yael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Help with CSS styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-css-styling#post-22535</link>
			<pubDate>Tue, 05 Apr 2011 12:17:03 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">22535@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, you could comment the margin portion out, but it may affect the list spacing in your other content. &#60;/p&#62;
&#60;p&#62;Try adding this to the end of your style.css file. It should override the margin settings it's inheriting and reset them to the default form styles.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#content .post .gform_wrapper ul li,
#content .page .gform_wrapper ul li,
.catalyst-widget-area .gform_wrapper ul li  {
	margin: 0 0 14px 0
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Yael on "Help with CSS styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-css-styling#post-22534</link>
			<pubDate>Tue, 05 Apr 2011 12:06:51 +0000</pubDate>
			<dc:creator>Yael</dc:creator>
			<guid isPermaLink="false">22534@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Kevin,&#60;/p&#62;
&#60;p&#62;Thank you so much for the quick reply.  I really appreciate it.&#60;/p&#62;
&#60;p&#62;How would I disable that rule -- by commenting it out?  I do see your point :) thanks for the screen shot!&#60;/p&#62;
&#60;p&#62;Yael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Help with CSS styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-css-styling#post-22520</link>
			<pubDate>Tue, 05 Apr 2011 11:34:06 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">22520@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The spacing problems are coming from your theme styles. If you look on line 925 of your style.css file, you'll see that it is setting the top and bottom margins to 0. If you disable that rule, you'll notice the form spacing in general is improved (not just the section breaks)&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://grab.by/9Ovi&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/9Ovi&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;To target just an individual field, in this case the &#34;contact information&#34; section container, you would view your page source, find the ID on that field container and target it for manipulation. In your form, the list container id is &#34;field_3_17&#34;.&#60;/p&#62;
&#60;p&#62;You would add this to the end of your theme stylesheet.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_body .gform_fields #field_3_17.gsection {margin:30px 0;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This was taken directly from the CSS targeting samples documentation you referenced.. look for &#34;section break container&#34;.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can refer back to that for more examples of how to apply styles to specific fields or globally should you need.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Yael on "Help with CSS styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-css-styling#post-22507</link>
			<pubDate>Tue, 05 Apr 2011 11:00:16 +0000</pubDate>
			<dc:creator>Yael</dc:creator>
			<guid isPermaLink="false">22507@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;HI there,&#60;/p&#62;
&#60;p&#62;I did read through the documentation but I'm not getting how to edit the styles on the form.&#60;/p&#62;
&#60;p&#62;I did find the CSS Targeting Samples but still not understanding. I want to add some space between containers.  IF you take a look at the form on this page, you will see that the Section breaks are too close to each other.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://womenshightech.info/scholarship-application/&#34; rel=&#34;nofollow&#34;&#62;http://womenshightech.info/scholarship-application/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;How would I add some space between Application Session and Contact Information and other section breaks on page?&#60;/p&#62;
&#60;p&#62;Thanks, Yael
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
