<?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: Styling the Address Block</title>
		<link>https://legacy.forums.gravityhelp.com/topic/styling-the-address-block</link>
		<description>Gravity Support Forums Topic: Styling the Address Block</description>
		<language>en-US</language>
		<pubDate>Tue, 07 Apr 2026 23:23:27 +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/styling-the-address-block" rel="self" type="application/rss+xml" />

		<item>
			<title>chucktho on "Styling the Address Block"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-the-address-block#post-15253</link>
			<pubDate>Fri, 31 Dec 2010 07:41:16 +0000</pubDate>
			<dc:creator>chucktho</dc:creator>
			<guid isPermaLink="false">15253@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you.  That did it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Styling the Address Block"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-the-address-block#post-15241</link>
			<pubDate>Thu, 30 Dec 2010 18:34:48 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">15241@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@chucktho - Here's some CSS rules that are targeted for that specific form. If I understand correctly, this is how you were trying to format it. You can remove whatever CSS you had implemented before, then append these to the end of the  theme stylesheet and you should be good to go.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body #gform_wrapper_10 #input_10_3_1_container {width:48%!important; float:left}
body #gform_wrapper_10 #input_10_3_2_container {width:48%!important;}
body #gform_wrapper_10 #input_10_3_3_container,
body #gform_wrapper_10 #input_10_3_4_container {width:32%!important; float:left}
body #gform_wrapper_10 #input_10_3_5_container {width:31%!important;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;test screenshot: &#60;a href=&#34;http://grab.by/88rc&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/88rc&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You'll note that as Carl mentioned previously, each input is wrapped in a container with a unique ID. If you simply target those correctly, you can manipulate everything to suit your needs.&#60;/p&#62;
&#60;p&#62;If you want to become more familiar with the basic form layout and ID/Class structure. You can reference the visual guide via the link below.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/visual-css-guide/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/visual-css-guide/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Styling the Address Block"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-the-address-block#post-15237</link>
			<pubDate>Thu, 30 Dec 2010 18:09:19 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">15237@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes there are id's that contain 3 level deep numbers like 10_3_2 however the sub elements of the Address field don't have an id that begins with &#34;field&#34;.  So what Kevin was saying is the field name is field_10_3 and that encompasses ALL of the address field.&#60;/p&#62;
&#60;p&#62;The individual elements of the Address field have different ids.  For instance the spans that contain each element have an id that looks like this:&#60;/p&#62;
&#60;p&#62;input_10_3_1_container&#60;/p&#62;
&#60;p&#62;Which you would target with CSS like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;#input_10_3_1_container {my-css: goeshere;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Kevin is going to work up some CSS for you that you can use to accomplish what you want to do.  Doing what you want to do requires knowledge of how to float CSS elements and how elements relate to each other via id's and classes and containers.&#60;/p&#62;
&#60;p&#62;He will post an update once he has the CSS completed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chucktho on "Styling the Address Block"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-the-address-block#post-15235</link>
			<pubDate>Thu, 30 Dec 2010 17:56:16 +0000</pubDate>
			<dc:creator>chucktho</dc:creator>
			<guid isPermaLink="false">15235@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I don't know enough about this stuff.  How will I move the fields around if they're all the same?  i.e. if 10_3_4 is actually 10_3, what is 10_3_3 or 10_3_2?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Styling the Address Block"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-the-address-block#post-15233</link>
			<pubDate>Thu, 30 Dec 2010 17:49:06 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">15233@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You need to view the page source to get the ID's. You can do this by right-clicking in the page somewhere and choosing &#34;view source&#34;or &#34;view page source&#34; from the contextual menu.&#60;/p&#62;
&#60;p&#62;If you view the source and search for &#34;#field_10_3.4&#34; you'll see that doesn't exist either. The actual field name is &#34;field_10_3&#34;.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://grab.by/88oi&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/88oi&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chucktho on "Styling the Address Block"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-the-address-block#post-15230</link>
			<pubDate>Thu, 30 Dec 2010 17:35:50 +0000</pubDate>
			<dc:creator>chucktho</dc:creator>
			<guid isPermaLink="false">15230@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I just tried replacing the underscore with a dot to no effect.  For example, I went from &#34;#field_10_3_4&#34; to &#34;#field_10_3.4&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chucktho on "Styling the Address Block"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-the-address-block#post-15228</link>
			<pubDate>Thu, 30 Dec 2010 17:30:06 +0000</pubDate>
			<dc:creator>chucktho</dc:creator>
			<guid isPermaLink="false">15228@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm trying to get both Address fields on one line and City, State, Zip on another.&#60;/p&#62;
&#60;p&#62;This is what appears for IDs in Fields for Form ID 10 when I access IDs from the Edit Forms panel.  Am I misunderstanding something?&#60;/p&#62;
&#60;p&#62;Street Address	3.1&#60;br /&#62;
Address Line 2	3.2&#60;br /&#62;
City	3.3&#60;br /&#62;
State / Province	3.4&#60;br /&#62;
Zip / Postal Code	3.5&#60;br /&#62;
Country	3.6
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Styling the Address Block"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-the-address-block#post-15223</link>
			<pubDate>Thu, 30 Dec 2010 17:08:29 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">15223@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The problem with your rules is that the ID's you've specified don't exist.&#60;/p&#62;
&#60;p&#62;For example, there is no &#34;field_10_3_1&#34; in your markup, there is however a &#34;field_10_3&#34;. If you target the ID's correctly, the rules should work.&#60;/p&#62;
&#60;p&#62;test screenshot: &#60;a href=&#34;http://grab.by/88lf&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/88lf&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Styling the Address Block"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-the-address-block#post-15218</link>
			<pubDate>Thu, 30 Dec 2010 16:55:29 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">15218@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you describe what you are trying to accomplish as far as styling goes?  Looking at the CSS itself isn't as helpful as an explanation so we know what your goal is.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chucktho on "Styling the Address Block"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-the-address-block#post-15216</link>
			<pubDate>Thu, 30 Dec 2010 16:39:36 +0000</pubDate>
			<dc:creator>chucktho</dc:creator>
			<guid isPermaLink="false">15216@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm trying to style the Address Block on my form and having no success at all.  Below is what I'm using.  I've tried with both px and % using the same code I'm using for styling other parts of the same form.  Your help is greatly appreciated.&#60;/p&#62;
&#60;p&#62;The form is here:  &#60;a href=&#34;http://tbfaa.devsite103.com/tbfaa/join-tbfaa/&#34; rel=&#34;nofollow&#34;&#62;http://tbfaa.devsite103.com/tbfaa/join-tbfaa/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;My CSS:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/* Mailing Address1 */
body.custom #field_10_3_1 {
width: 50%;
float: left;
}
#input_10_3_1 {
width: 90%;
}
/* Mailing Address2 */
body.custom #field_10_3_2 {
width: 50%;
float: left;
}
#input_10_3_2 {
width: 90%;
}
/* Mailing City */
body.custom #field_10_3_3 {
width: 60%;
float: left;
}
#input_10_3_3 {
width: 90%;
}
/* Mailing State */
body.custom #field_10_3_4 {
width: 20%;
float: left;
}
#input_10_3_4 {
width: 90%;
}
/* Mailing Zip */
body.custom #field_10_3_5 {
width: 20%;
float: left;
}
#input_10_3_5{
width: 90%;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
