<?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: Form styling and spacing problem with WooThemes</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-styling-and-spacing-problem-with-woothemes</link>
		<description>Gravity Support Forums Topic: Form styling and spacing problem with WooThemes</description>
		<language>en-US</language>
		<pubDate>Thu, 23 Apr 2026 00:26:24 +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/form-styling-and-spacing-problem-with-woothemes" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Form styling and spacing problem with WooThemes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-styling-and-spacing-problem-with-woothemes#post-91949</link>
			<pubDate>Fri, 16 Nov 2012 11:54:45 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">91949@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try dropping these styles into your theme's stylesheet:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gfield, body .gform_wrapper .ginput_container {
margin: 0;
}
body .gform_footer.top_label {
text-align: center;
}
body .gform_wrapper .gform_title {
font-size: 1.5em !important;
}
body .gform_wrapper {
-webkit-border-radius: 1em;
-moz-border-radius: 1em;
border-radius: 1em;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you want to target just this specific form, you could instead use these rules:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_4 .gfield, body .gform_wrapper .ginput_container {
margin: 0;
}
body #gform_wrapper_4 .gform_footer.top_label {
text-align: center;
}
body #gform_wrapper_4 .gform_title {
font-size: 1.5em !important;
}
body #gform_wrapper_4 {
-webkit-border-radius: 1em;
-moz-border-radius: 1em;
border-radius: 1em;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The form description area can hold HTML - so you can place an image via HTML in the description area.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>markbritton on "Form styling and spacing problem with WooThemes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-styling-and-spacing-problem-with-woothemes#post-91917</link>
			<pubDate>Fri, 16 Nov 2012 10:10:23 +0000</pubDate>
			<dc:creator>markbritton</dc:creator>
			<guid isPermaLink="false">91917@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The form is on the link in my original post. My homepage: &#60;a href=&#34;http://www.vocomedia.co.uk&#34; rel=&#34;nofollow&#34;&#62;http://www.vocomedia.co.uk&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Form styling and spacing problem with WooThemes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-styling-and-spacing-problem-with-woothemes#post-91903</link>
			<pubDate>Fri, 16 Nov 2012 09:46:16 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">91903@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there, can you link to your form page please? None of these are Gravity Forms issues, but instead theme styling issues.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>markbritton on "Form styling and spacing problem with WooThemes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-styling-and-spacing-problem-with-woothemes#post-91847</link>
			<pubDate>Fri, 16 Nov 2012 07:37:28 +0000</pubDate>
			<dc:creator>markbritton</dc:creator>
			<guid isPermaLink="false">91847@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;As a paying customer am I going to get a response to this question?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>markbritton on "Form styling and spacing problem with WooThemes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-styling-and-spacing-problem-with-woothemes#post-90833</link>
			<pubDate>Tue, 13 Nov 2012 18:12:13 +0000</pubDate>
			<dc:creator>markbritton</dc:creator>
			<guid isPermaLink="false">90833@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I've added my for to a WooThemes template (&#60;a href=&#34;http://www.vocomedia.co.uk)&#34; rel=&#34;nofollow&#34;&#62;http://www.vocomedia.co.uk)&#60;/a&#62;, but have a few issues I'd like help with:&#60;/p&#62;
&#60;p&#62;1) I want the form to be a lot shorter. There's a lot of white space between fields and I can't seem to reduce this.&#60;/p&#62;
&#60;p&#62;2) I'd like to centre the submit button, but the code posted elsewhere on this forum doesn't work for my theme.&#60;/p&#62;
&#60;p&#62;3)  I want to reduce the size of the title text and also include a small image. How do I add an image to the header of the form?&#60;/p&#62;
&#60;p&#62;4) I'd like to add rounded corners to the border of the form. Is there any easy way to do this that works in all browsers?&#60;/p&#62;
&#60;p&#62;Thanks - lots to learn!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
