<?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: Floating Radio Buttons and CSS Customization</title>
		<link>https://legacy.forums.gravityhelp.com/topic/floating-radio-buttons-and-css-customization</link>
		<description>Gravity Support Forums Topic: Floating Radio Buttons and CSS Customization</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:15:14 +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/floating-radio-buttons-and-css-customization" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Floating Radio Buttons and CSS Customization"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/floating-radio-buttons-and-css-customization#post-11148</link>
			<pubDate>Wed, 13 Oct 2010 23:32:08 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">11148@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;My pleasure. Form looks good btw. Nicely done.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jkovach on "Floating Radio Buttons and CSS Customization"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/floating-radio-buttons-and-css-customization#post-11146</link>
			<pubDate>Wed, 13 Oct 2010 22:00:12 +0000</pubDate>
			<dc:creator>jkovach</dc:creator>
			<guid isPermaLink="false">11146@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Brilliant Thanks Kevin!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Floating Radio Buttons and CSS Customization"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/floating-radio-buttons-and-css-customization#post-11141</link>
			<pubDate>Wed, 13 Oct 2010 20:39:47 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">11141@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you look at your images.css file,  line 7 has this rule.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.entry-content img {margin:0 0 18px;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Thats affecting your date picker image as well, you'll need to override it with something like this&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.entry-content .gform_wrapper img.ui-datepicker-trigger {margin:0!important}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;As far as the radio lists, you'll need to view the source, note the id's of the list items that contain the fields, then apply some width, height and float rules to those so they will lay out as columns. You'll want to float the first ones, but leave the float off the last one so it clears the items below it.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper li#field_2_6,
.gform_wrapper li#field_2_7,
.gform_wrapper li#field_2_8,
.gform_wrapper li#field_2_9 {width:25%; height:160px;}

.gform_wrapper li#field_2_6,
.gform_wrapper li#field_2_7,
.gform_wrapper li#field_2_8 {float:left}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/grabs/408998091765be6f25e586f7fecaa49e.png&#34; rel=&#34;nofollow&#34;&#62;test screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Just apply that same principle to the other lists you need aligned the same and you're good to go.&#60;/p&#62;
&#60;p&#62;Note: I would do 25% width for all the lists, even those that don't have 4 columns. That way everything will still visually align vertically.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jkovach on "Floating Radio Buttons and CSS Customization"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/floating-radio-buttons-and-css-customization#post-11136</link>
			<pubDate>Wed, 13 Oct 2010 18:58:08 +0000</pubDate>
			<dc:creator>jkovach</dc:creator>
			<guid isPermaLink="false">11136@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi thanks for reading!&#60;/p&#62;
&#60;p&#62;You can see what I'm working on here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://athleticode.com/forms/crl-entry-form/&#34; rel=&#34;nofollow&#34;&#62;http://athleticode.com/forms/crl-entry-form/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You'll need to check the &#34;Whole Body&#34; option under &#34;Test Taken&#34; so all the fields will show up.  &#60;/p&#62;
&#60;p&#62;I basically want to put these Radio Buttons into Columns under each Section Break, so the form is not so long.   Basically so the Whole Radio Button field is floated to the left.   &#60;/p&#62;
&#60;p&#62;I also have a weird issue going on with the Date icon.  How can I get that to line up vertically with then entry field?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
