<?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 Boxes Misalignment</title>
		<link>https://legacy.forums.gravityhelp.com/topic/radio-boxes-misalignment</link>
		<description>Gravity Support Forums Topic: Radio Boxes Misalignment</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 08:24:49 +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-boxes-misalignment" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Radio Boxes Misalignment"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-boxes-misalignment#post-9326</link>
			<pubDate>Fri, 03 Sep 2010 08:26:48 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">9326@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm glad you got it working. Yes, a lot of theme authors take the easy way and just apply blanket styles to many elements including list types. It's usually the first thing I look for when I debug this type of formatting issue.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Aquanauts on "Radio Boxes Misalignment"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-boxes-misalignment#post-9321</link>
			<pubDate>Fri, 03 Sep 2010 06:21:02 +0000</pubDate>
			<dc:creator>Aquanauts</dc:creator>
			<guid isPermaLink="false">9321@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're awesome Kevin. &#60;/p&#62;
&#60;p&#62;After your first reply I wrote the theme author who game me the &#34;it's not MY code&#34; BS so I cracked open Firebug today and found exactly what you did. Moron set all the lists to 0 margin left.&#60;/p&#62;
&#60;p&#62;I added an !important tag to one line in the Gravity CSS and this fixed it:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .left_label ul.gfield_checkbox, .gform_wrapper .right_label ul.gfield_checkbox, .gform_wrapper .left_label ul.gfield_radio, .gform_wrapper .right_label ul.gfield_radio {
	margin-left:32%!important
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks again for your help. I'm off to &#34;call bullshit&#34; on the Complexity theme author's ThemeForest page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Radio Boxes Misalignment"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-boxes-misalignment#post-9317</link>
			<pubDate>Fri, 03 Sep 2010 00:00:40 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">9317@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The alignment problems you're seeing are CSS inheritance issues from the theme. There are blanket UL margins and padding values set on lines 66 and 74 of your theme's style.css file.&#60;/p&#62;
&#60;p&#62;You'll need to override those or make them more specific so the forms don't inherit from them. You can see the form looks fine if these are disabled.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/grabs/7596d88681e453f9af6b6378fe21c1c5.png&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Radio Boxes Misalignment"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-boxes-misalignment#post-9287</link>
			<pubDate>Thu, 02 Sep 2010 11:51:06 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">9287@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You'd place the jQuery in the theme template file that is used on whatever page your form is being displayed on.  Not in the form itself.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Aquanauts on "Radio Boxes Misalignment"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-boxes-misalignment#post-9282</link>
			<pubDate>Thu, 02 Sep 2010 11:33:33 +0000</pubDate>
			<dc:creator>Aquanauts</dc:creator>
			<guid isPermaLink="false">9282@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry, non programmer here. WHERE would I place that JQuery? And which part? Not the google terms &#38;amp; conditions thing. Would I place the javascript in the form itself where I want the B tags to be?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Radio Boxes Misalignment"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-boxes-misalignment#post-9278</link>
			<pubDate>Thu, 02 Sep 2010 11:03:58 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">9278@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yeah, there's something weird with your theme CSS. I'll take a look and get back to you with some suggestions. It has something to do with the way elements are being floated.&#60;/p&#62;
&#60;p&#62;HTML isn't allowed in the field labels, but you can do that with some simple jQuery added to your page template.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://forum.gravityhelp.com/topic/how-to-add-hyperlinks-in-the-form#post-6838&#34; rel=&#34;nofollow&#34;&#62;http://forum.gravityhelp.com/topic/how-to-add-hyperlinks-in-the-form#post-6838&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Aquanauts on "Radio Boxes Misalignment"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-boxes-misalignment#post-9277</link>
			<pubDate>Thu, 02 Sep 2010 09:16:31 +0000</pubDate>
			<dc:creator>Aquanauts</dc:creator>
			<guid isPermaLink="false">9277@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm sure this has something to do with theme, not the plugin, but I could use some help, as you might be able to quickly diagnose the root of my problem.&#60;/p&#62;
&#60;p&#62;Finally finished the first cut at my big, conditional-logic enrollment form and I gotta say, the Logic bit ROCKS. Did exactly what I wanted.&#60;/p&#62;
&#60;p&#62;Looked fine in the Preview, too.&#60;/p&#62;
&#60;p&#62;However, when I put it into the page, the &#34;multiple choice&#34; radio buttons won't align correctly.&#60;/p&#62;
&#60;p&#62;Please see&#60;br /&#62;
&#60;a href=&#34;http://scubainternships.com/contact/enroll/&#34; rel=&#34;nofollow&#34;&#62;http://scubainternships.com/contact/enroll/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Also, I see from that page I cannot put HTML bold tags in the form field labels, even though I can do so in the description. Too bad. I'll take out the code in a bit.&#60;/p&#62;
&#60;p&#62;Got an idea why the second and subsequent radio buttons in the list lose their alignment?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
