<?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: CSS for ReCaptcha</title>
		<link>https://legacy.forums.gravityhelp.com/topic/css-for-recaptcha</link>
		<description>Gravity Support Forums Topic: CSS for ReCaptcha</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:42:29 +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/css-for-recaptcha" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "CSS for ReCaptcha"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-for-recaptcha#post-13063</link>
			<pubDate>Sun, 21 Nov 2010 01:54:28 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">13063@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Understood. Glad that helped you out. Thanks for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jez on "CSS for ReCaptcha"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-for-recaptcha#post-13061</link>
			<pubDate>Sat, 20 Nov 2010 21:37:07 +0000</pubDate>
			<dc:creator>Jez</dc:creator>
			<guid isPermaLink="false">13061@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Kevin,&#60;/p&#62;
&#60;p&#62;I have different copies of that form in different places, we were looking at different ones, sorry!&#60;/p&#62;
&#60;p&#62;Anyway, your latest tweak to just target gfield_label did the trick.&#60;/p&#62;
&#60;p&#62;Thanks very much your your help.&#60;/p&#62;
&#60;p&#62;Jez
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "CSS for ReCaptcha"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-for-recaptcha#post-13042</link>
			<pubDate>Sat, 20 Nov 2010 10:17:22 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">13042@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No, the containing list ID that I'm targeting is correct. Look at your markup closely and you'll see that it's &#34;field_1_16&#34;. &#60;/p&#62;
&#60;p&#62;Use this instead. It only targets the label with the &#34;gfield_label&#34; class so the reCaptcha div won't inherit from the rule.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;body .gform_wrapper li#field_1_16 label.gfield_label {display:none}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/grabs/1c783841d0ab6d522545249accad7cf8.png&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jez on "CSS for ReCaptcha"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-for-recaptcha#post-13040</link>
			<pubDate>Sat, 20 Nov 2010 08:03:24 +0000</pubDate>
			<dc:creator>Jez</dc:creator>
			<guid isPermaLink="false">13040@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for your help but that did not work. The html I dont want shown is:&#60;/p&#62;
&#60;p&#62;'&#38;lt;label for=&#34;input_3_16&#34; class=&#34;gfield_label&#34;&#38;gt;Enter Code&#38;lt;/label&#38;gt;'&#60;/p&#62;
&#60;p&#62;I noticed it was 3_16 as opposed to 1_16 and changed that, which did the left align like I wanted, however, the message &#34;enter the two words below&#34; dissapreared from re-captcha, which I really need if the label is also going to be missing.&#60;/p&#62;
&#60;p&#62;Actually, if you check your own screen shot you can see that label missing too...&#60;/p&#62;
&#60;p&#62;Do you have any other suggestions?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "CSS for ReCaptcha"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-for-recaptcha#post-13032</link>
			<pubDate>Fri, 19 Nov 2010 19:08:19 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">13032@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The containing list item has a unique ID so you can use CSS inheritance to do pretty much anything you need. &#60;/p&#62;
&#60;p&#62;Try adding this to your theme stylesheet.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;body .gform_wrapper li#field_1_16 label {display:none}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/grabs/7be88aaf691cf494bba7b084a1b44432.png&#34; rel=&#34;nofollow&#34;&#62;test screenshot&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jez on "CSS for ReCaptcha"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-for-recaptcha#post-13028</link>
			<pubDate>Fri, 19 Nov 2010 18:58:39 +0000</pubDate>
			<dc:creator>Jez</dc:creator>
			<guid isPermaLink="false">13028@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Kevin,&#60;/p&#62;
&#60;p&#62;Yes, I want al fields to have left labels except for re-captcha where I would like it top level, or removed entirely.&#60;/p&#62;
&#60;p&#62;It actually displays &#34;top align&#34; in IE, but I think that is just because it is dropping down due to the container size, in FireFox it displays the label left align as per the screen shot I posted.&#60;/p&#62;
&#60;p&#62;The URL is below, the form is conditional so just alter the drop down list to reveal the full form:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://debtadviceuk.net/&#34; rel=&#34;nofollow&#34;&#62;http://debtadviceuk.net/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "CSS for ReCaptcha"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-for-recaptcha#post-13027</link>
			<pubDate>Fri, 19 Nov 2010 18:52:46 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">13027@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm not clear on what you want to do here. You want all the fields to have left labels except for the reCaptcha container - you want it to have a top label?&#60;/p&#62;
&#60;p&#62;Also, a screencap is nice, but doesn't let me inspect/test on your form. Can you include a URL to your form?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jez on "CSS for ReCaptcha"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-for-recaptcha#post-13022</link>
			<pubDate>Fri, 19 Nov 2010 18:37:37 +0000</pubDate>
			<dc:creator>Jez</dc:creator>
			<guid isPermaLink="false">13022@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello All,&#60;/p&#62;
&#60;p&#62;I have a problem trying to style the Re-Captcha div.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://img220.imageshack.us/img220/3166/screenierecaptcher.png&#34; rel=&#34;nofollow&#34;&#62;http://img220.imageshack.us/img220/3166/screenierecaptcher.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;What I want is to make the labels left align on the entire form except on RE-Captcha where I want the image to be left aligned either:&#60;/p&#62;
&#60;p&#62;with the label above&#60;br /&#62;
no label at all (re-captcha is pretty self explanatory)&#60;/p&#62;
&#60;p&#62;As you can see from the image above, the label pushes the captcha out of its containter in some browsers, though in some versions of IE it seems ok.&#60;/p&#62;
&#60;p&#62;Ive looked at the form css and cannot fathom how I would go about making this change, as the php generates the divs etc. If I add a custom style, it does not seem to kill the labels container...&#60;/p&#62;
&#60;p&#62;Im a bit stuck!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
