<?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: Need help changing overflow to hidden on the wrapper</title>
		<link>https://legacy.forums.gravityhelp.com/topic/need-help-changing-overflow-to-hidden-on-the-wrapper</link>
		<description>Gravity Support Forums Topic: Need help changing overflow to hidden on the wrapper</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 16:59:40 +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/need-help-changing-overflow-to-hidden-on-the-wrapper" rel="self" type="application/rss+xml" />

		<item>
			<title>horsietime on "Need help changing overflow to hidden on the wrapper"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-help-changing-overflow-to-hidden-on-the-wrapper#post-81147</link>
			<pubDate>Mon, 15 Oct 2012 12:24:16 +0000</pubDate>
			<dc:creator>horsietime</dc:creator>
			<guid isPermaLink="false">81147@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok so now it is working.  This is simply embarrassing.  Please mark this as closed.  And thank you for your patience.  :-))
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Need help changing overflow to hidden on the wrapper"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-help-changing-overflow-to-hidden-on-the-wrapper#post-80860</link>
			<pubDate>Sun, 14 Oct 2012 11:44:23 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">80860@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your site definitely changed - the black area has significantly decreased since the last time I pulled it up. What exactly is wrong with how it looks now?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://www.evernote.com/shard/s212/sh/1d6a986a-247a-43a6-b48f-aa1417bb74c4/55355eb4e0890dff4d520cdafdc64137&#34; rel=&#34;nofollow&#34;&#62;Screenshot&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>horsietime on "Need help changing overflow to hidden on the wrapper"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-help-changing-overflow-to-hidden-on-the-wrapper#post-80803</link>
			<pubDate>Sat, 13 Oct 2012 22:49:45 +0000</pubDate>
			<dc:creator>horsietime</dc:creator>
			<guid isPermaLink="false">80803@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Haha.  Silly mistake.  Thank you - but code still doesn't work!  Any other ideas?  It seems like it should but when I use firebug - the code is crossed out and the preceding main code is active.  I am tempted to just delete the main code out of the plugin - but then that would ruin any updates...hmm...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Need help changing overflow to hidden on the wrapper"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-help-changing-overflow-to-hidden-on-the-wrapper#post-80764</link>
			<pubDate>Sat, 13 Oct 2012 10:52:36 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">80764@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Looks like this part of your CSS is invalid - it has two semicolons in the overflow:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#gform_wrapper_2 ul li:before, .gform_wrapper ul li:after, .gform_wrapper ul.gform_fields {
margin: 0;
overflow: hidden; !important;
padding: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Should be:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#gform_wrapper_2 ul li:before, .gform_wrapper ul li:after, .gform_wrapper ul.gform_fields {
margin: 0;
overflow: hidden !important;
padding: 0;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>horsietime on "Need help changing overflow to hidden on the wrapper"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-help-changing-overflow-to-hidden-on-the-wrapper#post-80699</link>
			<pubDate>Sat, 13 Oct 2012 01:13:55 +0000</pubDate>
			<dc:creator>horsietime</dc:creator>
			<guid isPermaLink="false">80699@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi!  The overflow visibility won't change to hidden.  What am I doing wrong?  Please excuse the &#34;black&#34; and ugly areas.  Making it nice and dark so I can see everything!&#60;/p&#62;
&#60;p&#62;Site:  &#60;a href=&#34;http://www.homesthatflow.com&#34; rel=&#34;nofollow&#34;&#62;http://www.homesthatflow.com&#60;/a&#62;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
gform_wrapper_2 {
	background-color: #000;
	border:5px solid #ddd;
	margin: 0 0 0 400px;
	width: 30%;
}

#gform_wrapper_2 ul li:before, .gform_wrapper ul li:after, .gform_wrapper ul.gform_fields {
	margin: 0;
	overflow: hidden; !important;
	padding: 0;
}

#gform_wrapper_2 form {
	text-align: left;
}

#gform_wrapper_2 .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
	 width: 50%;
}

#gform_wrapper_2 .gform_body .gform_fields .gfield .ginput_container {
	border: 1px solid #145897;
	background-color: #145679;
}

#gform_wrapper_2 input, div.gform_wrapper select, div.gform_wrapper textarea {
	background-color: #789156;
}

#gform_wrapper_2 .top_label .gfield_label{
	color: #fff;
	font-family: &#38;#39;Architects Daughter&#38;#39;;
	font-size: 22px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
