<?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: Need Help: Gravity Forms Displays across the whole page</title>
		<link>https://legacy.forums.gravityhelp.com/topic/need-help-gravity-forms-displays-across-the-whole-page</link>
		<description>Gravity Support Forums Topic: Need Help: Gravity Forms Displays across the whole page</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:45:36 +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/need-help-gravity-forms-displays-across-the-whole-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Need Help: Gravity Forms Displays across the whole page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-help-gravity-forms-displays-across-the-whole-page#post-29240</link>
			<pubDate>Wed, 06 Jul 2011 13:16:53 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">29240@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Cambell,&#60;/p&#62;
&#60;p&#62;Thanks for the update. I'm very pleased I could help out. &#60;/p&#62;
&#60;p&#62;Let us know if you need anything else.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Campbell on "Need Help: Gravity Forms Displays across the whole page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-help-gravity-forms-displays-across-the-whole-page#post-29238</link>
			<pubDate>Wed, 06 Jul 2011 12:50:49 +0000</pubDate>
			<dc:creator>Campbell</dc:creator>
			<guid isPermaLink="false">29238@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Brother You Rock!&#60;/p&#62;
&#60;p&#62;That Works Kevin and thank you so much for your wonderful, insightful and timely support!&#60;/p&#62;
&#60;p&#62;Sincerely,&#60;/p&#62;
&#60;p&#62;Campbell McArthur&#60;br /&#62;
Owner / Lead Engineer&#60;br /&#62;
Community Computer Repair
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Need Help: Gravity Forms Displays across the whole page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-help-gravity-forms-displays-across-the-whole-page#post-29237</link>
			<pubDate>Wed, 06 Jul 2011 12:30:05 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">29237@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The form wrapper with can be defined easily. A width value isn't set by default so it can adapt to whatever size content area you have available.&#60;/p&#62;
&#60;p&#62;For your form, you would just need to add this rule to your theme stylesheet.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_1 {
    width: 60%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;screenshot; &#60;a href=&#34;http://bit.ly/nkDJyj&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/nkDJyj&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can reference the documentation at the link below to find how to properly target the different form elements for manipulation with CSS. There are examples using the shared CSS classes for applying changes to all like elements and examples of how to target elements based on the unique field ID to change only specific fields.&#60;/p&#62;
&#60;p&#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;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;So, to do something similar to the StudioPress contact form, you would append new CSS rules to the end of your theme stylesheet like this.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    padding: 6px 0;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #eee;
    font-size: 14px
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/rjgHG7&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/rjgHG7&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;After that, you just customize the CSS properties for the inputs to suit your preference. Good luck.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Campbell on "Need Help: Gravity Forms Displays across the whole page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-help-gravity-forms-displays-across-the-whole-page#post-29228</link>
			<pubDate>Wed, 06 Jul 2011 11:54:30 +0000</pubDate>
			<dc:creator>Campbell</dc:creator>
			<guid isPermaLink="false">29228@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Good morning,&#60;/p&#62;
&#60;p&#62;I have recently purchased a Dev License and I am new to Gravity Forms so please bear with me as I am unfamiliar with css and php coding.&#60;/p&#62;
&#60;p&#62;I am trying to correct the way that my Contact Page  renders  the Contact Form across the width of the whole page. I do not want it to display across the whole page on a full width page. I only  want it to be about  60% of the entire page width.&#60;/p&#62;
&#60;p&#62;I am also trying to achieve a more custom Height Dimension and Layout of the Field Boxes Themselves as they are currently too squat and are not proportioned correctly in a sense that they are aesthetically pleasing in proportion or size.&#60;/p&#62;
&#60;p&#62;I would like to know how I can go about achieving this such as where exactly do I place the CSS code itself and what is the CSS code specifically?&#60;/p&#62;
&#60;p&#62;Here is my Contact Page on my Blog&#38;gt;&#38;gt; &#60;a href=&#34;http://www.communitycomputerrepair.com/blog/contact&#34; rel=&#34;nofollow&#34;&#62;http://www.communitycomputerrepair.com/blog/contact&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Here is the example @ StudioPress that I wish to achieve  on my contact form on my site&#38;gt;&#38;gt;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.studiopress.com/contact&#34; rel=&#34;nofollow&#34;&#62;http://www.studiopress.com/contact&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you&#60;/p&#62;
&#60;p&#62;Campbell McArthur
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
