<?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 checkboxes in IE8 - still having problems</title>
		<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-and-checkboxes-in-ie8-still-having-problems</link>
		<description>Gravity Support Forums Topic: Radio buttons and checkboxes in IE8 - still having problems</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:53:59 +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-checkboxes-in-ie8-still-having-problems" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Radio buttons and checkboxes in IE8 - still having problems"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-and-checkboxes-in-ie8-still-having-problems#post-23604</link>
			<pubDate>Mon, 18 Apr 2011 16:12:21 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">23604@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Richard. I may take you up on the offer later. I'm coffee'd up today and running as fast as I can. Let me know if you need anything else.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RichardBest on "Radio buttons and checkboxes in IE8 - still having problems"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-and-checkboxes-in-ie8-still-having-problems#post-23598</link>
			<pubDate>Mon, 18 Apr 2011 15:39:41 +0000</pubDate>
			<dc:creator>RichardBest</dc:creator>
			<guid isPermaLink="false">23598@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;P.S. I'd still gladly make the beer/coffee/whatever donation!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RichardBest on "Radio buttons and checkboxes in IE8 - still having problems"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-and-checkboxes-in-ie8-still-having-problems#post-23597</link>
			<pubDate>Mon, 18 Apr 2011 15:38:25 +0000</pubDate>
			<dc:creator>RichardBest</dc:creator>
			<guid isPermaLink="false">23597@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Brilliant. Thanks so much Kevin. I'll implement this today.&#60;/p&#62;
&#60;p&#62;Thanks again. GF service is unparallelled.&#60;/p&#62;
&#60;p&#62;Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Radio buttons and checkboxes in IE8 - still having problems"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-and-checkboxes-in-ie8-still-having-problems#post-23574</link>
			<pubDate>Mon, 18 Apr 2011 12:55:30 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">23574@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Richard,&#60;/p&#62;
&#60;p&#62;Your issue is coming from the default canvas stylesheet. Line 547 of the /canvas/style.css file sets a blanket padding rule to all Gravity Forms inputs.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper input { padding: 7px 3px !important; }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Since the radio/checkboxes are inputs as well, they inherit this padding so it's throwing the heights off and causing the staggered layout in IE.  Since they specified the rule is !important, you'l probably have to use the important declaration on the properties I sent previously.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper input[type=radio],
body .gform_wrapper input[type=checkbox]{
	padding-top:0!important;
	padding-bottom:0!important;
	border-top:none;
	border-right:none;
	border-bottom:none;
	border-left:none
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Any time a theme applies blanket margin/padding rules to inputs it's going to throw off the layout for the list items. It's a shortcut that way too many theme developers take and a common problem.&#60;/p&#62;
&#60;p&#62;The proper way to do this would be target the inputs by their specific types to apply the properties.. example below:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
input[type=text],
input[type=tel],
input[type=url],
input[type=number],
input[type=file],
input[type=password] {padding:7px 3px}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Radio buttons and checkboxes in IE8 - still having problems"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-and-checkboxes-in-ie8-still-having-problems#post-23534</link>
			<pubDate>Mon, 18 Apr 2011 08:10:32 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">23534@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Richard, I didn't forget about you, just did get busy with some offline business at the end of the week (taxes - ugh).  I'll make a point to look at it this morning and get back to you. Thanks for your patience.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RichardBest on "Radio buttons and checkboxes in IE8 - still having problems"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-and-checkboxes-in-ie8-still-having-problems#post-23531</link>
			<pubDate>Mon, 18 Apr 2011 07:04:00 +0000</pubDate>
			<dc:creator>RichardBest</dc:creator>
			<guid isPermaLink="false">23531@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hiya - Do you guys do beer donations (in monetary form via PayPal)? I'd gladly drop you one if you were able to fix this please. Completely understand if you're too busy; I know this is beyond the call. Cheers. Richard.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RichardBest on "Radio buttons and checkboxes in IE8 - still having problems"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-and-checkboxes-in-ie8-still-having-problems#post-23329</link>
			<pubDate>Thu, 14 Apr 2011 23:55:26 +0000</pubDate>
			<dc:creator>RichardBest</dc:creator>
			<guid isPermaLink="false">23329@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks very much Kevin. Much appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Radio buttons and checkboxes in IE8 - still having problems"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-and-checkboxes-in-ie8-still-having-problems#post-23256</link>
			<pubDate>Thu, 14 Apr 2011 11:57:50 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">23256@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okay. I'll take another look and let you know what I find.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RichardBest on "Radio buttons and checkboxes in IE8 - still having problems"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-and-checkboxes-in-ie8-still-having-problems#post-23220</link>
			<pubDate>Thu, 14 Apr 2011 04:14:42 +0000</pubDate>
			<dc:creator>RichardBest</dc:creator>
			<guid isPermaLink="false">23220@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi All&#60;/p&#62;
&#60;p&#62;Kevin, I'm afraid I'm still having problems with IE8. I've flicked you an email with an image of what I'm seeing but I think my email account may be playing up in the light of last week's episode. &#60;/p&#62;
&#60;p&#62;If you didn't get it, would you please let me know and I'll resend.&#60;/p&#62;
&#60;p&#62;Many thanks&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
