<?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: I can&#039;t fix the padding/spacing on a form with CSS</title>
		<link>https://legacy.forums.gravityhelp.com/topic/i-cant-fix-the-paddingspacing-on-a-form-with-css</link>
		<description>Gravity Support Forums Topic: I can&#039;t fix the padding/spacing on a form with CSS</description>
		<language>en-US</language>
		<pubDate>Fri, 24 Apr 2026 15:00:38 +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/i-cant-fix-the-paddingspacing-on-a-form-with-css" rel="self" type="application/rss+xml" />

		<item>
			<title>lbdesign on "I can&#039;t fix the padding/spacing on a form with CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/i-cant-fix-the-paddingspacing-on-a-form-with-css#post-224284</link>
			<pubDate>Thu, 25 Apr 2013 17:36:40 +0000</pubDate>
			<dc:creator>lbdesign</dc:creator>
			<guid isPermaLink="false">224284@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Many, many thanks Martin! That helped a lot!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>martcol on "I can&#039;t fix the padding/spacing on a form with CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/i-cant-fix-the-paddingspacing-on-a-form-with-css#post-223446</link>
			<pubDate>Thu, 25 Apr 2013 02:27:10 +0000</pubDate>
			<dc:creator>martcol</dc:creator>
			<guid isPermaLink="false">223446@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In style.css this rule&#60;/p&#62;
&#60;p&#62;.widget li {&#60;br /&#62;
    border-top: 1px solid #F6F6F6;&#60;br /&#62;
    margin: 0;&#60;br /&#62;
    padding: 7px 0;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Adds 7px padding top and bottom of the li.&#60;/p&#62;
&#60;p&#62;And base.css has this:&#60;/p&#62;
&#60;p&#62;input[type=&#34;text&#34;], input[type=&#34;password&#34;], input[type=&#34;email&#34;], textarea, select {&#60;br /&#62;
    background: none repeat scroll 0 0 #FFFFFF;&#60;br /&#62;
    border: 1px solid #CCCCCC;&#60;br /&#62;
    border-radius: 2px 2px 2px 2px;&#60;br /&#62;
    color: #777777;&#60;br /&#62;
    display: block;&#60;br /&#62;
    font: 13px &#34;HelveticaNeue&#34;,&#34;Helvetica Neue&#34;,Helvetica,Arial,sans-serif;&#60;br /&#62;
    margin: 0 0 20px;&#60;br /&#62;
    max-width: 100%;&#60;br /&#62;
    outline: medium none;&#60;br /&#62;
    padding: 6px 4px;&#60;br /&#62;
    width: 210px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Which is adding 20px margin to the bottom of the input&#60;/p&#62;
&#60;p&#62;Adding this to style.css will help:&#60;/p&#62;
&#60;p&#62;div.ginput_container .large {&#60;br /&#62;
    margin-bottom: 0;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;And this will help a bit more:&#60;/p&#62;
&#60;p&#62;li.gfield.gformlee {&#60;br /&#62;
    padding-bottom: 0;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;I'm no expert and there are probably several ways to do what you want.  I think this might show you which elements attract the CSS rules that are applied.  The thing is using sufficient specificity to apply to only the elements you are interested in.&#60;/p&#62;
&#60;p&#62;The other thing is where you put it.  If you are using a child theme then it is in you child theme's style.css.  If you put it elsewhere remember it will get overwritten if you update that component of your site.&#60;/p&#62;
&#60;p&#62;Martin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lbdesign on "I can&#039;t fix the padding/spacing on a form with CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/i-cant-fix-the-paddingspacing-on-a-form-with-css#post-223295</link>
			<pubDate>Thu, 25 Apr 2013 00:16:27 +0000</pubDate>
			<dc:creator>lbdesign</dc:creator>
			<guid isPermaLink="false">223295@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've been trying everything I can but am at a loss to solve a spacing problem.&#60;br /&#62;
We are moving to a new theme, and it's causing problems with the gravity forms spacing. &#60;/p&#62;
&#60;p&#62;On this (old)  site, the &#34;please subscribe&#34; form has nice tight vertical spacing:&#60;br /&#62;
&#60;a href=&#34;http://insulinnation.com/stemming-the-tide-of-immune-response/&#34; rel=&#34;nofollow&#34;&#62;http://insulinnation.com/stemming-the-tide-of-immune-response/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;but on this (new) site, the same form, the same form code, displays with excessive vertical spacing:&#60;br /&#62;
&#60;a href=&#34;http://newinsnat.epscomm.com/stemming-the-tide-of-immune-response/&#34; rel=&#34;nofollow&#34;&#62;http://newinsnat.epscomm.com/stemming-the-tide-of-immune-response/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I can't figure out what CSS to change. Nothing seems to work for me. Can you inspect it and suggest some things to try?&#60;br /&#62;
Thank you.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
