<?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: Horizontal form layout</title>
		<link>https://legacy.forums.gravityhelp.com/topic/horizontal-form-layout</link>
		<description>Gravity Support Forums Topic: Horizontal form layout</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:02:58 +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/horizontal-form-layout" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Horizontal form layout"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/horizontal-form-layout#post-2161</link>
			<pubDate>Sun, 13 Dec 2009 11:43:12 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">2161@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Great. I'm glad it worked for you.  Thanks for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>walt on "Horizontal form layout"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/horizontal-form-layout#post-2160</link>
			<pubDate>Sun, 13 Dec 2009 02:52:46 +0000</pubDate>
			<dc:creator>walt</dc:creator>
			<guid isPermaLink="false">2160@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the prompt response. It seems to work fine when I  use the css below: &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;li#field_2_15, li#field_2_17 {width:55%; float:left}
li#field_2_3 {clear:both}

input#input_2_15, input#input_2_17 {width:296px;}
input#input_2_16, input#input_2_18 {width:200px;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks again,&#60;br /&#62;
Walt
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Horizontal form layout"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/horizontal-form-layout#post-2158</link>
			<pubDate>Sat, 12 Dec 2009 23:32:57 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">2158@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;you're headed in the right direction.. just need to float the first &#38;lt; li &#38;gt; left and let the next one automatically wrap to the right of it.  I put a css snippet up on a previous post that worked fine in all the browsers.&#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;
&#60;p&#62;You can target the input fields directly by using their id as in the example below.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;input#input_2_15 {width:230px;}
input#input_2_17 {width:250px;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I plan to add some styling tutorials and examples after the first of the year. Thanks for the feedback.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>walt on "Horizontal form layout"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/horizontal-form-layout#post-2152</link>
			<pubDate>Sat, 12 Dec 2009 17:39:52 +0000</pubDate>
			<dc:creator>walt</dc:creator>
			<guid isPermaLink="false">2152@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Currently I'm working on a form with, on a few lines, 2 single line text fields next to each other. &#60;/p&#62;
&#60;p&#62;To position the two 2 single line text fields on the same line I'm using the following css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/*left section*/
#field_2_3, #field_2_4, #field_2_8,#field_2_15,#field_2_17{
float: left;
width: 45%;
clear: both;
}

/*right section*/
#field_2_16,#field_2_18{
float: left;
width: 45%;
}

.button{
float: left;
width: 100px;
margin: 15px 0px 0px 0px;
clear: both;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;an example can be seen here: &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://dev.villageocelandes.fr/huren&#34; rel=&#34;nofollow&#34;&#62;http://dev.villageocelandes.fr/huren&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have the following questions: &#60;/p&#62;
&#60;p&#62;1. the css I'm using seems not to work well with IE7. How can this be fixed?&#60;br /&#62;
2. How can I expand some of the input fields? Now they all the same size. &#60;/p&#62;
&#60;p&#62;Also suggestions for a different css approach are more than welcome. It would be nice to have a video tutorial on how to position 2 or more fields on the same line. &#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Walt
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
