<?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: Gravity Forms gf_left_half and gf_right_half doesnt work with Vigilance</title>
		<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-gf_left_half-and-gf_right_half-doesnt-work-with-vigilance</link>
		<description>Gravity Support Forums Topic: Gravity Forms gf_left_half and gf_right_half doesnt work with Vigilance</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:18:09 +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/gravity-forms-gf_left_half-and-gf_right_half-doesnt-work-with-vigilance" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Gravity Forms gf_left_half and gf_right_half doesnt work with Vigilance"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-gf_left_half-and-gf_right_half-doesnt-work-with-vigilance#post-27894</link>
			<pubDate>Thu, 16 Jun 2011 02:03:37 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">27894@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;My pleasure Immi. Let us know if you need anything else.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>immihenne on "Gravity Forms gf_left_half and gf_right_half doesnt work with Vigilance"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-gf_left_half-and-gf_right_half-doesnt-work-with-vigilance#post-27891</link>
			<pubDate>Thu, 16 Jun 2011 01:37:35 +0000</pubDate>
			<dc:creator>immihenne</dc:creator>
			<guid isPermaLink="false">27891@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Kevin, Thanks sooooo much!!!! Much appreciated.&#60;br /&#62;
immi.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Gravity Forms gf_left_half and gf_right_half doesnt work with Vigilance"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-gf_left_half-and-gf_right_half-doesnt-work-with-vigilance#post-27869</link>
			<pubDate>Wed, 15 Jun 2011 17:35:47 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">27869@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The classes appear to be working properly, notice the &#34;telefon&#34; field is floated to the right as it should be when the &#34;gf_right_half&#34; class is applied.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://grab.by/amD6&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/amD6&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The problem is with your THEME styles. The master.css file (line 443) adds a 17 pixel left padding to every list item (our forms are structured using an unordered list) so the field widths are thrown off and don't float properly. If you disable that rule, you'll notice that the formatting works as intended.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://grab.by/amD8&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/amD8&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can add this rule to the end of your theme stylesheet and it should override the padding so your columns will align properly.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .entry .gform_wrapper ul li,
body .c-body .gform_wrapper ul li {
  background-image: none;
  padding: 0
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This wasn't difficult to diagnose so it sounds like the Themefoundry support team was taking the day off. I hope this helps.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>immihenne on "Gravity Forms gf_left_half and gf_right_half doesnt work with Vigilance"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-gf_left_half-and-gf_right_half-doesnt-work-with-vigilance#post-27855</link>
			<pubDate>Wed, 15 Jun 2011 15:17:59 +0000</pubDate>
			<dc:creator>immihenne</dc:creator>
			<guid isPermaLink="false">27855@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello I am using Vigilance and Gravity Forms &#60;a href=&#34;http://duo-mirabelle.de/termine/karten-kaufen/&#34; rel=&#34;nofollow&#34;&#62;http://duo-mirabelle.de/termine/karten-kaufen/&#60;/a&#62;.&#60;br /&#62;
The gf_left_half and gf_right_half class (&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes&#60;/a&#62;)&#60;br /&#62;
does not work with Vigilance.&#60;/p&#62;
&#60;p&#62;Any idea what I need to fix?&#60;br /&#62;
Thank you.&#60;br /&#62;
immi.&#60;/p&#62;
&#60;p&#62;The response I got from thethemefoundry.com is I should contact you guys... &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://thethemefoundry.com/forums/topic/gravity-forms-gf_left_half-and-gf_right_half-doesnt-work-with-vigilance&#34; rel=&#34;nofollow&#34;&#62;http://thethemefoundry.com/forums/topic/gravity-forms-gf_left_half-and-gf_right_half-doesnt-work-with-vigilance&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
