<?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 Smushed</title>
		<link>https://legacy.forums.gravityhelp.com/topic/submit-button-image-smushed</link>
		<description>Gravity Support Forums Topic: Submit Button Image Smushed</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:25:33 +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-smushed" rel="self" type="application/rss+xml" />

		<item>
			<title>pbjeffrey on "Submit Button Image Smushed"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-image-smushed#post-20492</link>
			<pubDate>Mon, 14 Mar 2011 01:00:06 +0000</pubDate>
			<dc:creator>pbjeffrey</dc:creator>
			<guid isPermaLink="false">20492@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You are awesome. Thank you so much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Submit Button Image Smushed"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-image-smushed#post-20491</link>
			<pubDate>Mon, 14 Mar 2011 00:58:00 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">20491@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yep, line 81 of your theme's style.css file sets a height of 14 pixels to all inputs. Since your button image is still technically an input, it's being forced to that height. That said, here's how you override the inheritance. Put this rule at the end of your style.css file.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body .gform_wrapper .gform_footer input[type=image] {
    border: none;
    padding: 0;
    height: auto;
    width: auto;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;test screenshot: &#60;a href=&#34;http://grab.by/9ssG&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/9ssG&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You'll notice that I added a couple of other things to remove the border on the input and extra padding so everything lines up correctly.&#60;/p&#62;
&#60;p&#62;Let us know if you need anything else.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pbjeffrey on "Submit Button Image Smushed"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-image-smushed#post-20490</link>
			<pubDate>Sun, 13 Mar 2011 23:58:41 +0000</pubDate>
			<dc:creator>pbjeffrey</dc:creator>
			<guid isPermaLink="false">20490@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello. The reference page is: &#60;a href=&#34;http://writtenmagic.ca/wordpress-themed-websites-2/&#34; rel=&#34;nofollow&#34;&#62;http://writtenmagic.ca/wordpress-themed-websites-2/&#60;/a&#62; where I'm finding that the image I use for the submit button is looking a little too small. When I use a text button instead, it is cut in half. &#60;/p&#62;
&#60;p&#62;I tried to search the forums and found &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/submit-button-picture-is-enlarged&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/submit-button-picture-is-enlarged&#60;/a&#62; which I think is likely a similar issue, just the opposite. I recently switched to a new theme, so it doesn't surprise me that it's likely the CSS messing it up. I tried adding that code to the bottom of my CSS Stylesheet, and included the !important, but it doesn't seem to make a difference, so I am wondering if there's something I'm missing here.&#60;/p&#62;
&#60;p&#62;I am, admittedly, a CSS amateur and this is beyond my scope. Thanks for taking the time to help. :)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
