<?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: CSS Styling for sidebar forms</title>
		<link>https://legacy.forums.gravityhelp.com/topic/css-styling-for-sidebar-forms</link>
		<description>Gravity Support Forums Topic: CSS Styling for sidebar forms</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:26:10 +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/css-styling-for-sidebar-forms" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "CSS Styling for sidebar forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-styling-for-sidebar-forms#post-6453</link>
			<pubDate>Fri, 18 Jun 2010 23:31:42 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">6453@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're right. Most of the fields have unique ID's so you can use inheritance to target specific ones like your example.&#60;/p&#62;
&#60;p&#62;It all depends on how specific you need to be. If you want to change all of the descriptions for Form #1, you can start your inheritance from the main form wrapper.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;#gform_wrapper_1 .gfield_description {color: red}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;If you only the property applied to the specific field, then something more specific like this.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;#gform_wrapper_1 #field_1_5 .gfield_description {color:blue}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Hope that helps. We also put together a visual guide for the CSS that you might find useful.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/visual-css-guide/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/visual-css-guide/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jochan on "CSS Styling for sidebar forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-styling-for-sidebar-forms#post-6452</link>
			<pubDate>Fri, 18 Jun 2010 23:08:07 +0000</pubDate>
			<dc:creator>jochan</dc:creator>
			<guid isPermaLink="false">6452@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;My website has a main enquiry form and I wish to add a short form on the sidebar, I have to significantly reduce the width of the sidebar form to fit.&#60;/p&#62;
&#60;p&#62;Just to confirm, if I change, say for example, the width of .gform_description, i'll be essentially changing the width of all other gravity forms on the website, which is not what I want to do.&#60;/p&#62;
&#60;p&#62;Or is this going to work?&#60;br /&#62;
#field_1_13 .gform_description {}&#60;/p&#62;
&#60;p&#62;Please point me to the right direction.&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
