<?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: Styling All Forms</title>
		<link>https://legacy.forums.gravityhelp.com/topic/styling-all-forms</link>
		<description>Gravity Support Forums Topic: Styling All Forms</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 11:49:37 +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/styling-all-forms" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Styling All Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-all-forms#post-122795</link>
			<pubDate>Tue, 15 Jan 2013 19:15:35 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">122795@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I actually thought Mustard's method was more comprehensive :-)&#60;/p&#62;
&#60;p&#62;I'll close the topic.  Thanks for the assist Mustard.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mustard on "Styling All Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-all-forms#post-122791</link>
			<pubDate>Tue, 15 Jan 2013 19:01:46 +0000</pubDate>
			<dc:creator>Mustard</dc:creator>
			<guid isPermaLink="false">122791@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Well, Chris is the man, so I can understand that ;)&#60;/p&#62;
&#60;p&#62;Also, you may want to mark this solved? Not sure how this forum does that!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fineline on "Styling All Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-all-forms#post-122788</link>
			<pubDate>Tue, 15 Jan 2013 18:59:09 +0000</pubDate>
			<dc:creator>fineline</dc:creator>
			<guid isPermaLink="false">122788@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I tried both methods and it seems Chris' method works best.  Thanks for the help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mustard on "Styling All Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-all-forms#post-122783</link>
			<pubDate>Tue, 15 Jan 2013 18:36:02 +0000</pubDate>
			<dc:creator>Mustard</dc:creator>
			<guid isPermaLink="false">122783@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Fineline, try adding this to your style sheet:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
gform_body{
	display: inline-block;
	width: 420px;
}
.gform_wrapper .gform_footer.right_label{
	float:right;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That should make the form be on the right of that image and have the add to cart button floating to the right.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Styling All Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-all-forms#post-122782</link>
			<pubDate>Tue, 15 Jan 2013 18:34:56 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">122782@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can add this to your theme's stylesheet to make the form narrower and float it to the right of the image:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper {
    float: right;
    width: 400px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You might also have to add &#34;float:left;&#34; to the div which holds the image (in your template or post/page), but I did not need to do that in my test.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fineline on "Styling All Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-all-forms#post-122778</link>
			<pubDate>Tue, 15 Jan 2013 18:24:49 +0000</pubDate>
			<dc:creator>fineline</dc:creator>
			<guid isPermaLink="false">122778@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am new to CSS and can tinker but that's about it.  I need my forms to have all the same formatting, but I'm not sure how to do that.  Here's a screen shot of what my form looks like by itself.  &#60;a href=&#34;http://www.finelineprintlab.com/temp/screenshot3.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.finelineprintlab.com/temp/screenshot3.jpg&#60;/a&#62;  &#60;/p&#62;
&#60;p&#62;All of the forms will have a photo on the left like this.  &#60;a href=&#34;http://www.finelineprintlab.com/temp/screenshot2.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.finelineprintlab.com/temp/screenshot2.jpg&#60;/a&#62;  The image is left justified in the page and the shortcode is placed next to the image.  The form jumps or wraps down below the image.  I'd like it to be all left justified next to the image like the description.&#60;/p&#62;
&#60;p&#62;Here's a link to the form.  &#60;a href=&#34;http://www.finelineprintlab.com/bamboo&#34; rel=&#34;nofollow&#34;&#62;http://www.finelineprintlab.com/bamboo&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
