<?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: Radio buttons and chekboxes cut off</title>
		<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-and-chekboxes-cut-off</link>
		<description>Gravity Support Forums Topic: Radio buttons and chekboxes cut off</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 20:59:35 +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/radio-buttons-and-chekboxes-cut-off" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Radio buttons and chekboxes cut off"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-and-chekboxes-cut-off#post-25764</link>
			<pubDate>Tue, 17 May 2011 17:31:56 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">25764@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad that worked for you and thanks for the kudos. I'll pass that along to Alex &#38;amp; David since the documentation was really all their doing. I'm sure they'll appreciate it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>FireSamurai on "Radio buttons and chekboxes cut off"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-and-chekboxes-cut-off#post-25761</link>
			<pubDate>Tue, 17 May 2011 17:14:06 +0000</pubDate>
			<dc:creator>FireSamurai</dc:creator>
			<guid isPermaLink="false">25761@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;BTW, I have to say that the help files/documentation that you guys have created is some of the best I've seen.  Excellent job, thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>FireSamurai on "Radio buttons and chekboxes cut off"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-and-chekboxes-cut-off#post-25760</link>
			<pubDate>Tue, 17 May 2011 17:11:28 +0000</pubDate>
			<dc:creator>FireSamurai</dc:creator>
			<guid isPermaLink="false">25760@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The greater specificity did the trick.  Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Radio buttons and chekboxes cut off"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-and-chekboxes-cut-off#post-25752</link>
			<pubDate>Tue, 17 May 2011 16:24:55 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">25752@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;looks like your issue is actually related to some TwentyTen theme-specific styles that are in the forms.css file. (specifically line 294) I'm guessing your theme was built on top of that originally.&#60;br /&#62;
If you disable that rule, you'll see that the formatting is corrected.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://grab.by/a9C4&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/a9C4&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Those styles are going bye-bye in the upcoming 1.5.3 release so if you want, you can go ahead and copy the contents of the updated file into your existing forms.css file.&#60;/p&#62;
&#60;p&#62;CSS: &#60;a href=&#34;http://pastie.org/1918207&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/1918207&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Once the update is rolled out later this week, you shouldn't have to manually change anything.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Radio buttons and chekboxes cut off"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-and-chekboxes-cut-off#post-25748</link>
			<pubDate>Tue, 17 May 2011 16:12:33 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">25748@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Without seeing your form, I can't say for sure but this should work to override the !important declaration. Better CSS specificity will override !important&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li {padding:1px 0 0 1px}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;More samples in the documentation here:&#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>FireSamurai on "Radio buttons and chekboxes cut off"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-and-chekboxes-cut-off#post-25747</link>
			<pubDate>Tue, 17 May 2011 16:10:30 +0000</pubDate>
			<dc:creator>FireSamurai</dc:creator>
			<guid isPermaLink="false">25747@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Shoot, sorry guys, I forgot to add the URL.&#60;/p&#62;
&#60;p&#62;Here you go:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://xennsoft.chrismower.com/contact/&#34; rel=&#34;nofollow&#34;&#62;http://xennsoft.chrismower.com/contact/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I would like to add that it's seen in webkit browsers... I'm not seeing it in FF.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;FS
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Radio buttons and chekboxes cut off"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-and-chekboxes-cut-off#post-25745</link>
			<pubDate>Tue, 17 May 2011 16:07:06 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">25745@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;By default this isn't going to cut off your radio buttons and checkboxes so it's probably more than just this, it probably involves CSS being inherited by your theme.  If you post a link to a page on your site with a form on it that is having this issue we can look at the CSS and suggest some changes.&#60;/p&#62;
&#60;p&#62;Any changes you would make by editing or adding CSS to your themes stylesheet and not by editing Gravity Forms plugin files or CSS files.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Radio buttons and chekboxes cut off"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-and-chekboxes-cut-off#post-25743</link>
			<pubDate>Tue, 17 May 2011 16:04:50 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">25743@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you share a URL to your form? It's easier to help out if I can see it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>FireSamurai on "Radio buttons and chekboxes cut off"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-and-chekboxes-cut-off#post-25739</link>
			<pubDate>Tue, 17 May 2011 15:59:24 +0000</pubDate>
			<dc:creator>FireSamurai</dc:creator>
			<guid isPermaLink="false">25739@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The radio buttons and checkboxes get cut off on my gravity forms.  I've narrowed it down to this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
  	padding: 0 !important;
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Because there is no padding on it, the container cuts off the edges of the radio buttons and checkboxes on the top and the left.&#60;/p&#62;
&#60;p&#62;I could do something like this to fix it&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
  	padding:1px 0 0 1px !important;
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But because the original style in the gf plugin has !important by it, my style cannot override it.&#60;/p&#62;
&#60;p&#62;Any ideas on how to fix the issue?  Thanks.&#60;/p&#62;
&#60;p&#62;FS
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
