<?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: Vertical Space &#38; background</title>
		<link>https://legacy.forums.gravityhelp.com/topic/vertical-space-background</link>
		<description>Gravity Support Forums Topic: Vertical Space &amp; background</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 08:04:53 +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/vertical-space-background" rel="self" type="application/rss+xml" />

		<item>
			<title>dsaunderswa on "Vertical Space &#38; background"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/vertical-space-background#post-51667</link>
			<pubDate>Wed, 07 Mar 2012 17:42:28 +0000</pubDate>
			<dc:creator>dsaunderswa</dc:creator>
			<guid isPermaLink="false">51667@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Got it.  Thanks.  I played around with how I want it to look.  And will make the changes shortly.&#60;/p&#62;
&#60;p&#62;The Chrome Developer tools are great.  Thanks for the tip ;D
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Vertical Space &#38; background"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/vertical-space-background#post-51332</link>
			<pubDate>Mon, 05 Mar 2012 16:04:54 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">51332@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;#ccc is grey. You can google hex values and find the colors you want to use. In this case you can change it to #fff for white. You can add a border to the inputs in that first declaration above to be whatever you'd like. All of what you said is do-able via css - you just have to have some comfort and knowledge in using and writing CSS. You can also use Chrome Developer Tools or Firebug for Firefox to find selectors and code to target via css and also see what that element is currently using.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dsaunderswa on "Vertical Space &#38; background"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/vertical-space-background#post-51324</link>
			<pubDate>Mon, 05 Mar 2012 15:21:20 +0000</pubDate>
			<dc:creator>dsaunderswa</dc:creator>
			<guid isPermaLink="false">51324@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you Rob.  The form does look different now.  But it looks like the color CCC (which I thought was blue?) is showing up grey.  The comment boxes are filled grey.  &#60;/p&#62;
&#60;p&#62;I was hoping to leave the comment boxes white . . . maybe have borders around them AND even a border around the whole form . . . and if I could apply a background for the form itself that would be great.  I'm just trying to figure out what to do to make the form seen.  Here's where the old website form is located (see how it looks):  &#60;a href=&#34;http://mandalahealingarts.com/freeconsultation.htm&#34; rel=&#34;nofollow&#34;&#62;http://mandalahealingarts.com/freeconsultation.htm&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;And, here's the new one again: &#60;a href=&#34;http://184.172.172.19/~manda1a/coaching/free-consultation/&#34; rel=&#34;nofollow&#34;&#62;http://184.172.172.19/~manda1a/coaching/free-consultation/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If I can get these Gravity Forms to look pleasing aesthetically, I will be using them on a LOT of websites!&#60;/p&#62;
&#60;p&#62;Thanks again for the help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Vertical Space &#38; background"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/vertical-space-background#post-51239</link>
			<pubDate>Sun, 04 Mar 2012 11:42:40 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">51239@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK, think this should work for you, try placing all of this into your theme's stylesheet:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper input[type=&#38;quot;text&#38;quot;], .gform_wrapper input[type=&#38;quot;url&#38;quot;], .gform_wrapper input[type=&#38;quot;email&#38;quot;], .gform_wrapper input[type=&#38;quot;tel&#38;quot;], .gform_wrapper input[type=&#38;quot;number&#38;quot;], .gform_wrapper input[type=&#38;quot;password&#38;quot;], .gform_wrapper textarea {
clear: none !important;
background: #CCC !important;
float: none !important;
padding: 5px 10px !important;
}
body .gform_wrapper form .gform_body ul, body .gform_wrapper form .gform_body ul li {
list-style: none!important;
list-style: none!important;
background: none!important;
background: none!important;
padding: 0!important;
margin: 0 0 20px 0!important;
}
.gform_wrapper div.jqTransformSelectWrapper {
clear: none !important;
margin-bottom: 20px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The background color value you can obvously feel free to change to whatever hex color you are looking for, you can also add a border to that selector as well and anything else style-wise you feel you'd like to do.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dsaunderswa on "Vertical Space &#38; background"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/vertical-space-background#post-51220</link>
			<pubDate>Sat, 03 Mar 2012 14:17:36 +0000</pubDate>
			<dc:creator>dsaunderswa</dc:creator>
			<guid isPermaLink="false">51220@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for your quick response, Rob.&#60;/p&#62;
&#60;p&#62;It was easy to change the page template to full width rather than the page with sidebar.  I was able to do this without changing any code because of the options available in the theme.  It looks MUCH better.  See the improvement?  &#60;a href=&#34;http://184.172.172.19/~manda1a/coaching/free-consultation/&#34; rel=&#34;nofollow&#34;&#62;http://184.172.172.19/~manda1a/coaching/free-consultation/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'd still like a little more vertical space between each.  Would that be hard for me to do?  &#60;/p&#62;
&#60;p&#62;And, is there a way to make the form clearer . . . like with colored borders and/or background color
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Vertical Space &#38; background"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/vertical-space-background#post-51219</link>
			<pubDate>Sat, 03 Mar 2012 13:56:10 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">51219@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your drop down piece looks to be theme related. You have a jquery.custom.js file that has some form function styling in there.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//FORM REPLACEMENT
	$(&#38;quot;#content form&#38;quot;).jqTransform();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Also, you are using the left label placement, but a lot of your labels are very long, which is causing them to shrink up. You could try to make a new page template in your theme that is full width, rather than a fixed width (one that has no sidebar). But it seems as though all of your styling issues are theme related.&#60;/p&#62;
&#60;p&#62;You can always preview the form and/or apply the default WP theme to compare. Are these changes something you are comfortable doing on your own?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dsaunderswa on "Vertical Space &#38; background"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/vertical-space-background#post-51218</link>
			<pubDate>Sat, 03 Mar 2012 13:43:00 +0000</pubDate>
			<dc:creator>dsaunderswa</dc:creator>
			<guid isPermaLink="false">51218@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No &#34;state&#34; drop-down showing when using the &#34;Advanced Fields&#34; Address function; HOWEVER, the drop-down for &#34;state&#34; works fine when using Standard Fields.&#60;/p&#62;
&#60;p&#62;The problem now is two-fold:&#60;br /&#62;
-- the vertical spacing looks terrible.  What can I do to fix that?&#60;br /&#62;
-- the form is white on a white background and the boxes around each field are not showing up.  What can I do to make the form more visible?  a border around the form? a background for the form?  &#60;/p&#62;
&#60;p&#62;Here's the url where the form can be found: &#60;a href=&#34;http://184.172.172.19/~manda1a/coaching/free-consultation/&#34; rel=&#34;nofollow&#34;&#62;http://184.172.172.19/~manda1a/coaching/free-consultation/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
