<?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: More space with a section break</title>
		<link>https://legacy.forums.gravityhelp.com/topic/more-space-with-a-section-break</link>
		<description>Gravity Support Forums Topic: More space with a section break</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:46:49 +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/more-space-with-a-section-break" rel="self" type="application/rss+xml" />

		<item>
			<title>cmonica on "More space with a section break"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/more-space-with-a-section-break#post-21863</link>
			<pubDate>Mon, 28 Mar 2011 17:52:21 +0000</pubDate>
			<dc:creator>cmonica</dc:creator>
			<guid isPermaLink="false">21863@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you that worked!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "More space with a section break"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/more-space-with-a-section-break#post-21662</link>
			<pubDate>Sat, 26 Mar 2011 23:32:31 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">21662@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The default forms.css isn't being loaded. Are you using the actual Forms widget that comes with Gravity Forms or another text widget of some sort?&#60;/p&#62;
&#60;p&#62;When using a Gravity Form in a sidebar widget or embedding it anywhere using the function call, you need to manually enqueue the scripts and CSS by placing a short script block in your theme's functions.php file.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(!is_admin()) {
    wp_enqueue_script(&#38;quot;gforms_ui_datepicker&#38;quot;, WP_PLUGIN_URL . &#38;quot;/gravityforms/js/jquery-ui/ui.datepicker.js&#38;quot;, array(&#38;quot;jquery&#38;quot;), &#38;quot;1.4&#38;quot;, true);
    wp_enqueue_script(&#38;quot;gforms_datepicker&#38;quot;, WP_PLUGIN_URL . &#38;quot;/gravityforms/js/datepicker.js&#38;quot;, array(&#38;quot;gforms_ui_datepicker&#38;quot;), &#38;quot;1.4&#38;quot;, true);
    wp_enqueue_script(&#38;quot;gforms_conditional_logic_lib&#38;quot;, WP_PLUGIN_URL . &#38;quot;/gravityforms/js/conditional_logic.js&#38;quot;, array(&#38;quot;gforms_ui_datepicker&#38;quot;), &#38;quot;1.4&#38;quot;, true);
    wp_enqueue_style(&#38;quot;gforms_css&#38;quot;, WP_PLUGIN_URL . &#38;quot;/gravityforms/css/forms.css&#38;quot;);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Without this, the conditional logic scripts, datepicker script, form CSS and other elements needed for the full form functionality aren't loaded.&#60;/p&#62;
&#60;p&#62;You can find more information at the URL below&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Embedding_A_Form&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Embedding_A_Form&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cmonica on "More space with a section break"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/more-space-with-a-section-break#post-21659</link>
			<pubDate>Sat, 26 Mar 2011 21:41:16 +0000</pubDate>
			<dc:creator>cmonica</dc:creator>
			<guid isPermaLink="false">21659@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm having the same problem as before (scrunched fields, bullet points, and red asterisk), but it's on a different form created that I embedded (the same way as before) on a sidebar widget. I left the Output CSS setting to Yes so that isn't the problem.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://sacforeclosurehelp.com/test-builder/loan-modification-help/&#34; rel=&#34;nofollow&#34;&#62;http://sacforeclosurehelp.com/test-builder/loan-modification-help/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "More space with a section break"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/more-space-with-a-section-break#post-21377</link>
			<pubDate>Thu, 24 Mar 2011 14:42:15 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">21377@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okay, glad you figured it out. Thanks for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cmonica on "More space with a section break"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/more-space-with-a-section-break#post-21363</link>
			<pubDate>Thu, 24 Mar 2011 13:33:02 +0000</pubDate>
			<dc:creator>cmonica</dc:creator>
			<guid isPermaLink="false">21363@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I embedded the form in my page using the shortcode (see below) builder per Documentation instructions - the first option.&#60;/p&#62;
&#60;p&#62;[gravityform id=1 name=ContactForm title=false ajax=true]&#60;/p&#62;
&#60;p&#62;Update: I figured out what setting I had changed and I resolved the problems. I had changed the Output CSS setting to No, because I was going to copy the content of the form.css to my theme's stylesheet, but neglected to copy.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "More space with a section break"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/more-space-with-a-section-break#post-21293</link>
			<pubDate>Thu, 24 Mar 2011 07:54:56 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">21293@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The problem is that your forms.css file isn't being loaded. Once that's loaded, the default styles will take care of all the issues you've mentioned.&#60;/p&#62;
&#60;p&#62;Are you including your form via the shortcode in a post or manually embedding it into the page template with the php function call?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cmonica on "More space with a section break"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/more-space-with-a-section-break#post-21266</link>
			<pubDate>Wed, 23 Mar 2011 20:47:07 +0000</pubDate>
			<dc:creator>cmonica</dc:creator>
			<guid isPermaLink="false">21266@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would like to add some space between fields, right now everything is scrunched tightly together. I added the recommended code to the end of my theme's stylesheet and it didn't do anything. I tried putting the &#60;br /&#62; tag in the field description, but that didn't work either. My theme is Builder from iThemes and the url for the form is &#60;a href=&#34;http://sacforeclosurehelp.com/test-builder/contact/&#34; rel=&#34;nofollow&#34;&#62;http://sacforeclosurehelp.com/test-builder/contact/&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Also,  I have two other issues:&#60;/p&#62;
&#60;p&#62;1. The field labels have bullet points, which I would like to get rid of.&#60;br /&#62;
2. The asterisk for required fields is no longer red. I don't know what setting I changed but I would like them to be red.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pcohen15 on "More space with a section break"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/more-space-with-a-section-break#post-10258</link>
			<pubDate>Thu, 23 Sep 2010 11:27:32 +0000</pubDate>
			<dc:creator>pcohen15</dc:creator>
			<guid isPermaLink="false">10258@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks again. I'm old, but not a pro for sure ;-) Your advice to place new rules at the end of style sheets is exactly what I was clueless about.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "More space with a section break"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/more-space-with-a-section-break#post-10143</link>
			<pubDate>Tue, 21 Sep 2010 02:04:33 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">10143@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Wonderful. Sounds like you're an old pro now. &#60;/p&#62;
&#60;p&#62;Yes, you would normally put it in the theme's style sheet. I recommend putting new rules at the end of the style sheet as the last thing read by the browser will supersede other rules ahead of it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pcohen15 on "More space with a section break"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/more-space-with-a-section-break#post-10141</link>
			<pubDate>Mon, 20 Sep 2010 23:22:09 +0000</pubDate>
			<dc:creator>pcohen15</dc:creator>
			<guid isPermaLink="false">10141@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin:&#60;/p&#62;
&#60;p&#62;I found this thread and also need to add some spacing above and below my section break. You offered up this code and suggested that it be added to the style sheet: &#60;/p&#62;
&#60;p&#62;li.gsection {margin-top:100px!important}&#60;/p&#62;
&#60;p&#62;My question is where exactly would I add this? I am using Agency child theme for Genesis theme, and am not great with CSS. Any help you could toss my way would be greatly appreciated. Here's the page with the form: &#60;a href=&#34;http://capitolcollegiate.org/contact/apply-to-cca/&#34; rel=&#34;nofollow&#34;&#62;http://capitolcollegiate.org/contact/apply-to-cca/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks in advance.&#60;/p&#62;
&#60;p&#62;P.S. I think I figured it out. I just stuck it at the very top of the style sheet. Seems to be working. I added another line for a bottom margin that seems to work as well.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
