<?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: How to create 2 columns</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-create-2-columns</link>
		<description>Gravity Support Forums Topic: How to create 2 columns</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 14:24:08 +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/how-to-create-2-columns" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "How to create 2 columns"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-create-2-columns#post-9652</link>
			<pubDate>Fri, 10 Sep 2010 08:42:10 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">9652@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Great news. I'm pleased that I could help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SheilaZaldivar on "How to create 2 columns"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-create-2-columns#post-9649</link>
			<pubDate>Fri, 10 Sep 2010 06:34:31 +0000</pubDate>
			<dc:creator>SheilaZaldivar</dc:creator>
			<guid isPermaLink="false">9649@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin... it works! you are a most wonderful wonderful savior! Thank you soooo much!!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "How to create 2 columns"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-create-2-columns#post-9493</link>
			<pubDate>Tue, 07 Sep 2010 01:18:51 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">9493@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;looks like you have the field id wrong. Try this.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;#input_8_4 li {width:50%; margin:0; min-height:1.8em; float:left}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;That worked okay for me. &#60;a href=&#34;http://grab.by/grabs/b14dc8f99cf05b30154ea36201c44307.png&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SheilaZaldivar on "How to create 2 columns"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-create-2-columns#post-9492</link>
			<pubDate>Tue, 07 Sep 2010 00:48:14 +0000</pubDate>
			<dc:creator>SheilaZaldivar</dc:creator>
			<guid isPermaLink="false">9492@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin, &#60;/p&#62;
&#60;p&#62;Thanks so much but when I try it on my dummy site, it works. When i try it on my real site, even though I adjust the form ID number, it still doesn't work. :(  I can't quite figure out what I'm doing wrong. Appreciate your help please!&#60;/p&#62;
&#60;p&#62;Here's the real site. Can't make it work.&#60;br /&#62;
&#60;a href=&#34;http://whatareyoudealingwith.com/free-assessment-2-2/what-are-you-dealing-with-to-grow-your-business-free-assessment/&#34; rel=&#34;nofollow&#34;&#62;http://whatareyoudealingwith.com/free-assessment-2-2/what-are-you-dealing-with-to-grow-your-business-free-assessment/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Wheaton College on "How to create 2 columns"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-create-2-columns#post-9332</link>
			<pubDate>Fri, 03 Sep 2010 10:31:57 +0000</pubDate>
			<dc:creator>Wheaton College</dc:creator>
			<guid isPermaLink="false">9332@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Having drag-and-drop placement of fields would be really cool. I know it would probably be difficult, but... :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "How to create 2 columns"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-create-2-columns#post-9315</link>
			<pubDate>Thu, 02 Sep 2010 23:46:54 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">9315@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There really isn't any generic CSS markup that will work for every form. Basically, you would use the float property to achieve this. For your particular form, I viewed the source, looked at the ID on the unordered list, then used this rule to create 4 columns of checkboxes.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;#input_1_6 li {width:25%; margin:0; min-height:1.8em; float:left}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;you would add that to the end of your theme's style.css file.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/grabs/28a54afeda6afe30b5eaa111d227e905.png&#34; rel=&#34;nofollow&#34;&#62;view test screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you wanted just 2 columns, you would simply adjust the width to 50%, 3 columns would be 33%, etc.&#60;/p&#62;
&#60;p&#62;This works really well for checkboxes and radio buttons with short, single line labels. It's a bit more difficult when you're trying to manage other fields.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SheilaZaldivar on "How to create 2 columns"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-create-2-columns#post-9310</link>
			<pubDate>Thu, 02 Sep 2010 19:59:06 +0000</pubDate>
			<dc:creator>SheilaZaldivar</dc:creator>
			<guid isPermaLink="false">9310@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I've read the other posts regarding creating columns however, I still am unable to figure out exactly what I need to do. Unfortunately I am not a programmer. Say I have a form with 20 options and I want to split them into 2 columns so they don't look too long. My questions are:&#60;/p&#62;
&#60;p&#62;1. Where can I find the css code to achieve this?&#60;br /&#62;
2. Exactly where do i paste this css code?&#60;/p&#62;
&#60;p&#62;Appreciate any help. Thanks&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://virtualassistant.vaphilippines.com/form/&#34; rel=&#34;nofollow&#34;&#62;http://virtualassistant.vaphilippines.com/form/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
