<?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 Documentation</title>
		<link>https://legacy.forums.gravityhelp.com/topic/css-styling-documentation</link>
		<description>Gravity Support Forums Topic: CSS Styling Documentation</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:04:48 +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-documentation" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "CSS Styling Documentation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-styling-documentation#post-2909</link>
			<pubDate>Sun, 24 Jan 2010 21:55:05 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">2909@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for your patience. We were traveling so it was difficult to get back to this earlier.&#60;/p&#62;
&#60;p&#62;I did a quick test and styled a simple confirmation block loosely based on your design. My CSS is below. It should get you started in the right direction.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;div.headerright #gforms_confirmation_message {
	color:#fff;
	border:1px solid #5E554C;
	padding:20px;
	margin-right:20px;
	background-color:#3b3026;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;view the &#60;a href=&#34;http://grab.by/1WQu&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "CSS Styling Documentation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-styling-documentation#post-2895</link>
			<pubDate>Sat, 23 Jan 2010 09:11:48 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">2895@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad that helped. Honestly, I didn't consider the confirmation text in my original test so I'll tinker with it a little more and post something here a little later.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wpuser on "CSS Styling Documentation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-styling-documentation#post-2894</link>
			<pubDate>Fri, 22 Jan 2010 22:22:16 +0000</pubDate>
			<dc:creator>wpuser</dc:creator>
			<guid isPermaLink="false">2894@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin...this is great!  Thanks so much for the help!  I will use this as a guide moving forward so I don't have to harass you guys anymore. :-)&#60;/p&#62;
&#60;p&#62;One last question...any tips for the confirmation message? &#60;/p&#62;
&#60;p&#62;Looks like div is &#60;code&#62;gforms_confirmation_message&#60;/code&#62; but how do I make it specific to that form? gforms_4?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "CSS Styling Documentation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-styling-documentation#post-2882</link>
			<pubDate>Fri, 22 Jan 2010 04:52:24 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">2882@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I did a quick test and here's a screenshot of the result.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/1TJs&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You just need to specify the styles, based on inheritance from the specific form id or using the specific field id's.&#60;/p&#62;
&#60;p&#62;This should get you started. Just append this to the end of your theme style sheet.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;form#gform_4 {margin:16px 0 0 0; padding:0;}
ul#gform_fields_4 {margin:0; padding:0;}
ul#gform_fields_4 li {list-style-type:none; padding:0; margin:0;}
li#field_4_2 label {color:#fff;}
input#input_4_2 {margin:3px 3px 0 0; width:170px; float:left;}
form#gform_4 div.gform_footer {width:50px; float:left; padding:5px 0 0 0;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You'll probably want to tweak it a bit, but that should get you going in the right direction.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wpuser on "CSS Styling Documentation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-styling-documentation#post-2881</link>
			<pubDate>Fri, 22 Jan 2010 03:48:53 +0000</pubDate>
			<dc:creator>wpuser</dc:creator>
			<guid isPermaLink="false">2881@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks guys.  I messed around with it and still can't get it perfect.&#60;/p&#62;
&#60;p&#62;Site: AllisonCaughell.com&#60;/p&#62;
&#60;p&#62;Client only wants email signup (no RSS), so I figured I'd just put the GF email form in the header.  Only thing is I want the &#34;Submit&#34; button to be directly to the right, for that form only...not any of the other forms (&#34;For Buyers&#34;, &#34;For Seller&#34;, etc).  Basically look like a simple email form, with the submit to the right.&#60;/p&#62;
&#60;p&#62;I appreciate any help you can provide!&#60;/p&#62;
&#60;p&#62;P.S.  GF works great for the &#34;Comparative Market Analysis&#34; seen under the Sellers tab.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "CSS Styling Documentation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-styling-documentation#post-2844</link>
			<pubDate>Wed, 20 Jan 2010 17:54:08 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">2844@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The first/last name fields.. as is the case for most of the fields, use percentage widths to try and be as flexible as possible. They're going to change if the size of the containing element changes.&#60;/p&#62;
&#60;p&#62;Like Carl mentioned, if you'd like to post a link, I would be happy to take a look and offer some suggestions.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "CSS Styling Documentation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-styling-documentation#post-2843</link>
			<pubDate>Wed, 20 Jan 2010 17:33:59 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">2843@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;For more advanced styling it's usually best to copy-n-paste the contents of of the gravityforms/css/forms.css files directly into your themes stylesheet and then turn off Gravity Forms CSS output in the Forms &#38;gt; Settings page.&#60;/p&#62;
&#60;p&#62;Then you can control the styles directly.  You can also apply custom classes to your form in the Form Settings that you can use to override the base styles.&#60;/p&#62;
&#60;p&#62;If you post a link to your form and describe what you are trying to do, i'm sure someone can chime in and help you out with suggestions on how to accomplish what you want to do with the styling.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wpuser on "CSS Styling Documentation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-styling-documentation#post-2842</link>
			<pubDate>Wed, 20 Jan 2010 17:08:08 +0000</pubDate>
			<dc:creator>wpuser</dc:creator>
			<guid isPermaLink="false">2842@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yeah.  That's what I've been doing.  Interestingly the form in the header looks right on a page that has a GF in the body, but then reverts back to the default on a page without a GF in the body.  Trying to solve everything using Firebug, but just not going as quickly as I would hope, so thought there might be a tutorial, blog post, etc to look at.  Appreciate the help though!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>net_mage on "CSS Styling Documentation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-styling-documentation#post-2841</link>
			<pubDate>Wed, 20 Jan 2010 17:02:43 +0000</pubDate>
			<dc:creator>net_mage</dc:creator>
			<guid isPermaLink="false">2841@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The best way to do styling of these forms is to use the Firebug plugin for FF.  Once you output a form on a page or post you can then view all of the ID or class names and create a custom stylesheet for these elements.&#60;/p&#62;
&#60;p&#62;If you would like further advice I can write up a tutorial for this.  Good luck.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wpuser on "CSS Styling Documentation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-styling-documentation#post-2840</link>
			<pubDate>Wed, 20 Jan 2010 16:45:54 +0000</pubDate>
			<dc:creator>wpuser</dc:creator>
			<guid isPermaLink="false">2840@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there any documentation on CSS styling of Gravity Forms?  If there are any blog posts on other sites, etc I'd appreciate any help.&#60;/p&#62;
&#60;p&#62;I'm pretty good with styling websites, but having trouble making first name/last name fields narrower to fit side by side in header.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
