<?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: CheckBox Field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/checkbox-field</link>
		<description>Gravity Support Forums Topic: CheckBox Field</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 14:43: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/checkbox-field" rel="self" type="application/rss+xml" />

		<item>
			<title>SK54602 on "CheckBox Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/checkbox-field#post-25393</link>
			<pubDate>Thu, 12 May 2011 10:07:36 +0000</pubDate>
			<dc:creator>SK54602</dc:creator>
			<guid isPermaLink="false">25393@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This seemed to work..... now just need the buttons to work...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "CheckBox Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/checkbox-field#post-25386</link>
			<pubDate>Thu, 12 May 2011 09:07:28 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">25386@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your problem is the style rules coming from your theme. They have applied a 120 pixel left margin to that element. See the style.css file line 787. &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio {
    margin-left: 120px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can see that when it's disabled, the layout is corrected.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://grab.by/a6YW&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/a6YW&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You should be able to add this to your custom.css file to override their rule.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_body .top_label .gfield_checkbox, .gform_wrapper .gfield_radio {
    margin-left: 0!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That worked in my test. If not, you will need to ask them how to override that. It's their theme style that's causing your issue, not the Gravity Forms default styles.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SK54602 on "CheckBox Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/checkbox-field#post-25382</link>
			<pubDate>Thu, 12 May 2011 08:48:30 +0000</pubDate>
			<dc:creator>SK54602</dc:creator>
			<guid isPermaLink="false">25382@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;All the check boxes seem to have indent in there actual location.....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SK54602 on "CheckBox Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/checkbox-field#post-25379</link>
			<pubDate>Thu, 12 May 2011 08:38:12 +0000</pubDate>
			<dc:creator>SK54602</dc:creator>
			<guid isPermaLink="false">25379@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The checkbox field is not positioned correctly. Originally The text above and the check box was off centered. Woo gave me the follow custom.css to use.&#60;/p&#62;
&#60;p&#62;.gform_wrapper .top_label .gfield_label {&#60;br /&#62;
width: auto;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio {&#60;br /&#62;
margin-left: 0;&#60;br /&#62;
} &#60;/p&#62;
&#60;p&#62;This worked for the text above the checkbox but didnt resolve the checkbox section.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.sbsake.com/send-a-message/&#34; rel=&#34;nofollow&#34;&#62;http://www.sbsake.com/send-a-message/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62; Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
