<?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: Centering Fields in Form Widget</title>
		<link>https://legacy.forums.gravityhelp.com/topic/centering-fields-in-form-widget</link>
		<description>Gravity Support Forums Topic: Centering Fields in Form Widget</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 22:46:03 +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/centering-fields-in-form-widget" rel="self" type="application/rss+xml" />

		<item>
			<title>ericreynolds007 on "Centering Fields in Form Widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/centering-fields-in-form-widget#post-88628</link>
			<pubDate>Wed, 07 Nov 2012 23:43:06 +0000</pubDate>
			<dc:creator>ericreynolds007</dc:creator>
			<guid isPermaLink="false">88628@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Kevin. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Centering Fields in Form Widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/centering-fields-in-form-widget#post-88586</link>
			<pubDate>Wed, 07 Nov 2012 22:52:40 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">88586@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The widget has a &#34;gform_widget&#34; class applied to the containing list item so you can use CSS inheritance to target just the forms in that container.. for example&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_widget .gform_wrapper input[type=text],
body .gform_widget .gform_wrapper input[type=url],
body .gform_widget .gform_wrapper input[type=email],
body .gform_widget .gform_wrapper input[type=tel],
body .gform_widget .gform_wrapper input[type=number],
body .gform_widget .gform_wrapper input[type=password] {
	text-align: center
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Once you've targeted only the elements container in the &#34;gform_widget&#34; list container, then you can apply whatever rules you want and they will only apply to your forms in widgets.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ericreynolds007 on "Centering Fields in Form Widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/centering-fields-in-form-widget#post-88525</link>
			<pubDate>Wed, 07 Nov 2012 19:31:22 +0000</pubDate>
			<dc:creator>ericreynolds007</dc:creator>
			<guid isPermaLink="false">88525@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there a way that I can center fields in just a sidebar form widget? When I revise the GF CSS to reflect centered text-align, all of the forms' fields on my site are centered. How can I apply a text-align: center CSS for just the form widget?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
