<?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: Formating issues - checkboxes and space between</title>
		<link>https://legacy.forums.gravityhelp.com/topic/formating-issues-checkboxes-and-space-between</link>
		<description>Gravity Support Forums Topic: Formating issues - checkboxes and space between</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 00:03:56 +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/formating-issues-checkboxes-and-space-between" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Formating issues - checkboxes and space between"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/formating-issues-checkboxes-and-space-between#post-16851</link>
			<pubDate>Sat, 22 Jan 2011 10:06:26 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">16851@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Wonderful. Thanks for the update Laura.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>laurabetterly on "Formating issues - checkboxes and space between"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/formating-issues-checkboxes-and-space-between#post-16850</link>
			<pubDate>Sat, 22 Jan 2011 09:44:20 +0000</pubDate>
			<dc:creator>laurabetterly</dc:creator>
			<guid isPermaLink="false">16850@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin,  Figured out what happened and got the code you recommended pasted into the Custom CSS and the form is formatted correctly now.  Thought you should know.  -Thank You.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Formating issues - checkboxes and space between"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/formating-issues-checkboxes-and-space-between#post-16816</link>
			<pubDate>Fri, 21 Jan 2011 20:55:35 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">16816@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I reviewed your form again and don't see the styles I gave you being included anywhere. What CSS file did you add these to?&#60;/p&#62;
&#60;p&#62;I copied your form page and created a test page. I added the following styles to an inline style block (I appended one new rule to the previous example for the regular text fields) and then everything formatted nicely.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* correct the left margins on the checkbox and radio lists */

body .gform_wrapper .left_label ul.gfield_checkbox,
body .gform_wrapper .right_label ul.gfield_checkbox,
body .gform_wrapper .left_label ul.gfield_radio,
body .gform_wrapper .right_label ul.gfield_radio  {
    margin-left: 32%!important
}

/* correct the margins on the checkbox and radio items */

body .gform_wrapper .left_label ul.gfield_checkbox li,
body .gform_wrapper .right_label ul.gfield_checkbox li,
body .gform_wrapper .left_label ul.gfield_radio li,
body .gform_wrapper .right_label ul.gfield_radio li,
body .gform_wrapper .top_label ul.gfield_checkbox li,
body .gform_wrapper .top_label ul.gfield_radio li {
	margin:0 0 14px 0!important
}

/* correct the margins on the containing list items */

body .gform_wrapper .top_label ul li.gfield,
body .gform_wrapper .left_label ul li.gfield,
body .gform_wrapper .right_label ul li.gfield {
	margin:0 0 14px 0!important
}

/* correct the margins on the section breaks */

body .gform_wrapper li.gfield.gsection {
    margin: 8px 0 16px!important;
    padding: 0 0 8px!important
}

/* correct the margins on the other text fields */

body .gform_wrapper ul.right_label li,
body .gform_wrapper form ul.right_label li,
body .gform_wrapper ul.left_label li,
body .gform_wrapper form ul.left_label li,
body .gform_wrapper ul.top_label li,
body .gform_wrapper form ul.top_label li {
    margin-bottom: 14px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;a href=&#34;http://dl.dropbox.com/u/688846/gravityhelp/esquire.html&#34; rel=&#34;nofollow&#34;&#62;Live Test Page&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://emberapp.com/rocketgenius/images/test-form-post-order-form-esquire-corporation&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you add these styles to a CSS file that gets loaded on the page properly, you should see the changes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>laurabetterly on "Formating issues - checkboxes and space between"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/formating-issues-checkboxes-and-space-between#post-16790</link>
			<pubDate>Fri, 21 Jan 2011 17:24:13 +0000</pubDate>
			<dc:creator>laurabetterly</dc:creator>
			<guid isPermaLink="false">16790@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin,  Perfectly understandable.  I appreciate your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Formating issues - checkboxes and space between"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/formating-issues-checkboxes-and-space-between#post-16772</link>
			<pubDate>Fri, 21 Jan 2011 11:39:58 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">16772@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Laura, I did see your link but haven't had an opportunity to circle back around and investigate further.  I'll do that and get back to you here asap.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>laurabetterly on "Formating issues - checkboxes and space between"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/formating-issues-checkboxes-and-space-between#post-16757</link>
			<pubDate>Fri, 21 Jan 2011 09:19:00 +0000</pubDate>
			<dc:creator>laurabetterly</dc:creator>
			<guid isPermaLink="false">16757@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Did you get notified of my reply above?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>laurabetterly on "Formating issues - checkboxes and space between"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/formating-issues-checkboxes-and-space-between#post-16587</link>
			<pubDate>Wed, 19 Jan 2011 10:29:48 +0000</pubDate>
			<dc:creator>laurabetterly</dc:creator>
			<guid isPermaLink="false">16587@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Guess if I'm going to change it I should put the new URL in any replies!  Here it is:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://esquirecorp2.yadayadasandbox.com/forms/post-order-form/&#34; rel=&#34;nofollow&#34;&#62;http://esquirecorp2.yadayadasandbox.com/forms/post-order-form/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Formating issues - checkboxes and space between"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/formating-issues-checkboxes-and-space-between#post-16569</link>
			<pubDate>Tue, 18 Jan 2011 23:40:54 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">16569@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Laura, I went back to the &#34;fubar&#34; form URL and got a 404 error. Can you post the updated URL for me and I'll take another look. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>laurabetterly on "Formating issues - checkboxes and space between"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/formating-issues-checkboxes-and-space-between#post-16560</link>
			<pubDate>Tue, 18 Jan 2011 20:04:04 +0000</pubDate>
			<dc:creator>laurabetterly</dc:creator>
			<guid isPermaLink="false">16560@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin,&#60;/p&#62;
&#60;p&#62;Just tried it out.  copied and pasted the code into custom.css and updated but form still has the same errors.  Any other possibilities?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Formating issues - checkboxes and space between"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/formating-issues-checkboxes-and-space-between#post-16508</link>
			<pubDate>Tue, 18 Jan 2011 12:05:50 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">16508@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So, this Catalyst theme is setting 0 margins on list items and that's throwing off the form formatting. Try adding this to your custom css and it should override the theme styles.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* correct the left margins on the checkbox and radio lists */

body .gform_wrapper .left_label ul.gfield_checkbox,
body .gform_wrapper .right_label ul.gfield_checkbox,
body .gform_wrapper .left_label ul.gfield_radio,
body .gform_wrapper .right_label ul.gfield_radio  {
    margin-left: 32%!important
}

/* correct the margins on the checkbox and radio items */

body .gform_wrapper .left_label ul.gfield_checkbox li,
body .gform_wrapper .right_label ul.gfield_checkbox li,
body .gform_wrapper .left_label ul.gfield_radio li,
body .gform_wrapper .right_label ul.gfield_radio li,
body .gform_wrapper .top_label ul.gfield_checkbox li,
body .gform_wrapper .top_label ul.gfield_radio li {
	margin:0 0 14px 0!important
}

/* correct the margins on the containing list items */

body .gform_wrapper .top_label ul li.gfield,
body .gform_wrapper .left_label ul li.gfield,
body .gform_wrapper .right_label ul li.gfield {
	margin:0 0 14px 0!important
}

/* correct the margins on the section breaks */

body .gform_wrapper li.gfield.gsection {
    margin: 8px 0 16px!important;
    padding: 0 0 8px!important
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
