<?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: Spaces on Email and Confirm Email Problem</title>
		<link>https://legacy.forums.gravityhelp.com/topic/spaces-on-email-and-confirm-email-problem</link>
		<description>Gravity Support Forums Topic: Spaces on Email and Confirm Email Problem</description>
		<language>en-US</language>
		<pubDate>Fri, 24 Apr 2026 11:16:43 +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/spaces-on-email-and-confirm-email-problem" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Spaces on Email and Confirm Email Problem"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spaces-on-email-and-confirm-email-problem#post-25172</link>
			<pubDate>Tue, 10 May 2011 10:41:44 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">25172@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Wonderful. Thanks for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Gavin on "Spaces on Email and Confirm Email Problem"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spaces-on-email-and-confirm-email-problem#post-25162</link>
			<pubDate>Tue, 10 May 2011 08:53:46 +0000</pubDate>
			<dc:creator>Gavin</dc:creator>
			<guid isPermaLink="false">25162@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Kevin,&#60;/p&#62;
&#60;p&#62;It works well.. Thank you very much.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Spaces on Email and Confirm Email Problem"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spaces-on-email-and-confirm-email-problem#post-25057</link>
			<pubDate>Mon, 09 May 2011 11:10:53 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">25057@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Gavin, Add this to the end of your theme.css file.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .left_label .ginput_complex .ginput_right label,
.gform_wrapper .left_label .ginput_complex .ginput_left label,
.gform_wrapper .right_label .ginput_complex .ginput_right label,
.gform_wrapper .right_label .ginput_complex .ginput_left label {word-spacing: 0!important}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://grab.by/a5iB&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/a5iB&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Gavin on "Spaces on Email and Confirm Email Problem"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spaces-on-email-and-confirm-email-problem#post-25054</link>
			<pubDate>Mon, 09 May 2011 11:03:40 +0000</pubDate>
			<dc:creator>Gavin</dc:creator>
			<guid isPermaLink="false">25054@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I do what highend told me but I didnt get any luck. I hope we can fix this as soon as possible.. thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Spaces on Email and Confirm Email Problem"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spaces-on-email-and-confirm-email-problem#post-25043</link>
			<pubDate>Mon, 09 May 2011 08:06:18 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">25043@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I haven't seen that anywhere else so far but will check into it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>isuk on "Spaces on Email and Confirm Email Problem"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spaces-on-email-and-confirm-email-problem#post-25039</link>
			<pubDate>Mon, 09 May 2011 03:41:41 +0000</pubDate>
			<dc:creator>isuk</dc:creator>
			<guid isPermaLink="false">25039@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've seen that as well on my forms.&#60;/p&#62;
&#60;p&#62;The problem is this line:&#60;br /&#62;
.gform_wrapper .right_label .ginput_complex .ginput_left label {word-spacing: -.4em}&#60;/p&#62;
&#60;p&#62;Change the end of it to e.g.:&#60;br /&#62;
{word-spacing: .1em}&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
highend
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Gavin on "Spaces on Email and Confirm Email Problem"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spaces-on-email-and-confirm-email-problem#post-25037</link>
			<pubDate>Mon, 09 May 2011 01:33:25 +0000</pubDate>
			<dc:creator>Gavin</dc:creator>
			<guid isPermaLink="false">25037@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Kevin,&#60;/p&#62;
&#60;p&#62;Here is the url: &#60;a href=&#34;http://www.us-esta.co.uk/esta-application/&#34; rel=&#34;nofollow&#34;&#62;http://www.us-esta.co.uk/esta-application/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please see the email field.&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Spaces on Email and Confirm Email Problem"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spaces-on-email-and-confirm-email-problem#post-25034</link>
			<pubDate>Mon, 09 May 2011 00:31:59 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">25034@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you post a URL to your form so we can check this out?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Gavin on "Spaces on Email and Confirm Email Problem"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spaces-on-email-and-confirm-email-problem#post-25021</link>
			<pubDate>Sun, 08 May 2011 20:30:10 +0000</pubDate>
			<dc:creator>Gavin</dc:creator>
			<guid isPermaLink="false">25021@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I have a problem on Email/Confirm Email label on my form. I wonder why there is no spaces between Enter Email and Confirm Email. It shows &#34;EnterEmail&#34; and &#34;ConfirmEmail&#34;. Can anyone help me how to fix this. Thank you very much in advance.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
