<?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: custom code for sidebar form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/custom-code-for-sidebar-form</link>
		<description>Gravity Support Forums Topic: custom code for sidebar form</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:22:47 +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/custom-code-for-sidebar-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "custom code for sidebar form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-code-for-sidebar-form#post-51425</link>
			<pubDate>Tue, 06 Mar 2012 09:57:18 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">51425@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad to help out!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jrileyc on "custom code for sidebar form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-code-for-sidebar-form#post-51421</link>
			<pubDate>Tue, 06 Mar 2012 09:33:08 +0000</pubDate>
			<dc:creator>jrileyc</dc:creator>
			<guid isPermaLink="false">51421@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks very much.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "custom code for sidebar form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-code-for-sidebar-form#post-51346</link>
			<pubDate>Mon, 05 Mar 2012 16:40:59 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">51346@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In your theme's CSS you have:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
input, textarea {
font-size: 1em;
color: #444;
background: #EEE;
border: 1px solid #AAA;
border-right-color: #DDD;
border-bottom-color: #DDD;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This is affecting all types of inputs since they are just general, vague selectors. Try dropping this in to override those:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_widget .gform_image_button {
background: none;
border: 0;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>jrileyc on "custom code for sidebar form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-code-for-sidebar-form#post-51343</link>
			<pubDate>Mon, 05 Mar 2012 16:37:02 +0000</pubDate>
			<dc:creator>jrileyc</dc:creator>
			<guid isPermaLink="false">51343@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Rob again. Wonderful. I'm getting a padded frame around my custom submit button from Gravity.&#60;br /&#62;
What can i do to remove that? &#60;a href=&#34;http://atlantahomessearcher.com&#34; rel=&#34;nofollow&#34;&#62;http://atlantahomessearcher.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "custom code for sidebar form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-code-for-sidebar-form#post-51334</link>
			<pubDate>Mon, 05 Mar 2012 16:07:48 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">51334@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No problem, try dropping this into your theme's stylesheet:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_widget .gform_footer {
text-align: right;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>jrileyc on "custom code for sidebar form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-code-for-sidebar-form#post-51318</link>
			<pubDate>Mon, 05 Mar 2012 14:45:07 +0000</pubDate>
			<dc:creator>jrileyc</dc:creator>
			<guid isPermaLink="false">51318@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Rob thanks. Worked perfectly except for i need to move / align submit button to the right?&#60;br /&#62;
I didn't see  any ready classes info on that? I tried gf_align_right just guessing. didn't work
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "custom code for sidebar form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-code-for-sidebar-form#post-51309</link>
			<pubDate>Mon, 05 Mar 2012 14:14:55 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">51309@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey there, see if our ready classes helps you out here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jrileyc on "custom code for sidebar form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-code-for-sidebar-form#post-51294</link>
			<pubDate>Mon, 05 Mar 2012 11:54:32 +0000</pubDate>
			<dc:creator>jrileyc</dc:creator>
			<guid isPermaLink="false">51294@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I need to customize my sidebar gravity form. I can't get the drop downs and check boxes to be side by side.&#60;br /&#62;
&#60;a href=&#34;http://atlantahomessearcher.com&#34; rel=&#34;nofollow&#34;&#62;http://atlantahomessearcher.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;this is a screenshot of the desired look. &#60;a href=&#34;http://atlantahomessearcher.com/id-1.png&#34; rel=&#34;nofollow&#34;&#62;http://atlantahomessearcher.com/id-1.png&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
