<?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: Spacing and formatting</title>
		<link>https://legacy.forums.gravityhelp.com/topic/spacing-and-formatting</link>
		<description>Gravity Support Forums Topic: Spacing and formatting</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 11:52:54 +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/spacing-and-formatting" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Spacing and formatting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spacing-and-formatting#post-32271</link>
			<pubDate>Wed, 10 Aug 2011 20:47:38 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">32271@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;My pleasure. If you need anything else please let us know.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>choib730 on "Spacing and formatting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spacing-and-formatting#post-32268</link>
			<pubDate>Wed, 10 Aug 2011 20:01:02 +0000</pubDate>
			<dc:creator>choib730</dc:creator>
			<guid isPermaLink="false">32268@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you so much for all your help and your professionalism.&#60;br /&#62;
Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Spacing and formatting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spacing-and-formatting#post-32266</link>
			<pubDate>Wed, 10 Aug 2011 19:47:45 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">32266@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, like I said earlier. Resize the parent list item and the fields will adjust accordingly. Remove the other styles you've added and add this instead.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper li#field_2_2 {
    width: 50%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/nhp16e&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/nhp16e&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>choib730 on "Spacing and formatting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spacing-and-formatting#post-32265</link>
			<pubDate>Wed, 10 Aug 2011 19:17:10 +0000</pubDate>
			<dc:creator>choib730</dc:creator>
			<guid isPermaLink="false">32265@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for your help again.&#60;br /&#62;
However, as you can see on your screenshot, this leaves gap between the email field and confirm email field.&#60;br /&#62;
Any solution to this?&#60;br /&#62;
I really appreciate your help.&#60;br /&#62;
Thank you.&#60;br /&#62;
&#60;a href=&#34;http://www.aaron-choi.com/rsvp/&#34; rel=&#34;nofollow&#34;&#62;http://www.aaron-choi.com/rsvp/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Spacing and formatting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spacing-and-formatting#post-32173</link>
			<pubDate>Wed, 10 Aug 2011 02:21:09 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">32173@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would reduce the size of the parent container for both fields rather than trying to style each individual email field. The reason is that they are set as percentages of the parent width so resizing the parent would effectively reduce the width of the children.&#60;/p&#62;
&#60;p&#62;Either way, you could use more specific CSS to override the default width, or simply use the !important declaration to overcome it.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper input#input_2_2 {
    width: 300px!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/newD7W&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/newD7W&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>choib730 on "Spacing and formatting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spacing-and-formatting#post-32172</link>
			<pubDate>Wed, 10 Aug 2011 01:56:47 +0000</pubDate>
			<dc:creator>choib730</dc:creator>
			<guid isPermaLink="false">32172@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;W.O.W.&#60;br /&#62;
Thank you for your prompt response.  That did it.  Thank you so much.&#60;br /&#62;
however, I have just one more question on the field length.&#60;br /&#62;
on my other form - &#60;a href=&#34;http://www.aaron-choi.com/rsvp/&#34; rel=&#34;nofollow&#34;&#62;http://www.aaron-choi.com/rsvp/&#60;/a&#62;&#60;br /&#62;
I was able to change the length of the field and shorten it, but the email field&#60;/p&#62;
&#60;p&#62;.gform_wrapper #input_2_2 { width: 600px; }&#60;/p&#62;
&#60;p&#62;it does not seem to change the length at all no matter what I put.&#60;br /&#62;
Thank you again for your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Spacing and formatting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spacing-and-formatting#post-32168</link>
			<pubDate>Tue, 09 Aug 2011 21:19:24 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">32168@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If by &#34;its name&#34; you're talking about the sub-labels beneath the fields then that's coming from a margin value in your theme. It's setting a blanket 10px bottom margin on all inputs, textareas, etc. That's also causing your zip code to align improperly to the right of the form. It's &#34;hanging&#34; on the invisible element border to the left.&#60;/p&#62;
&#60;p&#62;You can add this to the end of your custom CSS file and it should correct both problems.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper input,
body .gform_wrapper textarea,
body .gform_wrapper select {
	margin:0
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/p9F8Z6&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/p9F8Z6&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>choib730 on "Spacing and formatting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spacing-and-formatting#post-32167</link>
			<pubDate>Tue, 09 Aug 2011 21:07:02 +0000</pubDate>
			<dc:creator>choib730</dc:creator>
			<guid isPermaLink="false">32167@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I have looked up previous post on this topic and tried to fix them with examples provided, but nothing seems to change.  My site is &#60;a href=&#34;http://www.aaron-choi.com/contact/&#34; rel=&#34;nofollow&#34;&#62;http://www.aaron-choi.com/contact/&#60;/a&#62;&#60;br /&#62;
and I am trying to get rid of the space between the field and its name.&#60;br /&#62;
And can you please see why the zip code field is to the right instead of being on the left?&#60;br /&#62;
Thank you for all your assistance.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
