<?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: Mixed Label Placement</title>
		<link>https://legacy.forums.gravityhelp.com/topic/mixed-label-placement</link>
		<description>Gravity Support Forums Topic: Mixed Label Placement</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 21:43:41 +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/mixed-label-placement" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Mixed Label Placement"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/mixed-label-placement#post-56404</link>
			<pubDate>Tue, 24 Apr 2012 15:43:04 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">56404@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Right on Paul, glad to help out!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>3dp on "Mixed Label Placement"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/mixed-label-placement#post-56402</link>
			<pubDate>Tue, 24 Apr 2012 15:37:32 +0000</pubDate>
			<dc:creator>3dp</dc:creator>
			<guid isPermaLink="false">56402@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks... it's pretty close now.&#60;br /&#62;
This is what I've got and it's works!&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;li#field_11_176 .gfield_label,
li#field_11_178 .gfield_label,
li#field_11_180 .gfield_label,
li#field_11_182 .gfield_label,
li#field_11_184 .gfield_label {
	margin: 5px 0px 0 5px;
	text-align: left !important;
	float: right;
	width: 590px;
	}

#input_11_176, #input_11_178, #input_11_180, #input_11_182, #input_11_184 {
	float: left;
	width: 30px;
	 }&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Mixed Label Placement"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/mixed-label-placement#post-56393</link>
			<pubDate>Tue, 24 Apr 2012 14:59:01 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">56393@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So here is a &#60;a href=&#34;http://www.evernote.com/shard/s212/sh/745cec66-876f-43ef-b426-64738b3eb844/0f13094315ff5e7f8f5b86b9e866da6e&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62; of one field example. In my dev site this was how I had to target those two:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.evernote.com/shard/s212/sh/41b94ad8-2e0e-4942-912a-9df344d5aed7/dd2607967574624b7a69c2a0adad8948&#34; rel=&#34;nofollow&#34;&#62;Label&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.evernote.com/shard/s212/sh/0b78fa4b-8f05-45fa-b093-9399f340416e/f20d628925f15d6766649fcc218b56a7&#34; rel=&#34;nofollow&#34;&#62;Input&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Your form ID might be different, as well as your field IDs. So you'll need to inspect your code using Chrome Dev Tools or Firebug for Firefox to find the IDs. So you can follow my example in the two screenshots above.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Mixed Label Placement"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/mixed-label-placement#post-56380</link>
			<pubDate>Tue, 24 Apr 2012 13:11:10 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">56380@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you export the form and send the XML file to me and reference this post so I can take a look.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;mailto:rob@rocketgenius.com&#34;&#62;rob@rocketgenius.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>3dp on "Mixed Label Placement"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/mixed-label-placement#post-56379</link>
			<pubDate>Tue, 24 Apr 2012 12:52:14 +0000</pubDate>
			<dc:creator>3dp</dc:creator>
			<guid isPermaLink="false">56379@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Rob,&#60;/p&#62;
&#60;p&#62;Thanks... Unfortunately, I don't have a URL that I can share.  The form is behind a wall.&#60;/p&#62;
&#60;p&#62;Here's what I have in my CSS:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#input_11_176 .gfield_label,
#input_11_178 .gfield_label,
#input_11_180 .gfield_label,
#input_11_182 .gfield_label,
#input_11_184 .gfield_label {
	float: left;
	margin: 0;
	}

#input_11_176, #input_11_178, #input_11_180, #input_11_182, #input_11_184 {
	width: 5%;
	 }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;What's happening is that the label is to the left and the input box is below the label to the left.  I'd like the input box to the left with the label to the right on the same line.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Mixed Label Placement"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/mixed-label-placement#post-56374</link>
			<pubDate>Tue, 24 Apr 2012 12:34:17 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">56374@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This can be done with CSS, because each field has it's own unique ID. So you'd just stick with the top label placement, then we'd need to use custom CSS for the others. Do you have a link to your form?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>3dp on "Mixed Label Placement"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/mixed-label-placement#post-56372</link>
			<pubDate>Tue, 24 Apr 2012 12:30:04 +0000</pubDate>
			<dc:creator>3dp</dc:creator>
			<guid isPermaLink="false">56372@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is it possible to mix label placements?  For most of my form, I'd prefer top placement.  But I have a section or two where left or right placement is preferred.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/label-to-left-of-only-certain-fields&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/label-to-left-of-only-certain-fields&#60;/a&#62; isn't seeming to do the trick, especially when I want the field to be to the left with the label on the right.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
