<?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: n00b question - radio button causing next question to format strangely.</title>
		<link>https://legacy.forums.gravityhelp.com/topic/n00b-question-radio-button-causing-next-question-to-format-strangely</link>
		<description>Gravity Support Forums Topic: n00b question - radio button causing next question to format strangely.</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 14:45:36 +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/n00b-question-radio-button-causing-next-question-to-format-strangely" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "n00b question - radio button causing next question to format strangely."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/n00b-question-radio-button-causing-next-question-to-format-strangely#post-71371</link>
			<pubDate>Thu, 16 Aug 2012 17:23:24 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">71371@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Right on, glad to help out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shaunkrisher on "n00b question - radio button causing next question to format strangely."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/n00b-question-radio-button-causing-next-question-to-format-strangely#post-71368</link>
			<pubDate>Thu, 16 Aug 2012 17:18:51 +0000</pubDate>
			<dc:creator>shaunkrisher</dc:creator>
			<guid isPermaLink="false">71368@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;haha! victory! thank you so much!  I've got it wrangled, now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "n00b question - radio button causing next question to format strangely."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/n00b-question-radio-button-causing-next-question-to-format-strangely#post-71341</link>
			<pubDate>Thu, 16 Aug 2012 14:28:39 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">71341@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This would go into your theme's stylesheet. All themes are different, so you may want to consult with your theme maker if you are unsure.&#60;/p&#62;
&#60;p&#62;Check out the &#34;CSS&#34; section here at the top:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;On our Settings page you can choose to output our CSS or not with a radio button selection of Yes or No.&#60;/p&#62;
&#60;p&#62;Let me know if you run into any issues.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shaunkrisher on "n00b question - radio button causing next question to format strangely."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/n00b-question-radio-button-causing-next-question-to-format-strangely#post-71339</link>
			<pubDate>Thu, 16 Aug 2012 14:26:07 +0000</pubDate>
			<dc:creator>shaunkrisher</dc:creator>
			<guid isPermaLink="false">71339@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;eesh, I am sorry. I am sure your solution works, but as a novice, I need a little more hand holding, please.  Where should I paste this snippet of code? &#60;/p&#62;
&#60;p&#62;thank you so much for your rapid and detailed response!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "n00b question - radio button causing next question to format strangely."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/n00b-question-radio-button-causing-next-question-to-format-strangely#post-70882</link>
			<pubDate>Mon, 13 Aug 2012 14:35:08 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">70882@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This from your theme's stylesheet is causing your woes:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#content.fullwidth ul {
width: auto;
margin: -15px 15px 0 0;
padding: 0;
list-style-type: none;
float: left;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This should do the trick for you, if you want to override that:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .gform_body ul li ul {
float: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I also noticed our stylesheet was not getting output on the page, which is optional, but just wanted to throw that out there as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shaunkrisher on "n00b question - radio button causing next question to format strangely."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/n00b-question-radio-button-causing-next-question-to-format-strangely#post-70878</link>
			<pubDate>Mon, 13 Aug 2012 13:19:44 +0000</pubDate>
			<dc:creator>shaunkrisher</dc:creator>
			<guid isPermaLink="false">70878@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;the link would help. &#60;a href=&#34;http://96.8.125.10/~trashtax/roll-off-dumpster-contact-form/&#34; rel=&#34;nofollow&#34;&#62;http://96.8.125.10/~trashtax/roll-off-dumpster-contact-form/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shaunkrisher on "n00b question - radio button causing next question to format strangely."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/n00b-question-radio-button-causing-next-question-to-format-strangely#post-70877</link>
			<pubDate>Mon, 13 Aug 2012 13:10:30 +0000</pubDate>
			<dc:creator>shaunkrisher</dc:creator>
			<guid isPermaLink="false">70877@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Let me start with &#34;i am not a coder.&#34;  I searched and could not find an answer for this question, so here I am.  I am having some issues with a form I am building on a demo server: &#60;/p&#62;
&#60;p&#62;As you can see, any question following one with radio buttons fails to display properly.  How can I fix that?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
