<?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: Set Label Field Position and Setting 2 Forms Next to Eachother</title>
		<link>https://legacy.forums.gravityhelp.com/topic/set-label-field-position-and-setting-2-forms-next-to-eachother</link>
		<description>Gravity Support Forums Topic: Set Label Field Position and Setting 2 Forms Next to Eachother</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 03:27:30 +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/set-label-field-position-and-setting-2-forms-next-to-eachother" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Set Label Field Position and Setting 2 Forms Next to Eachother"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/set-label-field-position-and-setting-2-forms-next-to-eachother#post-110573</link>
			<pubDate>Sat, 29 Dec 2012 12:47:50 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">110573@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I could not get your form to load.  The site comes up, but the page is blank.  That is a different problem.&#60;/p&#62;
&#60;p&#62;However, if you added a class to the fields in the form builder of &#34;navlist&#34; then your CSS is incorrect.  You are targetting ID not Class.  Change #navlist to .navlist and it will apply to classes.  &#60;/p&#62;
&#60;p&#62;Your CSS could be a little more specific as well, but the first problem is that you are targetting an ID rather than a Class, which is what Gravity Forms will add: a CSS class name.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RobertR on "Set Label Field Position and Setting 2 Forms Next to Eachother"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/set-label-field-position-and-setting-2-forms-next-to-eachother#post-109676</link>
			<pubDate>Fri, 28 Dec 2012 06:50:52 +0000</pubDate>
			<dc:creator>RobertR</dc:creator>
			<guid isPermaLink="false">109676@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It works, the second field label is overlapped by the field itself but that's okay. Thanks for the help Chris :)&#60;/p&#62;
&#60;p&#62;Got any thoughts on the icons? I tried adding a new CSS class and assigning that to specific fields but that didn't work, the code I tried;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[css]
#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#navlist li
{
padding-left: 10px;
background-image: url(http://gepiept.nl/wp-content/uploads/2012/12/arrow.png);
background-repeat: no-repeat;
background-position: 0 .5em;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Set Label Field Position and Setting 2 Forms Next to Eachother"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/set-label-field-position-and-setting-2-forms-next-to-eachother#post-106452</link>
			<pubDate>Sun, 23 Dec 2012 11:57:38 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">106452@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The width of the left label is set to 29% by Gravity Forms.  You can override this by adding this CSS to your theme's style.css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .left_label .gfield_label {
 width: 60%;  /* change this 60% to whatever width you want */
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;There may not be a good way to have the text not wrap onto two lines because the label has so much text.  You might need to put the label in an HTML field above these drop downs, or maybe you can shorten the text.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RobertR on "Set Label Field Position and Setting 2 Forms Next to Eachother"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/set-label-field-position-and-setting-2-forms-next-to-eachother#post-106404</link>
			<pubDate>Sun, 23 Dec 2012 08:35:22 +0000</pubDate>
			<dc:creator>RobertR</dc:creator>
			<guid isPermaLink="false">106404@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yeah I changed something in the functions.php .. which i shouldn't have done haha ;p It's back online now &#38;gt; &#60;a href=&#34;http://gepiept.nl/plaats-schoonmaak-klusje/&#34; rel=&#34;nofollow&#34;&#62;http://gepiept.nl/plaats-schoonmaak-klusje/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for the support! It took me 2 days of pondering whether I needed GF but seems like to have been a good choice :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Set Label Field Position and Setting 2 Forms Next to Eachother"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/set-label-field-position-and-setting-2-forms-next-to-eachother#post-105635</link>
			<pubDate>Fri, 21 Dec 2012 23:21:49 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">105635@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you make the change on the live page and post the link again so we can see the progress?  We can help with the additional CSS required.  I received a 404 Not Found error when trying to access the initial link you posted.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RobertR on "Set Label Field Position and Setting 2 Forms Next to Eachother"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/set-label-field-position-and-setting-2-forms-next-to-eachother#post-104981</link>
			<pubDate>Thu, 20 Dec 2012 12:39:16 +0000</pubDate>
			<dc:creator>RobertR</dc:creator>
			<guid isPermaLink="false">104981@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the reply, it worked partially. Because of the length of the first label field it get's misaligned, is there any way around this?&#60;/p&#62;
&#60;p&#62;The icon would purely be for clarification and decoration, to style the form a bit. I would like the icons to appear in front of the Label Fields. Example; &#60;a href=&#34;http://postimage.org/image/446pox3w5/&#34; rel=&#34;nofollow&#34;&#62;http://postimage.org/image/446pox3w5/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Set Label Field Position and Setting 2 Forms Next to Eachother"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/set-label-field-position-and-setting-2-forms-next-to-eachother#post-104963</link>
			<pubDate>Thu, 20 Dec 2012 12:04:20 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">104963@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can add the CSS Class Name &#34;gf_inline&#34; to the two drop downs on the advanced tab of the form builder.  You can also add the CSS class of &#34;left_label&#34;.  The CSS Class Name field for both fields will then look like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
gf_inline left_label&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Be sure to put a space between the two attributes.&#60;/p&#62;
&#60;p&#62;That will get the two fields side by side, with the label on the left.&#60;/p&#62;
&#60;p&#62;You might have to add an HTML field right before the first drop down, with this content:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[html]
&#38;lt;br style=&#38;quot;clear:both;&#38;quot; /&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Please explain what icon you want to use and where you want to show up, for which fields.  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RobertR on "Set Label Field Position and Setting 2 Forms Next to Eachother"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/set-label-field-position-and-setting-2-forms-next-to-eachother#post-104935</link>
			<pubDate>Thu, 20 Dec 2012 10:22:36 +0000</pubDate>
			<dc:creator>RobertR</dc:creator>
			<guid isPermaLink="false">104935@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I tried the search but that didn't work out for me, not sure why. The form I am trying to edit is;&#60;br /&#62;
&#60;a href=&#34;http://gepiept.nl/wp/plaats-een-klusje&#34; rel=&#34;nofollow&#34;&#62;http://gepiept.nl/wp/plaats-een-klusje&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you'll click through you'll see the field I want to change about halfway the page; the 2 dropdowns with field label: &#34;Deze klus moet worden uitgevoerd op&#34;  and &#34;om&#34;. I am trying to&#60;/p&#62;
&#60;p&#62;- Set a icon for this field (if you could point me in the right direction that would be great!)&#60;br /&#62;
- Get the label field next to the input field&#60;br /&#62;
- Getting those 2 fields next to each other&#60;/p&#62;
&#60;p&#62;So, ideally it would be like this;&#60;br /&#62;
&#60;a href=&#34;http://postimage.org/image/n9iqum38r/&#34; rel=&#34;nofollow&#34;&#62;http://postimage.org/image/n9iqum38r/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I was hoping to find the answer for the latter in &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/data-fields-in-same-row&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/data-fields-in-same-row&#60;/a&#62; but that didn't work. Any help would highly be appreciated!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
