<?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: Footer problem again</title>
		<link>https://legacy.forums.gravityhelp.com/topic/footer-problem-again</link>
		<description>Gravity Support Forums Topic: Footer problem again</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:43:07 +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/footer-problem-again" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Footer problem again"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/footer-problem-again#post-38331</link>
			<pubDate>Wed, 19 Oct 2011 14:09:21 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">38331@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Wonderful. I'm pleased that worked for you. Sometimes you just have to be creative with these things. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jessalouisa on "Footer problem again"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/footer-problem-again#post-38329</link>
			<pubDate>Wed, 19 Oct 2011 13:55:07 +0000</pubDate>
			<dc:creator>jessalouisa</dc:creator>
			<guid isPermaLink="false">38329@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;BRAVO! and Merci! GENIUS! I really appreciate this info, and next time I will be all set!! 8))) thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Footer problem again"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/footer-problem-again#post-38046</link>
			<pubDate>Mon, 17 Oct 2011 01:16:40 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">38046@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try adding this to the end of your theme stylesheet.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body.page-id-2033 div#content-area div#left-area[style] {
    height: 1600px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That should work for you. It did in my test. Please note that this is only for the form on the page you referenced above.. see the unique &#34;page-id-2033&#34; class in the rule. That way this won't affect the height on any other pages, just this form page.&#60;/p&#62;
&#60;p&#62;If you needed to apply the same type of fix on another form page, just view the source and grab the appropriate body class and update the previous snippet accordingly.&#60;/p&#62;
&#60;p&#62;So, this is a work around, but probably not the best way to handle it if you have a bunch of forms. I would look for a theme fix, but this should get you by in the mean time.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Footer problem again"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/footer-problem-again#post-38043</link>
			<pubDate>Sun, 16 Oct 2011 23:37:27 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">38043@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The only way to &#34;fix&#34; it offhand would be remove the script. The script dynamically sets the height value, it's not something you specify. The script tries to make the 2 content columns the same size.. it checks the content when the page first loads and sets the heights. The problem being that if everything doesn't load before that script, then the size can be incorrect and cause these kinds of problems.&#60;/p&#62;
&#60;p&#62;Let me tinker with something and see if I can offer some kind of a CSS &#34;fix&#34; to get you by for now. I'll post back what I find.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jessalouisa on "Footer problem again"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/footer-problem-again#post-38040</link>
			<pubDate>Sun, 16 Oct 2011 23:13:54 +0000</pubDate>
			<dc:creator>jessalouisa</dc:creator>
			<guid isPermaLink="false">38040@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you both...I'm pretty sure last time this was not resolved by the theme provider, but, in any case...&#60;/p&#62;
&#60;p&#62;You said: If I disable that inline height value, the form fits in the area properly.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bit.ly/nqDtCO&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/nqDtCO&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is this something you had the power to do, or I have the power to do??  What is the solution that is in my power, fixing the custom.js file? .... and if so, what are the values to specify?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Scott M. on "Footer problem again"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/footer-problem-again#post-38038</link>
			<pubDate>Sun, 16 Oct 2011 22:17:48 +0000</pubDate>
			<dc:creator>Scott M.</dc:creator>
			<guid isPermaLink="false">38038@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your theme has a fixed height of 1144px, and the form is taller than this.&#60;br /&#62;
 it is being caused by the custom.js file in your theme:&#60;br /&#62;
&#60;code&#62;if ( $et_left_area.innerHeight() &#38;lt; $et_sidebar.innerHeight() ) $et_left_area.css( &#38;#39;height&#38;#39;, ( $et_sidebar.innerHeight()+15 ) );&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;There is also something going on in your theme that is making all of the 's' characters disappear in chrome.  I disabled and reenabled the Goudy Bookletter 1911 font settings and it seams to have corrected it, but it may be a problem in the Google font service you are using.&#60;/p&#62;
&#60;p&#62;------------------------------------------------------------------------------------------------------&#60;br /&#62;
oops, spent half an hour traipsing through the scripts to find this and i was already answered!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Footer problem again"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/footer-problem-again#post-38036</link>
			<pubDate>Sun, 16 Oct 2011 21:40:39 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">38036@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Nope, this is still the same issue I identified before. The theme is dynamically setting a height on the &#34;left-area&#34; div. You can see that in this screenshot.. it's hard-coding a height value.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bit.ly/qdwKFz&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/qdwKFz&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If I disable that inline height value, the form fits in the area properly.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bit.ly/nqDtCO&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/nqDtCO&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;As I had said before, this is a theme issue and not a Gravity Forms issue. The problem is the form takes more than 1145px vertical space, so the form overflows the boundaries of the container with the set height. If it was working before, it had nothing to do with any &#34;fixes&#34; on our end.&#60;/p&#62;
&#60;p&#62;I would try talking to your theme provider about the script that sets the equal height columns and see what they can do to help you overcome the issue.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jessalouisa on "Footer problem again"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/footer-problem-again#post-38035</link>
			<pubDate>Sun, 16 Oct 2011 21:19:29 +0000</pubDate>
			<dc:creator>jessalouisa</dc:creator>
			<guid isPermaLink="false">38035@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I posted about 4 months ago with this here ... &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/forms-running-over-my-footer-section-conflicting-with-information&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/forms-running-over-my-footer-section-conflicting-with-information&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The issue in question can be seen here:&#60;br /&#62;
&#60;a href=&#34;http://artofvitality.com/gift-certificate-request-form/&#34; rel=&#34;nofollow&#34;&#62;http://artofvitality.com/gift-certificate-request-form/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Oddly, the same issue has decided out of the blue to re-occur ... the text running into the footer...And now I'm stuck because I'm not sure what you did to fix it ... I am sure it was a fix on gravity's end, not the theme... After the last comment, you did something to resolve it, and I don't have a record of it now ... Any chance you might remember how to address this (or have it down somewhere)? Sorry to revisit this -- Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
