<?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: aligning the multiple choice with question</title>
		<link>https://legacy.forums.gravityhelp.com/topic/aligning-the-multiple-choice-with-question</link>
		<description>Gravity Support Forums Topic: aligning the multiple choice with question</description>
		<language>en-US</language>
		<pubDate>Tue, 07 Apr 2026 13:24:18 +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/aligning-the-multiple-choice-with-question" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "aligning the multiple choice with question"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/aligning-the-multiple-choice-with-question#post-31363</link>
			<pubDate>Mon, 01 Aug 2011 17:18:45 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">31363@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm not sure if it will work in chrome.css or not but you can certainly try it.&#60;/p&#62;
&#60;p&#62;The problem is you moved it to a different area of the homepage. The CSS I gave you was based on it being in the &#60;strong&#62;.home-right&#60;/strong&#62; div.  You now have it in the &#60;strong&#62;.home-center&#60;/strong&#62; div.  Just change .home-right to .home-center in your chrome.css and see if that works.  If you don't want to be that specific and just want to target the form when it's in a widget, remove that first part of the declaration, on both lines, to just start with &#60;strong&#62;.widget&#60;/strong&#62;.  It would look like this when you're done.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.widget .gform_wrapper ul.gfield_checkbox,
.widget .gform_wrapper ul.gfield_radio {
	clear:none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Glad you like the CSS ready class for inline list items.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jruffer on "aligning the multiple choice with question"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/aligning-the-multiple-choice-with-question#post-31349</link>
			<pubDate>Mon, 01 Aug 2011 15:43:52 +0000</pubDate>
			<dc:creator>jruffer</dc:creator>
			<guid isPermaLink="false">31349@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Basically I am trying to get rid of all the unused space between each object.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jruffer on "aligning the multiple choice with question"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/aligning-the-multiple-choice-with-question#post-31346</link>
			<pubDate>Mon, 01 Aug 2011 15:33:55 +0000</pubDate>
			<dc:creator>jruffer</dc:creator>
			<guid isPermaLink="false">31346@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I added this in the chrome.css but It still didnt move it up?  Thank you for the GF code that ROCKED!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "aligning the multiple choice with question"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/aligning-the-multiple-choice-with-question#post-31339</link>
			<pubDate>Mon, 01 Aug 2011 14:45:10 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">31339@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello.  You can add this to the custom.css of your WooTheme:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.home-right .widget .gform_wrapper ul.gfield_checkbox,
.home-right .widget .gform_wrapper ul.gfield_radio {
	clear:none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That will override the default clear:both rule that's being applied by the WooTheme to all the ul items.&#60;/p&#62;
&#60;p&#62;To save a little more space, you can also use the &#60;strong&#62;gf_list_inline&#60;/strong&#62; CSS ready class to get the yes and no lined up side by side.  You add that in the form editor, on the advanced tab for your field.&#60;/p&#62;
&#60;p&#62;Screenshot of where to add the gf_list_inline:&#60;br /&#62;
&#60;a href=&#34;http://minus.com/mdU7bel#2&#34; rel=&#34;nofollow&#34;&#62;http://minus.com/mdU7bel#2&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;What is looks like in the preview (horizontal instead of vertical):&#60;br /&#62;
&#60;a href=&#34;http://minus.com/mdU7bel&#34; rel=&#34;nofollow&#34;&#62;http://minus.com/mdU7bel&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can read more about the CSS ready classes here:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Let us know if you need any more help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jruffer on "aligning the multiple choice with question"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/aligning-the-multiple-choice-with-question#post-31327</link>
			<pubDate>Mon, 01 Aug 2011 13:29:46 +0000</pubDate>
			<dc:creator>jruffer</dc:creator>
			<guid isPermaLink="false">31327@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I guess I should say I need it to line up on the widget.  I am to using this as a post form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jruffer on "aligning the multiple choice with question"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/aligning-the-multiple-choice-with-question#post-31315</link>
			<pubDate>Mon, 01 Aug 2011 11:56:02 +0000</pubDate>
			<dc:creator>jruffer</dc:creator>
			<guid isPermaLink="false">31315@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would like to move the Yes/No choice up to save some space.&#60;br /&#62;
&#60;a href=&#34;http://test.epaymentamerica.com&#34; rel=&#34;nofollow&#34;&#62;http://test.epaymentamerica.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
