<?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 Button Cutoff in Chrome</title>
		<link>https://legacy.forums.gravityhelp.com/topic/radio-button-cutoff-in-chrome</link>
		<description>Gravity Support Forums Topic: Radio Button Cutoff in Chrome</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:03:47 +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-button-cutoff-in-chrome" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Radio Button Cutoff in Chrome"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-button-cutoff-in-chrome#post-54444</link>
			<pubDate>Fri, 06 Apr 2012 09:52:47 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">54444@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome, glad to help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bwalklet on "Radio Button Cutoff in Chrome"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-button-cutoff-in-chrome#post-54421</link>
			<pubDate>Thu, 05 Apr 2012 19:50:29 +0000</pubDate>
			<dc:creator>bwalklet</dc:creator>
			<guid isPermaLink="false">54421@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Worked perfectly... Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Radio Button Cutoff in Chrome"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-button-cutoff-in-chrome#post-54396</link>
			<pubDate>Thu, 05 Apr 2012 16:43:37 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">54396@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try dropping this into your custom.css file&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=&#38;quot;checkbox&#38;quot;], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=&#38;quot;radio&#38;quot;], .gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
width: 20px !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>bwalklet on "Radio Button Cutoff in Chrome"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-button-cutoff-in-chrome#post-54394</link>
			<pubDate>Thu, 05 Apr 2012 16:36:56 +0000</pubDate>
			<dc:creator>bwalklet</dc:creator>
			<guid isPermaLink="false">54394@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;my bad!&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.searchandperch.com/sportstrong/spring-league-registration/&#34; rel=&#34;nofollow&#34;&#62;http://www.searchandperch.com/sportstrong/spring-league-registration/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Tried the code but it didn't seem to do it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Radio Button Cutoff in Chrome"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-button-cutoff-in-chrome#post-54373</link>
			<pubDate>Thu, 05 Apr 2012 15:03:55 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">54373@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Also, if you could post a link to your form so we can see that would help too.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>NWTD on "Radio Button Cutoff in Chrome"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-button-cutoff-in-chrome#post-54367</link>
			<pubDate>Thu, 05 Apr 2012 14:51:46 +0000</pubDate>
			<dc:creator>NWTD</dc:creator>
			<guid isPermaLink="false">54367@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;couldn't you add the styling to your radio buttons and add !important to it to take priority?&#60;/p&#62;
&#60;p&#62;example:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {
      margin-left: 15px !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>bwalklet on "Radio Button Cutoff in Chrome"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-button-cutoff-in-chrome#post-54366</link>
			<pubDate>Thu, 05 Apr 2012 14:32:53 +0000</pubDate>
			<dc:creator>bwalklet</dc:creator>
			<guid isPermaLink="false">54366@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;My radio buttons are being cutoff in Chrome due to a lack of left-padding within the element. I firebugged and found that manipulating the following style's left padding fixed it: &#60;/p&#62;
&#60;p&#62;.gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {&#60;/p&#62;
&#60;p&#62;However, this style is being overwritten by another, and I can't figure out which it is. Basically, I just want to know what I can do so the buttons will no longer be cut-off in Chrome.&#60;/p&#62;
&#60;p&#62;Oh, I'm also using Thesis as my theme.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
