<?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: Customizing Forms with CSS</title>
		<link>https://legacy.forums.gravityhelp.com/topic/customizing-forms-with-css</link>
		<description>Gravity Support Forums Topic: Customizing Forms with CSS</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 08:03:13 +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/customizing-forms-with-css" rel="self" type="application/rss+xml" />

		<item>
			<title>TheURLdr on "Customizing Forms with CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customizing-forms-with-css#post-62669</link>
			<pubDate>Fri, 15 Jun 2012 10:31:05 +0000</pubDate>
			<dc:creator>TheURLdr</dc:creator>
			<guid isPermaLink="false">62669@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome! Thank you!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Customizing Forms with CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customizing-forms-with-css#post-62660</link>
			<pubDate>Fri, 15 Jun 2012 09:23:33 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">62660@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I edited that snippet and added an !important tag to it. That will do the trick for you. &#60;a href=&#34;http://www.evernote.com/shard/s212/sh/8a674f32-094a-4c23-ad43-7d26db15d69a/fe6b2fbb4a426ab9a392a7d083297737&#34; rel=&#34;nofollow&#34;&#62;Screenshot&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TheURLdr on "Customizing Forms with CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customizing-forms-with-css#post-62659</link>
			<pubDate>Fri, 15 Jun 2012 09:14:58 +0000</pubDate>
			<dc:creator>TheURLdr</dc:creator>
			<guid isPermaLink="false">62659@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No Rob. That didn't work. It didn't do a thing. Do I need to change from medium length to small or large too?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Customizing Forms with CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customizing-forms-with-css#post-62639</link>
			<pubDate>Thu, 14 Jun 2012 21:46:32 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">62639@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This should do the trick for you:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_widget .gform_wrapper input[type=&#38;quot;text&#38;quot;], .gform_widget .gform_wrapper input[type=&#38;quot;url&#38;quot;], .gform_widget .gform_wrapper input[type=&#38;quot;email&#38;quot;], .gform_widget .gform_wrapper input[type=&#38;quot;tel&#38;quot;], .gform_widget .gform_wrapper input[type=&#38;quot;number&#38;quot;], .gform_widget .gform_wrapper input[type=&#38;quot;password&#38;quot;] {
width: 90% !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This group of selectors will target only the inputs within the widget area.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TheURLdr on "Customizing Forms with CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customizing-forms-with-css#post-62636</link>
			<pubDate>Thu, 14 Jun 2012 21:03:41 +0000</pubDate>
			<dc:creator>TheURLdr</dc:creator>
			<guid isPermaLink="false">62636@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I figured out most of what I wanted to do by watching several hours of CSS and Gravity Forms videos. I do have one problem that I can't figure out. How do I increase the width on the text input boxes. I am using the medium length. How can I make them a bit longer?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TheURLdr on "Customizing Forms with CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customizing-forms-with-css#post-62082</link>
			<pubDate>Mon, 11 Jun 2012 08:30:11 +0000</pubDate>
			<dc:creator>TheURLdr</dc:creator>
			<guid isPermaLink="false">62082@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Again, if you look at my previous comments and visit the links, you can see what I'm trying to achieve. I never had any plan to put two forms on the same page, I was just playing with the layout and code to see what they would look like. For a right column form, if you look at the bathrooms.ciacounters.com link that I provided, I would say that form is every bit of 500px, maybe more. I don't want to copy that form, but the general size and layout is what I'm looking for. I've tried various padding declarations and nothing works. I'm obviously not doing something properly. CSS...enough knowledge to get myself in trouble but not enough to get this form to look like what I want.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Customizing Forms with CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customizing-forms-with-css#post-61921</link>
			<pubDate>Fri, 08 Jun 2012 11:19:58 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">61921@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Let's take this one form at a time - first of all you can't have two of the same form on a single page because neither will submit correctly. So you'll want to make a new form or even duplicate the one form and replace it if you want that on the same page.&#60;/p&#62;
&#60;p&#62;I see the background you've placed is 500px tall. Do you plan on your form being that tall? You can always add a height of 500px to that form wrapper. Also, instead of adding the background to .gform_wrapper you would be better off applying it to the ID insted: #gform_wrapper_1.&#60;/p&#62;
&#60;p&#62;Each form has it's own unique wrapper ID. This comes in handy when you only want to show a background on an individual form. By applying the background to the .gform_wrapper class, it will apply that background to every single form that you place on your site, which I'm venturing to guess isn't what you would want to do.&#60;/p&#62;
&#60;p&#62;You can add padding declarations to push the fields away from the edge of the wrapper as well. How versed in CSS are you?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TheURLdr on "Customizing Forms with CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customizing-forms-with-css#post-61885</link>
			<pubDate>Thu, 07 Jun 2012 22:37:45 +0000</pubDate>
			<dc:creator>TheURLdr</dc:creator>
			<guid isPermaLink="false">61885@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK. So I figured out how to add the changes to the child theme's style.css file from a video at WebDesign.com on Gravity Forms. I've done some simple things, but I want to place the form on top of an image to get a more customized look. I'm trying to figure out how to control the placement of the fields and the margins. I'm playing with two forms at &#60;a href=&#34;http://173.254.52.96/~gmcontra/services/bathrooms/&#34; rel=&#34;nofollow&#34;&#62;http://173.254.52.96/~gmcontra/services/bathrooms/&#60;/a&#62;  one in a right side widget and one across the main part of the page. I'm really trying to achieve something that looks like the form on this page &#60;a href=&#34;http://bathroom.ciacounters.com/&#34; rel=&#34;nofollow&#34;&#62;http://bathroom.ciacounters.com/&#60;/a&#62; or the popup forms at &#60;a href=&#34;http://pippity.com/&#34; rel=&#34;nofollow&#34;&#62;http://pippity.com/&#60;/a&#62; only I don't want to use popups.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Customizing Forms with CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customizing-forms-with-css#post-61854</link>
			<pubDate>Thu, 07 Jun 2012 16:40:38 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">61854@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;For each style value you want to override. You can also turn off Gravity Forms CSS output if you want to start a little more from scratch. Depends on what will take you less work to integrate the way you want. This is a main setting in Gravity Forms.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thoughtwell on "Customizing Forms with CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customizing-forms-with-css#post-61853</link>
			<pubDate>Thu, 07 Jun 2012 16:29:41 +0000</pubDate>
			<dc:creator>thoughtwell</dc:creator>
			<guid isPermaLink="false">61853@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Oh, and as far as David's suggestion, do I need to declare &#34;!important&#34; following every style value, or can I just do it at the end of my declaration block before closing the brackets? &#60;/p&#62;
&#60;p&#62;i.e. selector { property: value !important; property: value !important; }&#60;br /&#62;
vs. selector { property: value; property: value !important; }&#60;/p&#62;
&#60;p&#62;?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
