<?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: Spacing Issues Between Drop-down, Radio, and Checkbox Type Fields</title>
		<link>https://legacy.forums.gravityhelp.com/topic/spacing-issues-between-drop-down-radio-and-checkbox-type-fields</link>
		<description>Gravity Support Forums Topic: Spacing Issues Between Drop-down, Radio, and Checkbox Type Fields</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 08:10:57 +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/spacing-issues-between-drop-down-radio-and-checkbox-type-fields" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Spacing Issues Between Drop-down, Radio, and Checkbox Type Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spacing-issues-between-drop-down-radio-and-checkbox-type-fields#post-55530</link>
			<pubDate>Tue, 17 Apr 2012 15:25:30 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">55530@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It looks like it changed to me, it's not longer butting up against the label: &#60;a href=&#34;http://www.evernote.com/shard/s212/sh/7d9b03ce-e00a-4a54-8b20-f5e18adc5578/05b043a4bbebc2e257890faf0bc43605&#34; rel=&#34;nofollow&#34;&#62;Screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;As for the styling of that drop down, it's definitely tied to your theme styling. For a more thorough pass at styling, I'd suggest using chrome dev tools to inspect it or firebug for firefox, or reaching out to the theme developer or posting on our job board.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dsaunderswa on "Spacing Issues Between Drop-down, Radio, and Checkbox Type Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spacing-issues-between-drop-down-radio-and-checkbox-type-fields#post-55524</link>
			<pubDate>Tue, 17 Apr 2012 15:11:10 +0000</pubDate>
			<dc:creator>dsaunderswa</dc:creator>
			<guid isPermaLink="false">55524@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for catching that typo.  I corrected it; however, the correction did not fix the drop-down issue.&#60;/p&#62;
&#60;p&#62;More than half-way down the form I have the one drop-down.  There should be four choices shown in the drop-down but only 2 (+ a little) shows.  Scroll bars should appear so you can scroll down to see all the choices. Plus since there's no color in the background of the drop-down -- it's transparent-- and can hardly be read.&#60;/p&#62;
&#60;p&#62;I &#34;un-hid&#34; the State in the address area to see if correcting the typo would fix it, but it didn't.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Spacing Issues Between Drop-down, Radio, and Checkbox Type Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spacing-issues-between-drop-down-radio-and-checkbox-type-fields#post-55484</link>
			<pubDate>Tue, 17 Apr 2012 10:54:35 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">55484@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's because you have a typo in your CSS:&#60;/p&#62;
&#60;p&#62;margin-bottom: 0 0 20px 20px; should be margin: 0 0 20px 20px;&#60;/p&#62;
&#60;p&#62;on .gform_wrapper div.jqTransformSelectWrapper
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dsaunderswa on "Spacing Issues Between Drop-down, Radio, and Checkbox Type Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spacing-issues-between-drop-down-radio-and-checkbox-type-fields#post-55396</link>
			<pubDate>Mon, 16 Apr 2012 15:29:47 +0000</pubDate>
			<dc:creator>dsaunderswa</dc:creator>
			<guid isPermaLink="false">55396@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks, Rob.  Worked great for everything except the drop-down.  &#60;/p&#62;
&#60;p&#62;That drop-down is NOT working (could be the theme/plugin incompatibility issue?).  It doesn't work for the address-state field unless I use the Standard Fields rather than the Advanced Fields.  On this form, I just chose NOT to even use the state to eliminate the hassle.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Spacing Issues Between Drop-down, Radio, and Checkbox Type Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spacing-issues-between-drop-down-radio-and-checkbox-type-fields#post-55375</link>
			<pubDate>Mon, 16 Apr 2012 12:42:56 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">55375@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try replacing these selectors in your theme's stylesheet, with the below (i just altered the margin on each):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.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 20px!important;
}
.gform_wrapper div.jqTransformSelectWrapper {
clear: none !important;
margin: 0 0 20px 20px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>dsaunderswa on "Spacing Issues Between Drop-down, Radio, and Checkbox Type Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/spacing-issues-between-drop-down-radio-and-checkbox-type-fields#post-55370</link>
			<pubDate>Mon, 16 Apr 2012 12:01:39 +0000</pubDate>
			<dc:creator>dsaunderswa</dc:creator>
			<guid isPermaLink="false">55370@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How can I correct the space issues on this form (see below) where I've used drop-down, radio, and checkbox type fields?  I just need a little more space (horizontal) as you can see.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://184.172.172.19/~manda1a/coaching/client-forms/contact-and-personal-info-form/&#34; rel=&#34;nofollow&#34;&#62;http://184.172.172.19/~manda1a/coaching/client-forms/contact-and-personal-info-form/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you&#60;br /&#62;
Deborah
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
