<?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: How to get the checkboxes closer to each other?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-get-the-checkboxes-closer-to-each-other</link>
		<description>Gravity Support Forums Topic: How to get the checkboxes closer to each other?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:26:19 +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/how-to-get-the-checkboxes-closer-to-each-other" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "How to get the checkboxes closer to each other?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-get-the-checkboxes-closer-to-each-other#post-48585</link>
			<pubDate>Tue, 07 Feb 2012 15:52:11 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">48585@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Looks like this margin is causing the current spacing:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_7 ul li {
margin-top: 10px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you add this in:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_7 ul.gfield_checkbox li {
margin-top: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It should void the other margin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>msweber on "How to get the checkboxes closer to each other?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-get-the-checkboxes-closer-to-each-other#post-48570</link>
			<pubDate>Tue, 07 Feb 2012 14:32:55 +0000</pubDate>
			<dc:creator>msweber</dc:creator>
			<guid isPermaLink="false">48570@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;thanks, that did the trick in the small form&#60;/p&#62;
&#60;p&#62;but here I have another form&#60;br /&#62;
&#60;a href=&#34;http://www.lasikistanbul.net/lasik-eignungstest&#34; rel=&#34;nofollow&#34;&#62;http://www.lasikistanbul.net/lasik-eignungstest&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;And again I want to get the checkboxes closer to each other. But in the css I could not find a line-height which I could remove.&#60;/p&#62;
&#60;p&#62;Thanks again for your great support...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "How to get the checkboxes closer to each other?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-get-the-checkboxes-closer-to-each-other#post-48488</link>
			<pubDate>Mon, 06 Feb 2012 17:48:15 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">48488@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Looks like in your style.css you have:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_5 .gform_body .gform_fields .gfield .gfield_checkbox {
list-style-type: none;
list-style-image: none;
color: white;
line-height: 30px;
font-size: 0.9em;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you get rid of that line-height your checkbox fields will come closer together. Then you also have this style (I added the margin-left: 0) at the bottom, so you would just need to update that:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_5 .gform_body .gform_fields {
list-style: none;
list-style: none;
list-style-position: inside;
margin-bottom: 3px;
display: inline;
margin-left: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Making these adjustments worked for me in Chrome Dev Tools. Hope this helps out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>msweber on "How to get the checkboxes closer to each other?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-get-the-checkboxes-closer-to-each-other#post-48483</link>
			<pubDate>Mon, 06 Feb 2012 16:41:18 +0000</pubDate>
			<dc:creator>msweber</dc:creator>
			<guid isPermaLink="false">48483@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I have a gravity form on the right hand side on my website:&#60;br /&#62;
&#60;a href=&#34;http://www.lasikistanbul.net/&#34; rel=&#34;nofollow&#34;&#62;http://www.lasikistanbul.net/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have put some checkboxes in the form. I want to have the checkboxes closer to each other with almost no space between the boxes.&#60;/p&#62;
&#60;p&#62;Secondly, I would like to decrease the space between the title (Mehr Infos) and the checkbox-list below.&#60;br /&#62;
Can you help me out?&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
