<?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 make row in forms</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-make-row-in-forms</link>
		<description>Gravity Support Forums Topic: how to make row in forms</description>
		<language>en-US</language>
		<pubDate>Fri, 17 Apr 2026 03:47:17 +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-make-row-in-forms" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "how to make row in forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-make-row-in-forms#post-49914</link>
			<pubDate>Sun, 19 Feb 2012 21:35:59 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">49914@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Right on my friend! Glad to help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Wearthetop on "how to make row in forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-make-row-in-forms#post-49913</link>
			<pubDate>Sun, 19 Feb 2012 21:34:46 +0000</pubDate>
			<dc:creator>Wearthetop</dc:creator>
			<guid isPermaLink="false">49913@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you sir once again worked like a charm!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "how to make row in forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-make-row-in-forms#post-49912</link>
			<pubDate>Sun, 19 Feb 2012 21:30:46 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">49912@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This style in your theme's styleshee is causing your border:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.entry img, img.thumbnail {
border: 7px solid white;
box-shadow: 0 4px 2px rgba(0,0,0,0.2);
-moz-box-shadow: 0 4px 2px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 4px 2px rgba(0,0,0,0.2);
max-width: 100%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can get rid of that with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper ul.gfield_checkbox img {
border: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then change your ready class to the gf_list_4col and that should work out better for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Wearthetop on "how to make row in forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-make-row-in-forms#post-49911</link>
			<pubDate>Sun, 19 Feb 2012 21:02:16 +0000</pubDate>
			<dc:creator>Wearthetop</dc:creator>
			<guid isPermaLink="false">49911@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;why yes, yes it does, but when i get the code to work is disorients my pictures... like adds weird borders to them&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wearthetop.com/wear-ur-own/&#34; rel=&#34;nofollow&#34;&#62;http://wearthetop.com/wear-ur-own/&#60;/a&#62;   click next or submit to second page to see
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "how to make row in forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-make-row-in-forms#post-49910</link>
			<pubDate>Sun, 19 Feb 2012 20:57:35 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">49910@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That's the beauty of classes, you can combine them. If you wanted a 5 column - you could use:&#60;/p&#62;
&#60;p&#62;gf_list_5col&#60;/p&#62;
&#60;p&#62;If you wanted to combine that with another class, you could put:&#60;/p&#62;
&#60;p&#62;gf_list_5col customclassname&#60;/p&#62;
&#60;p&#62;Does that help?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Wearthetop on "how to make row in forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-make-row-in-forms#post-49908</link>
			<pubDate>Sun, 19 Feb 2012 20:52:20 +0000</pubDate>
			<dc:creator>Wearthetop</dc:creator>
			<guid isPermaLink="false">49908@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;with this would i have to make 3 check box list? cause mine only has one field for custom CSS not 2 or 3.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "how to make row in forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-make-row-in-forms#post-49905</link>
			<pubDate>Sun, 19 Feb 2012 20:32:01 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">49905@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This should help you out:&#60;/p&#62;
&#60;p&#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;</description>
		</item>
		<item>
			<title>Wearthetop on "how to make row in forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-make-row-in-forms#post-49904</link>
			<pubDate>Sun, 19 Feb 2012 20:28:54 +0000</pubDate>
			<dc:creator>Wearthetop</dc:creator>
			<guid isPermaLink="false">49904@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;im makeing a check box with over 20 different items in the field but they are all displayed in one row making my page very long is there a way to make it so they are like 5x5 like&#60;/p&#62;
&#60;p&#62;xxxxx&#60;br /&#62;
xxxxx&#60;br /&#62;
xxxxx&#60;/p&#62;
&#60;p&#62;instead of &#60;/p&#62;
&#60;p&#62;x&#60;br /&#62;
x&#60;br /&#62;
x&#60;br /&#62;
x&#60;br /&#62;
x&#60;br /&#62;
x&#60;br /&#62;
x&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wearthetop.com/wear-ur-own/&#34; rel=&#34;nofollow&#34;&#62;http://wearthetop.com/wear-ur-own/&#60;/a&#62;    go to second page to see the problem
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
