<?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: Anyone use Gravity Forms to drive subscriptions from sidebar/widget?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/anyone-use-gravity-forms-to-drive-subscriptions-from-sidebarwidget</link>
		<description>Gravity Support Forums Topic: Anyone use Gravity Forms to drive subscriptions from sidebar/widget?</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 21:43:30 +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/anyone-use-gravity-forms-to-drive-subscriptions-from-sidebarwidget" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Anyone use Gravity Forms to drive subscriptions from sidebar/widget?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/anyone-use-gravity-forms-to-drive-subscriptions-from-sidebarwidget#post-27814</link>
			<pubDate>Wed, 15 Jun 2011 01:50:39 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">27814@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is kind of off topic for this thread, but here's the deal.&#60;/p&#62;
&#60;p&#62;The styles aren't a Gravity Forms specific issue, It's a problem with your theme styles. The form is simply inheriting a rule from your theme's (Thesis) layout.css file. If you look at the layout.css file on line 247 you'll see this rule.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.format_text input,
#commentform input,
#commentform textarea {
  width: 45%;
  padding: 0.25em;
  border-width: 0.083em 0.083em 0.083em 0.083em;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That's setting ANY input inside the &#34;format_text&#34; classed div to 45% width. Buttons are inputs, so it's inheriting that rule. The form in the footer doesn't inherit that rule so it doesn't look the same.&#60;/p&#62;
&#60;p&#62;You can override that button style by adding this to your custom CSS rules.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.format_text .gform_wrapper input[type=submit] {width:auto!important}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you run into any other styling oddities, just search the forums for &#34;Thesis&#34; and you'll find plenty of other threads dealing with the same issues.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jkinley on "Anyone use Gravity Forms to drive subscriptions from sidebar/widget?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/anyone-use-gravity-forms-to-drive-subscriptions-from-sidebarwidget#post-27811</link>
			<pubDate>Wed, 15 Jun 2011 00:23:09 +0000</pubDate>
			<dc:creator>jkinley</dc:creator>
			<guid isPermaLink="false">27811@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am having CSS related issues as well. In the main content area, things work fine, but sidebars and footers not so much. I am manually enqueuing the scripts and CSS, but there are still issues. For example, look at the submit button. Why are they not the same in the main content area vs the footer?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://barefeats.org/wp302/contact-us/&#34; rel=&#34;nofollow&#34;&#62;http://barefeats.org/wp302/contact-us/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;JK
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Anyone use Gravity Forms to drive subscriptions from sidebar/widget?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/anyone-use-gravity-forms-to-drive-subscriptions-from-sidebarwidget#post-6131</link>
			<pubDate>Sun, 06 Jun 2010 09:21:32 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">6131@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What do you mean &#34;ain't working&#34;?   Are you manually enqueuing the scripts and CSS when you use the widget?&#60;/p&#62;
&#60;p&#62;Read the section about &#34;Function Call&#34; here:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/embedding-a-form/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/embedding-a-form/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You need the code from the last box on that page.&#60;/p&#62;
&#60;p&#62;If it's not working some other way, please post what's not working exactly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>davethackeray on "Anyone use Gravity Forms to drive subscriptions from sidebar/widget?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/anyone-use-gravity-forms-to-drive-subscriptions-from-sidebarwidget#post-6130</link>
			<pubDate>Sun, 06 Jun 2010 08:55:43 +0000</pubDate>
			<dc:creator>davethackeray</dc:creator>
			<guid isPermaLink="false">6130@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey!&#60;/p&#62;
&#60;p&#62;Struggling like the proverbial to figure out a way to inject the sidebar with a Gravity Form to drive subscriptions to my site.&#60;/p&#62;
&#60;p&#62;Has anyone done this who would be prepared to share an example of its use in this respect and help out a fellow GFer figure it out? For reasons beyond my knowledge Joost's Gravity Forms sidebar widget ain't working on my site.&#60;/p&#62;
&#60;p&#62;Thanks much!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
