<?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: 2  Horizontal drop down fields In the same line</title>
		<link>https://legacy.forums.gravityhelp.com/topic/2-horizontal-drop-down-fields-in-the-same-line</link>
		<description>Gravity Support Forums Topic: 2  Horizontal drop down fields In the same line</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 07:23:42 +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/2-horizontal-drop-down-fields-in-the-same-line" rel="self" type="application/rss+xml" />

		<item>
			<title>Mattos on "2  Horizontal drop down fields In the same line"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/2-horizontal-drop-down-fields-in-the-same-line#post-24128</link>
			<pubDate>Tue, 26 Apr 2011 09:42:17 +0000</pubDate>
			<dc:creator>Mattos</dc:creator>
			<guid isPermaLink="false">24128@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Great stuff, thanks guys, seems like things are even easier now with the css classes.  All working now, cheers!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "2  Horizontal drop down fields In the same line"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/2-horizontal-drop-down-fields-in-the-same-line#post-24125</link>
			<pubDate>Tue, 26 Apr 2011 09:17:21 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">24125@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Mattos, @isuk is correct. You can use the built-in CSS Ready Classes for this. I did check your form and for those to work properly, you'll need to remove the rule you added on line 1073 of your style.css file. Also, there is a rule on line 354 that adds a 17px margin porperty which will prevent the Ready Class from working properly. You can remove that property or will have to override it with another rule for list items contained in the gform_wrapper class.&#60;/p&#62;
&#60;p&#62;test screenshot: &#60;a href=&#34;http://grab.by/9YbF&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/9YbF&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>isuk on "2  Horizontal drop down fields In the same line"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/2-horizontal-drop-down-fields-in-the-same-line#post-24124</link>
			<pubDate>Tue, 26 Apr 2011 07:16:27 +0000</pubDate>
			<dc:creator>isuk</dc:creator>
			<guid isPermaLink="false">24124@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Mattos, I assume you are using v1.5.x.x of Gravity Forms? In this case you don't need any user defined css classes to do what you want.&#60;/p&#62;
&#60;p&#62;Just add gf_left_half to the CSS Class Name field in the advanced tab for the first date selector field and gf_right_half to the second field that should belong to the same line.&#60;/p&#62;
&#60;p&#62;More examples can be found in the documentation: &#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;</description>
		</item>
		<item>
			<title>Mattos on "2  Horizontal drop down fields In the same line"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/2-horizontal-drop-down-fields-in-the-same-line#post-24119</link>
			<pubDate>Tue, 26 Apr 2011 06:19:01 +0000</pubDate>
			<dc:creator>Mattos</dc:creator>
			<guid isPermaLink="false">24119@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Kevin, I'm trying to get two fields to line up on the same line too, but seems that I'm missing something - could you take a quick look at my form - &#60;a href=&#34;http://www.summerhouse-cornwall.com/newsite/?page_id=395&#34; rel=&#34;nofollow&#34;&#62;http://www.summerhouse-cornwall.com/newsite/?page_id=395&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I've added #gform_wrapper_1 #field_1_8, #gform_wrapper_1 #field_1_11 {float:left; display: inline; margin-right:10px!important; border: 1px solid #333;}&#60;/p&#62;
&#60;p&#62;to my theme stylesheet, you can see the two fields I want to line next to each other as I have temporarily added a border to them.  Hope you can show me what I'm missing.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "2  Horizontal drop down fields In the same line"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/2-horizontal-drop-down-fields-in-the-same-line#post-5448</link>
			<pubDate>Fri, 14 May 2010 08:11:37 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">5448@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yep. You can easily do this with a little CSS. You simply float the first containing &#38;lt; li&#38;gt; and then the second field should align next to it horizontally.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://forum.gravityhelp.com/topic/data-fields-in-same-row#post-878&#34; rel=&#34;nofollow&#34;&#62;http://forum.gravityhelp.com/topic/data-fields-in-same-row#post-878&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pikasostar on "2  Horizontal drop down fields In the same line"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/2-horizontal-drop-down-fields-in-the-same-line#post-5445</link>
			<pubDate>Fri, 14 May 2010 07:01:38 +0000</pubDate>
			<dc:creator>pikasostar</dc:creator>
			<guid isPermaLink="false">5445@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;2 HORIZONTAL  DROP DOWN  FIELDS IN THE SAME LINE .Is this possible with GRAVITYFORMS&#60;/p&#62;
&#60;p&#62;Checkout the screenshot&#60;br /&#62;
&#60;a href=&#34;http://imgur.com/Xosc2.png&#34; rel=&#34;nofollow&#34;&#62;http://imgur.com/Xosc2.png&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
