<?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: Style the form layout</title>
		<link>https://legacy.forums.gravityhelp.com/topic/style-the-form-layout</link>
		<description>Gravity Support Forums Topic: Style the form layout</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:29:18 +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/style-the-form-layout" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Style the form layout"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/style-the-form-layout#post-84528</link>
			<pubDate>Mon, 29 Oct 2012 00:09:25 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">84528@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, you can use a widget and we can style that.&#60;/p&#62;
&#60;p&#62;However, the CSS I provided would only affect the form, because it targets the .gform_wrapper div.  That will not affect your page at all.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Golden on "Style the form layout"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/style-the-form-layout#post-84371</link>
			<pubDate>Sat, 27 Oct 2012 23:03:07 +0000</pubDate>
			<dc:creator>Golden</dc:creator>
			<guid isPermaLink="false">84371@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is it possible to do this in a widget, so that I dont need to change the CSS style of the entire page, rather, select the parameters of the widget only?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Style the form layout"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/style-the-form-layout#post-84343</link>
			<pubDate>Sat, 27 Oct 2012 20:21:31 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">84343@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;1.  I think I would use the Place Holder script to put the labels inside the form fields to save you more space: &#60;a href=&#34;http://wordpress.org/extend/plugins/gravity-forms-placeholders/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/gravity-forms-placeholders/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;2.  Because you're not using a widget, Gravity Forms thinks this is a form embedded in a regular post or page, and the styling is not adjusted for a narrow space.  You will have to format the form yourself to make it fit.  Try adding this CSS to one of your theme's stylesheet, wherever the theme provider suggests adding custom CSS:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper {
    background-color: #BFEAEF;
    padding: 5%;
}
body .gform_wrapper input {
    width: 98%!important;
}
/* this is temporarily hide the labels until you add the placeholder script */
body .gform_wrapper label {
    display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That will get you closer.  You can follow the link which Kevin previously provided to learn about targeting every single element in your form with CSS.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Golden on "Style the form layout"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/style-the-form-layout#post-83681</link>
			<pubDate>Thu, 25 Oct 2012 11:17:48 +0000</pubDate>
			<dc:creator>Golden</dc:creator>
			<guid isPermaLink="false">83681@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I did it through HTML coding; I created a a column that takes 1/4 of the width of the content area.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Style the form layout"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/style-the-form-layout#post-83657</link>
			<pubDate>Thu, 25 Oct 2012 10:33:31 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">83657@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is that a sidebar on your page, or, how did you get the form embedded there?  It does not look like the output of the Gravity Forms widget.  Can you explain how you got the form where it is on the page now?  I want to be sure we are targeting the correct elements.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Style the form layout"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/style-the-form-layout#post-83653</link>
			<pubDate>Thu, 25 Oct 2012 10:03:22 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">83653@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can find examples for styling all of the form elements here..&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;just add the new style rules to the end of your theme stylesheet.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Golden on "Style the form layout"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/style-the-form-layout#post-83559</link>
			<pubDate>Thu, 25 Oct 2012 01:59:38 +0000</pubDate>
			<dc:creator>Golden</dc:creator>
			<guid isPermaLink="false">83559@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Done!&#60;/p&#62;
&#60;p&#62;Now how can I change the background color, font size and style, and increase the size of the text fields?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Style the form layout"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/style-the-form-layout#post-83511</link>
			<pubDate>Wed, 24 Oct 2012 23:44:17 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">83511@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;To save some space, as shown in your image, you can use placeholders to put the labels inside the form fields.  Please see this plugin: &#60;a href=&#34;http://wordpress.org/extend/plugins/gravity-forms-placeholders/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/gravity-forms-placeholders/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;We will have a few more suggestions after you implement this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Golden on "Style the form layout"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/style-the-form-layout#post-83501</link>
			<pubDate>Wed, 24 Oct 2012 23:31:34 +0000</pubDate>
			<dc:creator>Golden</dc:creator>
			<guid isPermaLink="false">83501@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the quick response. I just updated the page to better reflect what the form will look like. In addition, I added another image that will better exemplify what I am looking for in a form. Lastly, those are all the fields that I want for this form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Style the form layout"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/style-the-form-layout#post-83457</link>
			<pubDate>Wed, 24 Oct 2012 21:52:21 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">83457@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Do you intend on putting the form in a sidebar widget?  If so, please do that, and select &#34;Left aligned&#34; for the Label Placement.  That will get us closer to start.  Go ahead and add in all your other form fields as well. Post when you have that done and we will take a look and help you with the CSS.  No sense applying the CSS here since this is not where the form is going to live (or, is it?)&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
