<?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: gap between checkboxes and choice</title>
		<link>https://legacy.forums.gravityhelp.com/topic/gap-between-checkboxes-and-choice</link>
		<description>Gravity Support Forums Topic: gap between checkboxes and choice</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 22:46:04 +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/gap-between-checkboxes-and-choice" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "gap between checkboxes and choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gap-between-checkboxes-and-choice#post-88446</link>
			<pubDate>Wed, 07 Nov 2012 13:21:10 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">88446@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Well, from there, you can play around with the values and try to figure out how you want it to look. All my best!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>melston on "gap between checkboxes and choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gap-between-checkboxes-and-choice#post-88445</link>
			<pubDate>Wed, 07 Nov 2012 13:18:27 +0000</pubDate>
			<dc:creator>melston</dc:creator>
			<guid isPermaLink="false">88445@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks David; that worked. It didn't totally fix it but it doesn't look so odd now.&#60;/p&#62;
&#60;p&#62;I appreciate the assist!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "gap between checkboxes and choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gap-between-checkboxes-and-choice#post-88377</link>
			<pubDate>Wed, 07 Nov 2012 10:59:39 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">88377@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am not going to tell you what you need to change in your theme because each theme is different, and I don't want to have you mess things up. I'm just telling you the source of the issue is how your theme handles things. &#60;/p&#62;
&#60;p&#62;If you use a !important declaration in your style.css it &#34;should&#34; override what layout.css is doing.&#60;/p&#62;
&#60;p&#62;Try adding the following to your style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.format_text input, #commentform input, #commentform textarea {
width: 0px !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>melston on "gap between checkboxes and choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gap-between-checkboxes-and-choice#post-88375</link>
			<pubDate>Wed, 07 Nov 2012 10:55:09 +0000</pubDate>
			<dc:creator>melston</dc:creator>
			<guid isPermaLink="false">88375@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I was working on the stylesheet.css and not looking at the layout.css&#60;/p&#62;
&#60;p&#62;Do I make the changes there the same way?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "gap between checkboxes and choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gap-between-checkboxes-and-choice#post-88370</link>
			<pubDate>Wed, 07 Nov 2012 10:43:14 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">88370@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I still see:&#60;/p&#62;
&#60;p&#62;.format_text input, #commentform input, #commentform textarea {&#60;br /&#62;
width: 45%;&#60;/p&#62;
&#60;p&#62;in your layout.css. (line 243)&#60;/p&#62;
&#60;p&#62;And when I disable it in Inspect in Chrome, things look as I would expect.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>melston on "gap between checkboxes and choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gap-between-checkboxes-and-choice#post-88369</link>
			<pubDate>Wed, 07 Nov 2012 10:32:29 +0000</pubDate>
			<dc:creator>melston</dc:creator>
			<guid isPermaLink="false">88369@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I tried adding the code with the important in it....same thing - no change. Something must still be getting in the way.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>melston on "gap between checkboxes and choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gap-between-checkboxes-and-choice#post-88367</link>
			<pubDate>Wed, 07 Nov 2012 10:29:10 +0000</pubDate>
			<dc:creator>melston</dc:creator>
			<guid isPermaLink="false">88367@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I turned &#34;off&#34; the width in Firebug in the code you mentioned above and that seemed to do the trick. When I actually add the code to the stylesheet though, there is no change.&#60;/p&#62;
&#60;p&#62;.format_text input, #commentform input, #commentform textarea {&#60;br /&#62;
width: 0px;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "gap between checkboxes and choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gap-between-checkboxes-and-choice#post-88362</link>
			<pubDate>Wed, 07 Nov 2012 10:26:07 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">88362@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can try adding an !important declaration to your rule to see if it works, but as far as I know, it won't override the previous rules added by your theme the way you are hoping/expecting.&#60;/p&#62;
&#60;p&#62;So try:&#60;br /&#62;
.gfield_checkbox { width: 125px !important; }
&#60;/p&#62;</description>
		</item>
		<item>
			<title>melston on "gap between checkboxes and choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gap-between-checkboxes-and-choice#post-88357</link>
			<pubDate>Wed, 07 Nov 2012 10:19:22 +0000</pubDate>
			<dc:creator>melston</dc:creator>
			<guid isPermaLink="false">88357@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry, I misunderstood. Won't changing that also change other &#34;input&#34; items outside of gravity forms?&#60;/p&#62;
&#60;p&#62;I can see if I turn off the width, then it looks okay on that page. Is there a way to target only the gravity form input? &#60;/p&#62;
&#60;p&#62;something like this:&#60;br /&#62;
.gfield_checkbox { width: 125px; }  (although this didn't work)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "gap between checkboxes and choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gap-between-checkboxes-and-choice#post-88164</link>
			<pubDate>Tue, 06 Nov 2012 23:32:01 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">88164@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I didn't tell you what to change it to, but instead asked you to change it or override it. Try changing the width to 15% and see if that's more to your liking.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
