<?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: Submit Button Image is huge</title>
		<link>https://legacy.forums.gravityhelp.com/topic/submit-button-image-is-huge</link>
		<description>Gravity Support Forums Topic: Submit Button Image is huge</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:49: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/submit-button-image-is-huge" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Submit Button Image is huge"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-image-is-huge#post-34415</link>
			<pubDate>Sun, 04 Sep 2011 11:34:28 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">34415@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can probably just add a couple of other properties to the rule I gave you before. I know some themes like Thesis add padding and borders too that get inherited by the image buttons.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_footer input[type=image] {
	width: auto;
	cursor: pointer;
        padding: 0;
        border: none
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>made-connection on "Submit Button Image is huge"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-image-is-huge#post-34410</link>
			<pubDate>Sun, 04 Sep 2011 05:53:32 +0000</pubDate>
			<dc:creator>made-connection</dc:creator>
			<guid isPermaLink="false">34410@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;ok, now its working ok... it just put a box around it though... i can sort that out tho...&#60;br /&#62;
many thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>made-connection on "Submit Button Image is huge"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-image-is-huge#post-34381</link>
			<pubDate>Sat, 03 Sep 2011 23:42:18 +0000</pubDate>
			<dc:creator>made-connection</dc:creator>
			<guid isPermaLink="false">34381@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Kevin for getting back to me as this is a theme issue.  However i tried adding the code and i still get a large button.  Please can you take a look here:  &#60;a href=&#34;http://made-connection.com/&#34; rel=&#34;nofollow&#34;&#62;http://made-connection.com/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Submit Button Image is huge"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-image-is-huge#post-34332</link>
			<pubDate>Sat, 03 Sep 2011 08:35:58 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">34332@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Line 62 of your theme stylesheet sets a blanket 50% width on all inputs.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
input {
    width: 50%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That's sloppy CSS work. Inputs aren't all created equal so they shouldn't all be defined the same. When you add a custom image, it is still technically an input element ( input type='image' ) so it's going to inherit from that rule.&#60;/p&#62;
&#60;p&#62;You can add this to the end of your theme stylesheet and it should override the previous rule. I also threw in the cursor property because something was overriding that as well.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_footer input[type=image] {
	width:auto;
	cursor: pointer
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/nIsFBj&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/nIsFBj&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>made-connection on "Submit Button Image is huge"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-image-is-huge#post-34331</link>
			<pubDate>Sat, 03 Sep 2011 05:34:48 +0000</pubDate>
			<dc:creator>made-connection</dc:creator>
			<guid isPermaLink="false">34331@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm using a graphic button i made. It like 25px by 50 so quite small.  However the submit button is huge on my site probably 150 x 300.  I have disabled it for the moment because its ugly.&#60;br /&#62;
Please can you let me know what the problem is.  page in questions:  &#60;a href=&#34;http://made-connection.com/&#34; rel=&#34;nofollow&#34;&#62;http://made-connection.com/&#60;/a&#62;&#60;br /&#62;
its the grey button that looks boring on the right hand column.&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
