<?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: Text Overlapping Radio Buttons-Check Boxes</title>
		<link>https://legacy.forums.gravityhelp.com/topic/text-overlapping-radio-buttons-check-boxes</link>
		<description>Gravity Support Forums Topic: Text Overlapping Radio Buttons-Check Boxes</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 03:15:37 +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/text-overlapping-radio-buttons-check-boxes" rel="self" type="application/rss+xml" />

		<item>
			<title>Scott M. on "Text Overlapping Radio Buttons-Check Boxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/text-overlapping-radio-buttons-check-boxes#post-36862</link>
			<pubDate>Mon, 03 Oct 2011 00:44:41 +0000</pubDate>
			<dc:creator>Scott M.</dc:creator>
			<guid isPermaLink="false">36862@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I should explain better - Kevin is right, it is bad form to edit the default sheet. When I say to remove it I actually mean to use another css file to override css styles - otherwise your changes may be lost if you upgrade a theme or plugin at a later date,&#60;/p&#62;
&#60;p&#62;Most themes support a custom.css in the theme directory that loads last - if you put any overrides there it will apply them to the site even if there is an update, and won't risk a change that messes up your back-end.&#60;/p&#62;
&#60;p&#62;This is just a workaround and not the best way to handle it - the correct way is to determine what CSS is changing the default action of a list item on your site, but by my count there are 19 css files loading on that page with 483 entries for 'padding' - it may take a while for you to track it down.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MPMedia on "Text Overlapping Radio Buttons-Check Boxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/text-overlapping-radio-buttons-check-boxes#post-36857</link>
			<pubDate>Sun, 02 Oct 2011 22:56:07 +0000</pubDate>
			<dc:creator>MPMedia</dc:creator>
			<guid isPermaLink="false">36857@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Scott, I tried the suggested edit and so far everything works ok so far. Customer no longer complaining so that's perfect for me. &#60;/p&#62;
&#60;p&#62;Kevin I would be open to looking at other alternatives. Scotts suggestion worked but if this is a bad idea and there is a better solution I would try it also. &#60;/p&#62;
&#60;p&#62;The database connection error I would have to blame on the Webhost. The customer is using their preferred Host and from time to time I see odd stuff like connection errors or the site just goes down all together. Client is making their own bed there.&#60;/p&#62;
&#60;p&#62;Thanks again fellas for the feed back :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Text Overlapping Radio Buttons-Check Boxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/text-overlapping-radio-buttons-check-boxes#post-36853</link>
			<pubDate>Sun, 02 Oct 2011 21:44:50 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">36853@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No, I wouldn't remove anything from the default forms stylesheet. It usually works just fine. I'm sure there's something else at work in your theme. Does the form in question look okay in the form preview page.. if so, then it's your theme for sure.&#60;/p&#62;
&#60;p&#62;I can't see your site because of a database error or I would be able to tell you a little better what it is.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/oMwbzn&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/oMwbzn&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Scott M. on "Text Overlapping Radio Buttons-Check Boxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/text-overlapping-radio-buttons-check-boxes#post-36851</link>
			<pubDate>Sun, 02 Oct 2011 18:56:42 +0000</pubDate>
			<dc:creator>Scott M.</dc:creator>
			<guid isPermaLink="false">36851@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You have '.gform_wrapper .gfield_radio li label {display:block; margin: 0 0 0 24px; padding:0; width: auto; line-height:1.5; vertical-align: top } in your &#60;a href=&#34;http://bhrt.me/wp-content/plugins/gravityforms/css/forms.css?ver=3.2.1&#34; rel=&#34;nofollow&#34;&#62;http://bhrt.me/wp-content/plugins/gravityforms/css/forms.css?ver=3.2.1&#60;/a&#62; that is causing this.&#60;/p&#62;
&#60;p&#62;Remove the  padding:0;  and the form displays correctly.&#60;/p&#62;
&#60;p&#62;Can't guarantee it won't mess up your themes somewhere else though
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MPMedia on "Text Overlapping Radio Buttons-Check Boxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/text-overlapping-radio-buttons-check-boxes#post-36850</link>
			<pubDate>Sun, 02 Oct 2011 18:47:37 +0000</pubDate>
			<dc:creator>MPMedia</dc:creator>
			<guid isPermaLink="false">36850@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I have been working with Gravity Forms now for a couple weeks. I am having some difficulty getting the radio buttons and the text to not overlap. I have the same form on two different websites here: &#60;a href=&#34;http://bhrt.me/quality-of-life-assessment/&#34; rel=&#34;nofollow&#34;&#62;http://bhrt.me/quality-of-life-assessment/&#60;/a&#62; the text overlaps the radio button. On this site here: &#60;a href=&#34;http://hghinjectable.org/contact-us/quality-of-life-assesment/&#34; rel=&#34;nofollow&#34;&#62;http://hghinjectable.org/contact-us/quality-of-life-assesment/&#60;/a&#62; the spacing is just fine. I am not very strong in css and do not really know where to start to resolve this issue. Any assistance someone can provide would be greatly appreciated.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
