<?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: beta widget styling</title>
		<link>https://legacy.forums.gravityhelp.com/topic/beta-widget-styling</link>
		<description>Gravity Support Forums Topic: beta widget styling</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 00:51:12 +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/beta-widget-styling" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "beta widget styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/beta-widget-styling#post-9157</link>
			<pubDate>Mon, 30 Aug 2010 11:58:23 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">9157@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;To add a little here... If you use the &#34;top label&#34; option on your form, the forms usually fit in a sidebar/widget area really well without any additional styling. The field widths are set as percentages of the available area so they adjust quite nicely in most situations. &#60;/p&#62;
&#60;p&#62;If you use the left/right label options, then things can get a bit crowded. Again, as Carl mentioned, this is the &#34;out of the box&#34; behavior but can be heavily influenced by the theme CSS.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "beta widget styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/beta-widget-styling#post-9156</link>
			<pubDate>Mon, 30 Aug 2010 11:42:11 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">9156@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can do what you'd like with a little CSS absolute positioning. Just append the following to your theme's style sheet.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#gform_widget-3 .gform_wrapper {position: relative}
#gform_widget-3 .gform_footer {position: absolute; width:64px; top:60px; left:155px}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/grabs/2d20d076465d224e6fe6164f7004ab49.png&#34; rel=&#34;nofollow&#34;&#62;test screenshot&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "beta widget styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/beta-widget-styling#post-9155</link>
			<pubDate>Mon, 30 Aug 2010 11:27:22 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">9155@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Currently Gravity Forms has to output the form because of how it works.  All the widget does is output the form and wrap it in the widget classes.  For a lot of themes it should look find, some themes will require minor CSS tweaks and some things will require major CSS tweaks.  It just depends on how the theme was setup from a CSS perspective.  We don't have much control over that aspect of it as it depends on the theme.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thesportsphysio on "beta widget styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/beta-widget-styling#post-9150</link>
			<pubDate>Mon, 30 Aug 2010 10:36:10 +0000</pubDate>
			<dc:creator>thesportsphysio</dc:creator>
			<guid isPermaLink="false">9150@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;cheers carl... thought your answer would be something like that....   &#60;/p&#62;
&#60;p&#62;I will just go out and get a new flux capacitor and fluffle valve before embarking on a trip to the dark side of css :-)&#60;/p&#62;
&#60;p&#62;This is a shame as I would like to use... but my skills of css are lacking -  so at this point will think I will have to pass until I have more time to get down and dirty with some code.&#60;/p&#62;
&#60;p&#62;Would it be possible to look at the problem from the other side and produce a widget first that looks to gravity in the back end?&#60;/p&#62;
&#60;p&#62;a
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "beta widget styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/beta-widget-styling#post-9148</link>
			<pubDate>Mon, 30 Aug 2010 10:27:44 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">9148@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Widgets are a difficult thing for us to provide default styles for.  Your theme controls what widgets look like, and depending on your theme you are going to have styling issues.  The Widget functionality is going to be one that requires customizations for a lot of users using themes that don't do a good job of styling Widgets.&#60;/p&#62;
&#60;p&#62;What you will have to do is edit your theme stylesheet and add styles to it to style the form when it appears as a widget.  You would do this via CSS inheritance by targeting the form as a child of the widget class your site uses.&#60;/p&#62;
&#60;p&#62;For example on your site something like this would change the button style for a form appearing as a widget in your site:&#60;/p&#62;
&#60;p&#62;.widget-wrap .form_footer .button {background-color: #000; color: #FFF;}&#60;/p&#62;
&#60;p&#62;So you have to target the form using the .widget-wrap class by adding custom CSS to your theme stylesheet and then adjust it's styles until you are satisfied with them.&#60;/p&#62;
&#60;p&#62;Unfortunately the way CSS works the Widget is going to have this issue which is one of the reasons we have avoided adding it to the core plugin up until now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thesportsphysio on "beta widget styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/beta-widget-styling#post-9099</link>
			<pubDate>Sat, 28 Aug 2010 10:34:56 +0000</pubDate>
			<dc:creator>thesportsphysio</dc:creator>
			<guid isPermaLink="false">9099@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have been playing around this afternoon with the new beta version and need some advice re styling.&#60;/p&#62;
&#60;p&#62;Help....  How do I go about styling it, currently it looks really bad and it takes up too much space on my side nav.&#60;/p&#62;
&#60;p&#62;Here is the site &#60;a href=&#34;http://www.ablogfrommydog.com&#34; rel=&#34;nofollow&#34;&#62;http://www.ablogfrommydog.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have no idea where to start  - except i notice that i have an inactive and empty widget css&#60;/p&#62;
&#60;p&#62;gravityforms/css/forms_widget.css (inactive)&#60;/p&#62;
&#60;p&#62;Any thoughts on a starting point of some code I can tweak?  Ideally I would like possibly one line email address a small image alongside .. like the feedburner box below&#60;/p&#62;
&#60;p&#62;Have to say do like the new features and mailchimp integration...  Keep up the good work&#60;/p&#62;
&#60;p&#62;adam
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
