<?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: Layout Help</title>
		<link>https://legacy.forums.gravityhelp.com/topic/layout-help</link>
		<description>Gravity Support Forums Topic: Layout Help</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 00:42:19 +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/layout-help" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Layout Help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/layout-help#post-142651</link>
			<pubDate>Tue, 05 Feb 2013 14:02:29 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">142651@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're welcome.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>asiri on "Layout Help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/layout-help#post-142628</link>
			<pubDate>Tue, 05 Feb 2013 13:32:19 +0000</pubDate>
			<dc:creator>asiri</dc:creator>
			<guid isPermaLink="false">142628@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you!! This worked.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Layout Help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/layout-help#post-142086</link>
			<pubDate>Tue, 05 Feb 2013 01:08:24 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">142086@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The issue is that your theme is adding 20px of left margin to all list items.  See line 990 in your theme's style.css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
/* Line 990 */
#content .post ul li, #content .page ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can override that and get closer to your desired result by adding this CSS to the same style.css stylesheet:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #content .gform_wrapper form ul li {
    margin-left:0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That got the fields on the same line as you expected them, in my test.&#60;/p&#62;
&#60;p&#62;Screenshot: &#60;a href=&#34;http://minus.com/lbpGE358FR5Po5&#34; rel=&#34;nofollow&#34;&#62;http://minus.com/lbpGE358FR5Po5&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>asiri on "Layout Help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/layout-help#post-142012</link>
			<pubDate>Tue, 05 Feb 2013 00:02:08 +0000</pubDate>
			<dc:creator>asiri</dc:creator>
			<guid isPermaLink="false">142012@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi -- I am having issues with the layout on my form.  At the top, I am trying to put fields 2 and 3 columns using the Ready Classes defined in the documentation.  The last field is dropping below where it should be.  Also at the bottom, I am using the gf_inline class to line up the date needed through loading dock fields.  I need the 2nd Date Needed and subsequent fields on the next line.  Is there a way to add a line break?&#60;/p&#62;
&#60;p&#62;Here is the form in development -&#60;br /&#62;
&#60;a href=&#34;http://301brannan.com/test/building-information/building-forms/&#34; rel=&#34;nofollow&#34;&#62;http://301brannan.com/test/building-information/building-forms/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;I would appreciate any assistance.  Thank you!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
