<?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: Text Submit Button &#38; Captcha Spacing???</title>
		<link>https://legacy.forums.gravityhelp.com/topic/text-submit-button-captcha-spacing</link>
		<description>Gravity Support Forums Topic: Text Submit Button &amp; Captcha Spacing???</description>
		<language>en-US</language>
		<pubDate>Fri, 03 Apr 2026 22:54:19 +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/text-submit-button-captcha-spacing" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Text Submit Button &#38; Captcha Spacing???"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/text-submit-button-captcha-spacing#post-45830</link>
			<pubDate>Sun, 08 Jan 2012 23:34:42 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">45830@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome Roger! Glad you got it working and thanks for letting me know. Happy styling my friend. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Roger Due on "Text Submit Button &#38; Captcha Spacing???"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/text-submit-button-captcha-spacing#post-45829</link>
			<pubDate>Sun, 08 Jan 2012 23:33:10 +0000</pubDate>
			<dc:creator>Roger Due</dc:creator>
			<guid isPermaLink="false">45829@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Rob,&#60;br /&#62;
Ok, we are making progress! I am using the Catalyst Theme and it is setup so I don't directly modify the style.css file, but rather add to a &#34;Custom CSS&#34; form within the Catalyst configuration. They even have a custom CSS Builder that lets me identify possible options and the corresponding code to use.&#60;/p&#62;
&#60;p&#62;I added what you suggested and then modified the font &#38;amp; background &#38;amp; size to suit my needs. You can see the result at:&#60;br /&#62;
&#60;a href=&#34;http://onlineprofitsforapartments.com/contact/&#34; rel=&#34;nofollow&#34;&#62;http://onlineprofitsforapartments.com/contact/&#60;/a&#62;&#60;br /&#62;
-- Thanks, Roger
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Text Submit Button &#38; Captcha Spacing???"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/text-submit-button-captcha-spacing#post-45827</link>
			<pubDate>Sun, 08 Jan 2012 22:50:03 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">45827@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This would be the stylesheet associated with your theme. All theme's are setup differently. Do you see any stylesheets you can edit at your theme level? Some of them include areas that allow for CSS placement, some need to be edited directly. You would not update the plugin CSS because like you said, it would get overridden after an update.&#60;/p&#62;
&#60;p&#62;Also, if you have any caching plugins installed, when you add or edit CSS to stylesheets it may take a bit to show up. Not sure how much more to tell you without seeing your actually files and setup.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Roger Due on "Text Submit Button &#38; Captcha Spacing???"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/text-submit-button-captcha-spacing#post-45826</link>
			<pubDate>Sun, 08 Jan 2012 22:49:12 +0000</pubDate>
			<dc:creator>Roger Due</dc:creator>
			<guid isPermaLink="false">45826@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Rob,&#60;br /&#62;
I tried creating mystyles.css in the css folder and added your 1st suggestion. I then tried to specify this at the top level of the contact and also at the captcha and neither place accomplished anything. Please help.&#60;br /&#62;
-- Thanks, Roger
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Roger Due on "Text Submit Button &#38; Captcha Spacing???"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/text-submit-button-captcha-spacing#post-45825</link>
			<pubDate>Sun, 08 Jan 2012 22:33:35 +0000</pubDate>
			<dc:creator>Roger Due</dc:creator>
			<guid isPermaLink="false">45825@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Rob,&#60;br /&#62;
Can you please tell me where this style sheet is? Do I modify one of your existing style sheets? Hopefully that is not the case, since it would be overwritten every time I upgrade. Please point me in the right direction. I took a quick look at your online docs and apparently I haven't found the necessary info.&#60;br /&#62;
-- Thanks, Roger
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Text Submit Button &#38; Captcha Spacing???"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/text-submit-button-captcha-spacing#post-45824</link>
			<pubDate>Sun, 08 Jan 2012 21:47:20 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">45824@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Roger, place this into your theme's stylesheet to change the spacing.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .gform_footer {
padding-top: 0 !important;
margin-top: 0 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can style the submit button by using a number of different selectors, this one would target the submit button on just the form with the ID of 1:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#gform_submit_button_1 {
background-color: black;
color: white;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Roger Due on "Text Submit Button &#38; Captcha Spacing???"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/text-submit-button-captcha-spacing#post-45823</link>
			<pubDate>Sun, 08 Jan 2012 20:47:47 +0000</pubDate>
			<dc:creator>Roger Due</dc:creator>
			<guid isPermaLink="false">45823@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Chris,&#60;br /&#62;
Here is the link:&#60;br /&#62;
&#60;a href=&#34;http://onlineprofitsforapartments.com/contact/&#34; rel=&#34;nofollow&#34;&#62;http://onlineprofitsforapartments.com/contact/&#60;/a&#62;&#60;br /&#62;
-- Thanks, Roger Due
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Text Submit Button &#38; Captcha Spacing???"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/text-submit-button-captcha-spacing#post-45821</link>
			<pubDate>Sun, 08 Jan 2012 19:18:52 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">45821@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you share a link to your form please so we can see what's going on?  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Roger Due on "Text Submit Button &#38; Captcha Spacing???"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/text-submit-button-captcha-spacing#post-45818</link>
			<pubDate>Sun, 08 Jan 2012 19:04:28 +0000</pubDate>
			<dc:creator>Roger Due</dc:creator>
			<guid isPermaLink="false">45818@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am using the Captcha that appears just before the Submit Button. I have also added a &#34;Description&#34; to the Captcha to help people use it.&#60;/p&#62;
&#60;p&#62;But there are about 3 EXTRA blank lines after the Captcha and before the Submit Button. This is not the normal spacing that you have used between the other elements in the Form. How can this be adjusted to be like the others?&#60;/p&#62;
&#60;p&#62;I am using a Text Submit Button with text: Click Here to Submit Your Questions&#60;br /&#62;
I seem to remember that in a previous version of Gravity Forms that I could specify the background color and font to be used with this button. How can I do this without having to use a graphic button, or was this feature never available?&#60;br /&#62;
-- Thanks, Roger
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
