<?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: Aligning check boxes and labels</title>
		<link>https://legacy.forums.gravityhelp.com/topic/aligning-check-boxes-and-labels</link>
		<description>Gravity Support Forums Topic: Aligning check boxes and labels</description>
		<language>en-US</language>
		<pubDate>Mon, 13 Apr 2026 21:00:40 +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/aligning-check-boxes-and-labels" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Aligning check boxes and labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/aligning-check-boxes-and-labels#post-46973</link>
			<pubDate>Fri, 20 Jan 2012 09:20:00 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">46973@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Good to hear!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>breitspr on "Aligning check boxes and labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/aligning-check-boxes-and-labels#post-46970</link>
			<pubDate>Fri, 20 Jan 2012 08:48:17 +0000</pubDate>
			<dc:creator>breitspr</dc:creator>
			<guid isPermaLink="false">46970@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome, it worked! Thanks alot man!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Aligning check boxes and labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/aligning-check-boxes-and-labels#post-46959</link>
			<pubDate>Fri, 20 Jan 2012 06:37:16 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">46959@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok delete those other css rules from the above post.  So using chrome's developer panel I have found the problem in your themes style.css in the section beginning with /* 7.2 Gravity forms */ the 8th css rule down looks like this&#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;If you copy the following style into your custom.css (notice how I have changed that 120px to 0) the check box should align itself along the left side of your page like the other fields on your form.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio {
  margin-left: 0 !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>breitspr on "Aligning check boxes and labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/aligning-check-boxes-and-labels#post-46957</link>
			<pubDate>Fri, 20 Jan 2012 06:16:15 +0000</pubDate>
			<dc:creator>breitspr</dc:creator>
			<guid isPermaLink="false">46957@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please have a look by using konmed as username and password&#60;/p&#62;
&#60;p&#62;I tried &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox {
padding-left: 0px;
margin-left: 0px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li {
padding-left: 0px;
margin-left: 0px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;in custom.css but both did nothing
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Aligning check boxes and labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/aligning-check-boxes-and-labels#post-46872</link>
			<pubDate>Thu, 19 Jan 2012 17:15:07 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">46872@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Without having a look I think it is probably due to a style in your themes style.css file overriding the gravity styling which you should be able to solve by adding another bit of css targeting the checkboxes and setting either the padding-left or margin-left to 0&#60;/p&#62;
&#60;p&#62;The following page of the documentation is a good place to look for how to target different gravity elements with css&#60;br /&#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;</description>
		</item>
		<item>
			<title>breitspr on "Aligning check boxes and labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/aligning-check-boxes-and-labels#post-46861</link>
			<pubDate>Thu, 19 Jan 2012 14:27:14 +0000</pubDate>
			<dc:creator>breitspr</dc:creator>
			<guid isPermaLink="false">46861@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have trouble aligning checkboxes left, they have a huge padding from the left border.&#60;br /&#62;
Also Field Labels break into a new line after 20 letters or something.&#60;/p&#62;
&#60;p&#62;Example hier:&#60;br /&#62;
&#60;a href=&#34;http://konmed.info/2012/01/17/gesundheitsforum-am-7-februar-mit-heiner-brand/&#34; rel=&#34;nofollow&#34;&#62;http://konmed.info/2012/01/17/gesundheitsforum-am-7-februar-mit-heiner-brand/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any suggestions? (I provide login data on request)&#60;/p&#62;
&#60;p&#62;Regards
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
