<?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: Help with CSS on a form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/help-with-css-on-a-form-1</link>
		<description>Gravity Support Forums Topic: Help with CSS on a form</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:08:58 +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/help-with-css-on-a-form-1" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Help with CSS on a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-css-on-a-form-1#post-59950</link>
			<pubDate>Tue, 22 May 2012 16:22:35 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">59950@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;By default the browser should automatically add that. I'm seeing it in Chrome when clicking into an input and the textarea. It's a subtle change, but it's there. See this &#60;a href=&#34;http://www.evernote.com/shard/s212/sh/445858c7-ed3c-47c1-b17a-c8721442b624/695ab1d8c62242e678fae0767856ac82&#34; rel=&#34;nofollow&#34;&#62;Screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Your theme has a :focus selector in place to use box-shadow. Keep in mind that IE6/7/8 will not render box-shadow because it's a CSS3 property.&#60;/p&#62;
&#60;p&#62;This is how you could select only Gravity Forms inputs on focus:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper input[type=&#38;quot;text&#38;quot;]:focus, .gform_wrapper input[type=&#38;quot;url&#38;quot;]:focus, .gform_wrapper input[type=&#38;quot;email&#38;quot;]:focus, .gform_wrapper input[type=&#38;quot;tel&#38;quot;]:focus, .gform_wrapper input[type=&#38;quot;number&#38;quot;]:focus, .gform_wrapper input[type=&#38;quot;password&#38;quot;]:focus, .gform_wrapper textarea:focus {}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>kdmmdk1 on "Help with CSS on a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-css-on-a-form-1#post-59949</link>
			<pubDate>Tue, 22 May 2012 16:17:05 +0000</pubDate>
			<dc:creator>kdmmdk1</dc:creator>
			<guid isPermaLink="false">59949@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK thanks for your help.&#60;br /&#62;
I have made some changes. Any help on making the field change colour (glowing effect) when inputting data?&#60;/p&#62;
&#60;p&#62;is it box shadows that I need to add? &#60;/p&#62;
&#60;p&#62;thx again
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Help with CSS on a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-css-on-a-form-1#post-59924</link>
			<pubDate>Tue, 22 May 2012 15:15:21 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">59924@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can use our ready classes to try to display the fields you want inline, just note that you will need to use the top label placement for them to work:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Also, keep in mind that Gravity Forms is inheriting the styles from your theme and following the rules that are in place. You might want to consider hiring a professional to customize and overwrite your theme styles appropriately. You can post on our job board or I'd be happy to do this for you at a flat-rate if you'd like to email me: &#60;a href=&#34;mailto:rob@rocketgenius.com&#34;&#62;rob@rocketgenius.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/forum/job-board&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/forum/job-board&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Otherwise, all I can give you are the CSS selectors to use and target in terms of guidance. If you had one thing to change it probably wouldn't be a big deal for me to pop in a snippet for you to use, but your theme has a bit of generic element styling going on, and will need some CSS mastery to do so effectively and to achieve the details you are looking for, without getting rid of the generic selectors I pointed out in the screenshot above.&#60;/p&#62;
&#60;p&#62;Also, in this &#60;a href=&#34;http://www.evernote.com/shard/s212/sh/80ae6538-f211-4228-ac54-7f89a83b9c64/bfe93db10b5e1770c03235daa02c1cae&#34; rel=&#34;nofollow&#34;&#62;Screenshot&#60;/a&#62;, something is injecting break tags into the form's code. This will either be coming from the theme or another plugin and it's something you will want to remedy as that could also cause some of your spacing woes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kdmmdk1 on "Help with CSS on a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-css-on-a-form-1#post-59920</link>
			<pubDate>Tue, 22 May 2012 14:59:38 +0000</pubDate>
			<dc:creator>kdmmdk1</dc:creator>
			<guid isPermaLink="false">59920@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thx. &#60;/p&#62;
&#60;p&#62;The link I sent &#60;a href=&#34;http://www.kalan.ca/contact-kalan/&#34; rel=&#34;nofollow&#34;&#62;http://www.kalan.ca/contact-kalan/&#60;/a&#62;&#60;br /&#62;
will replace &#60;a href=&#34;http://www.kalan.ca/contact-us/&#34; rel=&#34;nofollow&#34;&#62;http://www.kalan.ca/contact-us/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I  re-aligned the labels but as far as customizing this more I'd like the form to fit the space better, (name fields are bleeding over) limit the length of some fields, increase font size and have the field highlight red when inputting data. And space the description on the name fields better as it is not aligned properly as is. &#60;/p&#62;
&#60;p&#62;If I want the Phone input field and the Email input field on the same line is this a change I can do from within the form settings? or is this CSS?&#60;/p&#62;
&#60;p&#62;Sorry....this would take me hours to figure out. Thx for the help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Help with CSS on a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-css-on-a-form-1#post-59916</link>
			<pubDate>Tue, 22 May 2012 14:45:30 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">59916@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So, first off - these generic element selectors from your theme is the root cause of how things are looking: &#60;a href=&#34;http://www.evernote.com/shard/s212/sh/5c730be7-9701-4c59-be87-6b61cfdcb233/a83f31cda06bb93683d739f7163ad08c&#34; rel=&#34;nofollow&#34;&#62;Screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The Contact Us form you linked to, has the &#34;Top Label&#34; placement of the labels, yours has the &#34;Left Aligned&#34;. So you can change that via the form settings in the formbuilder. Doing so will give you this result: &#60;a href=&#34;http://www.evernote.com/shard/s212/sh/a7de860e-6c67-4dcb-afd1-34fe867a9db1/1d666a080fe9aec085d822d5a5695e61&#34; rel=&#34;nofollow&#34;&#62;Screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Can you provide more info as to what you are trying to achieve as far as the form fields go?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kdmmdk1 on "Help with CSS on a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-css-on-a-form-1#post-59914</link>
			<pubDate>Tue, 22 May 2012 14:39:44 +0000</pubDate>
			<dc:creator>kdmmdk1</dc:creator>
			<guid isPermaLink="false">59914@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;oh, and I'd be putting this into a custom CSS field that will override the existing CSS (if this matters)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kdmmdk1 on "Help with CSS on a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-css-on-a-form-1#post-59912</link>
			<pubDate>Tue, 22 May 2012 14:37:59 +0000</pubDate>
			<dc:creator>kdmmdk1</dc:creator>
			<guid isPermaLink="false">59912@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.kalan.ca/contact-kalan/&#34; rel=&#34;nofollow&#34;&#62;http://www.kalan.ca/contact-kalan/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Help with CSS on a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-css-on-a-form-1#post-59906</link>
			<pubDate>Tue, 22 May 2012 14:26:56 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">59906@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you post a live URL to your form, the one above its a preview link.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kdmmdk1 on "Help with CSS on a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-css-on-a-form-1#post-59905</link>
			<pubDate>Tue, 22 May 2012 14:24:57 +0000</pubDate>
			<dc:creator>kdmmdk1</dc:creator>
			<guid isPermaLink="false">59905@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;As a CSS hack I am having a problem turning my GravityForm into a piece of art. As it is now, I could have done the same thing using ContactForm7. So who wants to help me fall in love with Gravity Forms? ;)&#60;/p&#62;
&#60;p&#62;This is my fugly form now:&#60;br /&#62;
&#60;a href=&#34;http://www.kalan.ca/?page_id=367&#38;amp;preview=true&#34; rel=&#34;nofollow&#34;&#62;http://www.kalan.ca/?page_id=367&#38;amp;preview=true&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'd be fine having the above form look like GF's contact form. Simple and clean.&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/contact-us/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/contact-us/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;thanks for the help
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
