<?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: Fields in 3 and 4 columns</title>
		<link>https://legacy.forums.gravityhelp.com/topic/fields-in-3-and-4-columns</link>
		<description>Gravity Support Forums Topic: Fields in 3 and 4 columns</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 13:19:27 +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/fields-in-3-and-4-columns" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Fields in 3 and 4 columns"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fields-in-3-and-4-columns#post-4800</link>
			<pubDate>Tue, 20 Apr 2010 09:30:09 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">4800@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would have to do everything with CSS.  Including setting the size of the fields.  You are going to have to be very careful with the CSS otherwise you are going to run into problems with formatting (especially cross-browser). In order to change the size of the form field inputs themselves you need to target the inputs and not just the field container.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Cheo on "Fields in 3 and 4 columns"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fields-in-3-and-4-columns#post-4784</link>
			<pubDate>Mon, 19 Apr 2010 21:12:08 +0000</pubDate>
			<dc:creator>Cheo</dc:creator>
			<guid isPermaLink="false">4784@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Carl.&#60;/p&#62;
&#60;p&#62;But if I change the size to a smaller one, can it be easy?&#60;/p&#62;
&#60;p&#62;For example with the first 3 fields I have some difficult, and they are no drop down fields.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Fields in 3 and 4 columns"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fields-in-3-and-4-columns#post-4783</link>
			<pubDate>Mon, 19 Apr 2010 18:59:11 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">4783@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You are going to have a difficult time accomplishing this because drop down fields take up as much space as the longest item in the drop down.  The Fondo drop down field on this form has some long values, which means it's going to be difficult to arrange the form the way you want it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Cheo on "Fields in 3 and 4 columns"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fields-in-3-and-4-columns#post-4781</link>
			<pubDate>Mon, 19 Apr 2010 18:28:56 +0000</pubDate>
			<dc:creator>Cheo</dc:creator>
			<guid isPermaLink="false">4781@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello.&#60;/p&#62;
&#60;p&#62;I use to have a problem using 2 coumns, but I solved with some older post.&#60;/p&#62;
&#60;p&#62;But now I want to use 3 and 4 columns in a Form&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://celfin.org/agencia/fondos-mutuos/aporte/&#34; rel=&#34;nofollow&#34;&#62;http://celfin.org/agencia/fondos-mutuos/aporte/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;here I need that Cliente (ID 4_3), Rut (ID 4_4) and Portafolio (ID 4_56) use 3 columns, I already managed to do that, but not in the best of ways.&#60;/p&#62;
&#60;p&#62;But now I need Fondo (ID 4_5), Serie (ID 4_6), Monto (ID 4_11) and Porcentaje (ID 4_58) to be in the same colum. Im kind of manege to do it, but it's mess the footer and a lot of stuff.&#60;/p&#62;
&#60;p&#62;Is there a way to put things in 3 and 4 columns?&#60;/p&#62;
&#60;p&#62;I Know that is has to be with CSS, I already move som things, but can't do it.&#60;/p&#62;
&#60;p&#62;Here is the things that i have in CSS&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#gform_wrapper_1.gform_wrapper .top_label input.medium, #gform_wrapper_1.gform_wrapper .top_label select.medium {width:90%;}
#gform_wrapper_2.gform_wrapper .top_label input.medium, #gform_wrapper_2.gform_wrapper .top_label select.medium {width:90%;}
#gform_wrapper_4.gform_wrapper .top_label input.medium, #gform_wrapper_4.gform_wrapper .top_label select.medium {width:90%;}
#gform_wrapper_5.gform_wrapper .top_label input.medium, #gform_wrapper_5.gform_wrapper .top_label select.medium {width:90%;}
#gform_wrapper_6.gform_wrapper .top_label input.medium, #gform_wrapper_6.gform_wrapper .top_label select.medium {width:90%;}

#field_1_3, #field_2_3, #field_4_3, #field_4_9, #field_5_3, #field_6_3, #field_6_11, #field_6_58 {float:left;}

#field_4_4 {float:right;}

#field_1_3, #field_1_4,#field_2_3, #field_2_4, #field_5_3,  #field_4_9, #field_4_57, #field_5_4, #field_6_3, #field_6_4,#field_6_5, #field_6_6, #field_6_7, #field_6_11, #field_6_21, #field_6_58 {width:50%;}

#field_4_3, #field_4_4, #field_4_56 {width:30%;}

#field_1_3, #field_1_4,#field_2_3, #field_2_4, #field_4_3,#field_4_4, #field_4_6,#field_4_7,#field_4_8,  #field_4_9, #field_4_56, #field_4_57, #field_4_58, #field_5_3, #field_5_4, #field_6_3, #field_6_4, #field_6_5, #field_6_6, #field_6_7,  #field_6_11, #field_6_21, #field_6_58 {height:75px;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks in advance for your help.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
