<?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: inline fields not working (2 column)</title>
		<link>https://legacy.forums.gravityhelp.com/topic/inline-fields-not-working-2-column</link>
		<description>Gravity Support Forums Topic: inline fields not working (2 column)</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:06: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/inline-fields-not-working-2-column" rel="self" type="application/rss+xml" />

		<item>
			<title>teajayo on "inline fields not working (2 column)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/inline-fields-not-working-2-column#post-50334</link>
			<pubDate>Thu, 23 Feb 2012 12:32:47 +0000</pubDate>
			<dc:creator>teajayo</dc:creator>
			<guid isPermaLink="false">50334@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "inline fields not working (2 column)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/inline-fields-not-working-2-column#post-50327</link>
			<pubDate>Thu, 23 Feb 2012 12:14:08 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">50327@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Check out the following page of the documentation because you will need to add a filter to your themes functions file to do that.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_address_state&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_address_state&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>teajayo on "inline fields not working (2 column)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/inline-fields-not-working-2-column#post-50323</link>
			<pubDate>Thu, 23 Feb 2012 12:08:34 +0000</pubDate>
			<dc:creator>teajayo</dc:creator>
			<guid isPermaLink="false">50323@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Do you happen to have any Idea how to change the label from State / Province / Region to just State?  Where do I find that label?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>teajayo on "inline fields not working (2 column)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/inline-fields-not-working-2-column#post-50321</link>
			<pubDate>Thu, 23 Feb 2012 12:05:24 +0000</pubDate>
			<dc:creator>teajayo</dc:creator>
			<guid isPermaLink="false">50321@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;THANK YOU!!!!!!!!!! Richard.  That was it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "inline fields not working (2 column)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/inline-fields-not-working-2-column#post-50319</link>
			<pubDate>Thu, 23 Feb 2012 11:59:31 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">50319@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try adding the following to the bottom of your stylesheet, the problem is that your themes css is adding 10 pixel padding to the left side of the li elements on the form which means there isn't enough room for the fields to fit side by side.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper ul li {padding-left:0px !important}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>teajayo on "inline fields not working (2 column)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/inline-fields-not-working-2-column#post-50316</link>
			<pubDate>Thu, 23 Feb 2012 11:50:14 +0000</pubDate>
			<dc:creator>teajayo</dc:creator>
			<guid isPermaLink="false">50316@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;yup.  I had to take the coming soon plugin down &#38;gt; &#60;a href=&#34;http://www.sullivanglass.com/contact-us&#34; rel=&#34;nofollow&#34;&#62;http://www.sullivanglass.com/contact-us&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Something is up.  I want to have two columns with inputs all the same size.  It appears that the phone fields are a little larger than the other text inputs and they should all be the same size.&#60;br /&#62;
gf_left_half and gf_right_half I am using are correct.  It is something in the CSS.... but what??
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "inline fields not working (2 column)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/inline-fields-not-working-2-column#post-50310</link>
			<pubDate>Thu, 23 Feb 2012 11:35:53 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">50310@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you post a link to a page with your form on it, then we can take a look and see if something in your themes stylesheet may be causing the problem.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>teajayo on "inline fields not working (2 column)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/inline-fields-not-working-2-column#post-50306</link>
			<pubDate>Thu, 23 Feb 2012 11:13:15 +0000</pubDate>
			<dc:creator>teajayo</dc:creator>
			<guid isPermaLink="false">50306@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello.  I have used the gf_left_half and gf_right_half to display two inline Phone number fields and when I preview the form it displays correct.  When I save it (update form) and view it in firefox one phone field is displayed left and the a line break and the secondary phone field is displayed right...... not on the same line.  What's going on?  Any help?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
