<?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 Tag: float - Recent Posts</title>
		<link>https://legacy.forums.gravityhelp.com/tags/float</link>
		<description>Gravity Support Forums Tag: float - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:13:06 +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/tags/float" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Form Layout in Widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-layout-in-widget#post-256750</link>
			<pubDate>Fri, 17 May 2013 01:43:51 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">256750@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're welcome
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tomdixon on "Form Layout in Widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-layout-in-widget#post-256345</link>
			<pubDate>Thu, 16 May 2013 21:53:51 +0000</pubDate>
			<dc:creator>tomdixon</dc:creator>
			<guid isPermaLink="false">256345@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;SWEET. Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Form Layout in Widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-layout-in-widget#post-255170</link>
			<pubDate>Thu, 16 May 2013 04:49:40 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">255170@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Tom,&#60;/p&#62;
&#60;p&#62;Try adding the following CSS to your stylesheet or wherever you put custom CSS, I have just guessed the positioning so you can tweak the margin values to get it more to your liking.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#gform_widget-8 .gform_footer.top_label {
float: right;
margin: -45px 10px 0 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And this will reduce the space between the widget header and the field&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#gform_widget-8 h4 {
margin-bottom: 0;
}
#gform_wrapper_8 {
margin-top: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tomdixon on "Form Layout in Widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-layout-in-widget#post-254570</link>
			<pubDate>Wed, 15 May 2013 21:01:15 +0000</pubDate>
			<dc:creator>tomdixon</dc:creator>
			<guid isPermaLink="false">254570@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've checked every post on the forum on how to do this without much luck ... Please see the form in my sidebar at &#60;a href=&#34;http://www.mondayisgood.com&#34; rel=&#34;nofollow&#34;&#62;http://www.mondayisgood.com&#60;/a&#62;  - is there a way to modify the CSS to get the submit button to be next to the email address field? Trying to get to one line if possible. Extra credit - can I reduce the spacing between the horizontal line and the &#34;your email address&#34; text? Space in the upper right is precious, and I am trying to tighten it all up a bit.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Ready class styling elements"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ready-class-styling-elements#post-235145</link>
			<pubDate>Fri, 03 May 2013 09:46:09 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">235145@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're welcome.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>twistystraws on "Ready class styling elements"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ready-class-styling-elements#post-235138</link>
			<pubDate>Fri, 03 May 2013 09:37:41 +0000</pubDate>
			<dc:creator>twistystraws</dc:creator>
			<guid isPermaLink="false">235138@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks very much, I should have spotted that! Your suggestion has fixed the issue.&#60;/p&#62;
&#60;p&#62;Will look into the jquery issue, thanks for pointing that out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Ready class styling elements"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ready-class-styling-elements#post-235136</link>
			<pubDate>Fri, 03 May 2013 09:25:07 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">235136@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I also noticed there is a 'jQuery is not defined' error which is usually caused by a plugin or theme conflict, at some point you may want to troubleshoot that by following this advice &#60;a href=&#34;http://rkt.gs/testing&#34; rel=&#34;nofollow&#34;&#62;http://rkt.gs/testing&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Ready class styling elements"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ready-class-styling-elements#post-235131</link>
			<pubDate>Fri, 03 May 2013 09:20:48 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">235131@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The dotted horizontal line is actually the top border of the forms footer element, try adding the following towards the bottom of your theme's stylesheet, it will force it back to it's normal position&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .gform_page_footer {
   clear: both;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard&#60;br /&#62;
--&#60;br /&#62;
Just another member of the community helping out where I can
&#60;/p&#62;</description>
		</item>
		<item>
			<title>twistystraws on "Ready class styling elements"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ready-class-styling-elements#post-235120</link>
			<pubDate>Fri, 03 May 2013 09:03:26 +0000</pubDate>
			<dc:creator>twistystraws</dc:creator>
			<guid isPermaLink="false">235120@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://pages.brethertons.co.uk/employment-questionnaire/&#34; rel=&#34;nofollow&#34;&#62;http://pages.brethertons.co.uk/employment-questionnaire/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Thanks.&#60;/p&#62;
&#60;p&#62;It's on page 12 - you don't have to fill anything in, some pages are conditional, but on page 12 referring to &#60;/p&#62;
&#60;p&#62;&#34;How useful do you find an online HR Management tool?&#34; any radio but the 1st one will highlight the 2 columns before the end of the page.&#60;/p&#62;
&#60;p&#62;Much appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Ready class styling elements"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ready-class-styling-elements#post-235021</link>
			<pubDate>Fri, 03 May 2013 08:01:32 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">235021@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you provide a link to a page containing the form in question.  We can then take a look at how your theme and the gravity forms styles are interacting.&#60;/p&#62;
&#60;p&#62;The Gravity Forms CSS does not add a bottom border to the field labels, so this is something that is being added by your theme.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
