<?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: Address Form Formatting Wrong</title>
		<link>https://legacy.forums.gravityhelp.com/topic/address-form-formatting-wrong</link>
		<description>Gravity Support Forums Topic: Address Form Formatting Wrong</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:23:18 +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/address-form-formatting-wrong" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Address Form Formatting Wrong"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/address-form-formatting-wrong#post-320841</link>
			<pubDate>Thu, 13 Jun 2013 12:33:53 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">320841@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No problem, glad to help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mark Bailey on "Address Form Formatting Wrong"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/address-form-formatting-wrong#post-320817</link>
			<pubDate>Thu, 13 Jun 2013 12:19:46 +0000</pubDate>
			<dc:creator>Mark Bailey</dc:creator>
			<guid isPermaLink="false">320817@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Cool! Thanks for all the ultra-fast help!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Address Form Formatting Wrong"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/address-form-formatting-wrong#post-320788</link>
			<pubDate>Thu, 13 Jun 2013 12:07:36 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">320788@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Looks good in Chrome for me: &#60;a href=&#34;https://www.evernote.com/shard/s212/sh/991ce74f-8f5f-4bc0-848b-d078404c5fe0/63fa0e6230dea25bf4ac956a5c8cbd43&#34; rel=&#34;nofollow&#34;&#62;Screenshot&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mark Bailey on "Address Form Formatting Wrong"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/address-form-formatting-wrong#post-320784</link>
			<pubDate>Thu, 13 Jun 2013 12:06:13 +0000</pubDate>
			<dc:creator>Mark Bailey</dc:creator>
			<guid isPermaLink="false">320784@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Actually the ZIP part looks okay in Firefox now (after your fix above for the whole issue). Still to the right in Chrome though. (Darn browser inconsistencies.)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mark Bailey on "Address Form Formatting Wrong"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/address-form-formatting-wrong#post-320779</link>
			<pubDate>Thu, 13 Jun 2013 12:05:01 +0000</pubDate>
			<dc:creator>Mark Bailey</dc:creator>
			<guid isPermaLink="false">320779@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for the amazingly fast support! That improves it, however the ZIP field is still over to the right. How can I fix that?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Address Form Formatting Wrong"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/address-form-formatting-wrong#post-320772</link>
			<pubDate>Thu, 13 Jun 2013 12:02:48 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">320772@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Mark,&#60;/p&#62;
&#60;p&#62;This &#60;a href=&#34;https://www.evernote.com/shard/s212/sh/6a2a3069-48bb-4e7f-85eb-f841f5c7faaf/5b4a856fd7efbae11c880c40c77726b2&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62; shows your issue. Your theme is placing a bottom margin of 20px below each input (see the generic input and textarea selectors there?&#60;/p&#62;
&#60;p&#62;To fix, use this:&#60;br /&#62;
Just place in your theme's stylesheet (or wherever you are instructed to place custom CSS at the theme level).&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text], body .gform_wrapper .gform_body .gform_fields .gfield input[type=email], body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel], body .gform_wrapper .gform_body .gform_fields .gfield input[type=url], body .gform_wrapper .gform_body .gform_fields .gfield input[type=number], body .gform_wrapper .gform_body .gform_fields .gfield input[type=password], body .gform_wrapper .gform_body .gform_fields .gfield textarea {
margin-bottom: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;a href=&#34;https://www.evernote.com/shard/s212/sh/7885c34a-b58d-48d9-a3a5-0eec740b3215/08e89d80e856298e8d2dfabd838e896c&#34; rel=&#34;nofollow&#34;&#62;Result&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mark Bailey on "Address Form Formatting Wrong"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/address-form-formatting-wrong#post-320761</link>
			<pubDate>Thu, 13 Jun 2013 11:55:55 +0000</pubDate>
			<dc:creator>Mark Bailey</dc:creator>
			<guid isPermaLink="false">320761@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Sure:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.medicareguidance.org/contact-us/&#34; rel=&#34;nofollow&#34;&#62;http://www.medicareguidance.org/contact-us/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Mark
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Address Form Formatting Wrong"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/address-form-formatting-wrong#post-320759</link>
			<pubDate>Thu, 13 Jun 2013 11:54:38 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">320759@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Mark,&#60;/p&#62;
&#60;p&#62;Can you please post a link to your form for us?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mark Bailey on "Address Form Formatting Wrong"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/address-form-formatting-wrong#post-320757</link>
			<pubDate>Thu, 13 Jun 2013 11:52:57 +0000</pubDate>
			<dc:creator>Mark Bailey</dc:creator>
			<guid isPermaLink="false">320757@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I am trying to set up a basic contact form with the default address fields (and such), but the form's formatting is badly off. Under each field (First name, last name, street address, etc.), the descriptor is about 20 pixels too far below the field.&#60;/p&#62;
&#60;p&#62;In one case, it pushes the ZIP field over to the right.&#60;/p&#62;
&#60;p&#62;Here is a screenshot:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wpcdn.com/images/gravity-forms-issue.jpg&#34; rel=&#34;nofollow&#34;&#62;http://wpcdn.com/images/gravity-forms-issue.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The end result is that users are confused by the form because the descriptors are actually closer to the fields below them. And the ZIP formatting looks odd too.&#60;/p&#62;
&#60;p&#62;I've tried with different themes and the results are the same. The themes have no gforms CSS. And I looked in Firebug but I can't find the CSS that's driving this problem (if it is indeed a CSS problem).&#60;/p&#62;
&#60;p&#62;Any help will be appreciated!&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Mark
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
