<?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: Move Widget Fields Closer Together</title>
		<link>https://legacy.forums.gravityhelp.com/topic/move-widget-fields-closer-together</link>
		<description>Gravity Support Forums Topic: Move Widget Fields Closer Together</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 01:36:21 +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/move-widget-fields-closer-together" rel="self" type="application/rss+xml" />

		<item>
			<title>Ken11 on "Move Widget Fields Closer Together"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/move-widget-fields-closer-together#post-45047</link>
			<pubDate>Wed, 28 Dec 2011 06:30:20 +0000</pubDate>
			<dc:creator>Ken11</dc:creator>
			<guid isPermaLink="false">45047@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Cheers Rob... I'll check it out. Thx.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Move Widget Fields Closer Together"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/move-widget-fields-closer-together#post-44996</link>
			<pubDate>Tue, 27 Dec 2011 13:09:39 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">44996@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey ken, no problem. I used Chrome Developer Tools to inspect the markup and see where the spacing was coming from. You can also use Firebug for Firefox to troubleshoot as well.&#60;/p&#62;
&#60;p&#62;The li is an HTML element called List Item. Our forms are structured using the li element for each field. Your theme had a declaration for your sidebar li that was taking precedence, so we overwrote that using classes that are output by Gravity Forms.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ken11 on "Move Widget Fields Closer Together"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/move-widget-fields-closer-together#post-44988</link>
			<pubDate>Tue, 27 Dec 2011 11:44:50 +0000</pubDate>
			<dc:creator>Ken11</dc:creator>
			<guid isPermaLink="false">44988@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Rob - it worked great. Just 2 further questions on your code if I may...&#60;br /&#62;
1) In line 1 - How did you know to go for the bottom margin in the &#34;Heading&#34; rather than the top margin in the &#34;Body&#34;? (I tried the body myself with no result)&#60;br /&#62;
2) In line 4 - I do not understand the &#34;li&#34; command. What does it mean and how is it used?&#60;br /&#62;
OK, really 3 questions ;-) Thx again, Ken.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Move Widget Fields Closer Together"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/move-widget-fields-closer-together#post-44984</link>
			<pubDate>Tue, 27 Dec 2011 08:24:52 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">44984@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try this out, place this in your theme's stylesheet:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_widget .gform_heading {
margin-bottom: 0 !important;
}
.gform_widget li {
margin-bottom: 0 !important;
}
.gform_widget .gfield_label {
margin-top: 5px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;See if that works for you - I don't think moving your labels to the left is ideal here because the input fields would result to being extremely small in width because of the narrowness of the form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ken11 on "Move Widget Fields Closer Together"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/move-widget-fields-closer-together#post-44980</link>
			<pubDate>Tue, 27 Dec 2011 05:18:27 +0000</pubDate>
			<dc:creator>Ken11</dc:creator>
			<guid isPermaLink="false">44980@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have created a GF Widget in a Thesis sidebar - see &#60;a href=&#34;http://www.helpwithmaths.com.au&#34; rel=&#34;nofollow&#34;&#62;http://www.helpwithmaths.com.au&#60;/a&#62;&#60;br /&#62;
My goal is to shrink the form length as much as possible. I have managed to do this to a certain degree by adjusting top and bottom margins/padding of the heading and footer (by following other posts in this forum). But I have not been able to find anything that works on my site to reduce the spacing between the body fields.&#60;br /&#62;
Can someone please advise me how to...&#60;br /&#62;
1) Reduce the white space between the fields, and&#60;br /&#62;
2) Move the labels in Name and Email to the left of their fields so the form can be shortened even further.&#60;br /&#62;
Thanks in advance, Ken.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
