<?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 Field Labels Appearing Above</title>
		<link>https://legacy.forums.gravityhelp.com/topic/address-field-labels-appearing-above</link>
		<description>Gravity Support Forums Topic: Address Field Labels Appearing Above</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:24:23 +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-field-labels-appearing-above" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Address Field Labels Appearing Above"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/address-field-labels-appearing-above#post-43796</link>
			<pubDate>Mon, 12 Dec 2011 14:59:47 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">43796@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Nick, looks like in your base.css you have:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
input[type=&#38;quot;text&#38;quot;], input[type=&#38;quot;password&#38;quot;], input[type=&#38;quot;email&#38;quot;], textarea, select {
border: 1px solid #CCC;
padding: 6px 4px;
outline: none;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
font: 13px &#38;quot;HelveticaNeue&#38;quot;, &#38;quot;Helvetica Neue&#38;quot;, Helvetica, Arial, sans-serif;
color: #777;
margin: 0;
min-width: 210px;
max-width: 100%;
display: block;
margin-bottom: 20px;
background: white;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That margin seems to be the culprit when it comes to the address field. The labels are on top of the fields, but these sub-labels are set to show underneath the inputs. Try this in your theme's stylesheet, which should make those sublabels closer to their inputs:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.ginput_complex input[type=&#38;quot;text&#38;quot;], .ginput_complex input[type=&#38;quot;password&#38;quot;], .ginput_complex input[type=&#38;quot;email&#38;quot;], .ginput_complex textarea, .ginput_complex select {
margin: 10px 0 0 0 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you don't want them showing that way after this, you might be better off creating your own address fields separately.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nickmolnar on "Address Field Labels Appearing Above"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/address-field-labels-appearing-above#post-43789</link>
			<pubDate>Mon, 12 Dec 2011 14:17:48 +0000</pubDate>
			<dc:creator>nickmolnar</dc:creator>
			<guid isPermaLink="false">43789@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm trying to make the Advanced Address field work with my theme. Currently, the labels are appearing (both on screen and in the HTML) below the fields in the address section, despite the theme being set to have labels on top. &#60;/p&#62;
&#60;p&#62;Is there an easier way to flip these than going through the Plugin itself and changing the layout. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://nicholasmolnar.com/radsocks/?page_id=18&#34; rel=&#34;nofollow&#34;&#62;http://nicholasmolnar.com/radsocks/?page_id=18&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
