<?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: Enable Enhanced user Interface - Drop Down field hidden behind - 1.6 Beta 2</title>
		<link>https://legacy.forums.gravityhelp.com/topic/enable-enhanced-user-interface-drop-down-field-hidden-behind-16-beta-2</link>
		<description>Gravity Support Forums Topic: Enable Enhanced user Interface - Drop Down field hidden behind - 1.6 Beta 2</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:24:12 +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/enable-enhanced-user-interface-drop-down-field-hidden-behind-16-beta-2" rel="self" type="application/rss+xml" />

		<item>
			<title>sascha on "Enable Enhanced user Interface - Drop Down field hidden behind - 1.6 Beta 2"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/enable-enhanced-user-interface-drop-down-field-hidden-behind-16-beta-2#post-45267</link>
			<pubDate>Mon, 02 Jan 2012 05:16:36 +0000</pubDate>
			<dc:creator>sascha</dc:creator>
			<guid isPermaLink="false">45267@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there,&#60;br /&#62;
so is this an issue with GF that will be sorted out in one of the next updates or is this a conflict within my setup/theme?&#60;/p&#62;
&#60;p&#62;I will give Tony's CSS change a go in the meantime...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Enable Enhanced user Interface - Drop Down field hidden behind - 1.6 Beta 2"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/enable-enhanced-user-interface-drop-down-field-hidden-behind-16-beta-2#post-44954</link>
			<pubDate>Mon, 26 Dec 2011 20:18:36 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">44954@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If the CSS you added did not visibly change the display, try adding &#60;strong&#62;!important&#60;/strong&#62; to the declaration.  That will ensure that it overrides all other rules.  Example&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#gform_wrapper input[type=text] {
    color: #000!important;
    font-size: 18px!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The important on the end of those rules will ensure that rule takes precedence over any other more specific rule that is not working for you. (and the font will be 18px black)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AlphaBlossom on "Enable Enhanced user Interface - Drop Down field hidden behind - 1.6 Beta 2"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/enable-enhanced-user-interface-drop-down-field-hidden-behind-16-beta-2#post-44944</link>
			<pubDate>Mon, 26 Dec 2011 19:27:44 +0000</pubDate>
			<dc:creator>AlphaBlossom</dc:creator>
			<guid isPermaLink="false">44944@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Rob,&#60;/p&#62;
&#60;p&#62;sorry for the delay! Yes, when I placed the above changes to my CSS file, they did not take priority so nothing changed. If i made the change directly in firebug it changed ok...&#60;/p&#62;
&#60;p&#62;it was currently set for &#34;inherit&#34; so I made the change to the parent div and it worked. I don't think it will be a problem here, but if i can apply it directly instead of on the parent i would prefer to do that.&#60;/p&#62;
&#60;p&#62;the site won't be live for 1 - 2 weeks...i'm happy to post then if you'd like. thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Enable Enhanced user Interface - Drop Down field hidden behind - 1.6 Beta 2"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/enable-enhanced-user-interface-drop-down-field-hidden-behind-16-beta-2#post-44512</link>
			<pubDate>Tue, 20 Dec 2011 08:40:57 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">44512@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Tony, when you say you can't change it in your CSS settings - why is that? Do you mean when you place declarations in your stylesheet they are being ignored? Since we are flying blind over here this could be a lot of back and forth. Do you have an ETA of when this would be publicly viewable?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AlphaBlossom on "Enable Enhanced user Interface - Drop Down field hidden behind - 1.6 Beta 2"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/enable-enhanced-user-interface-drop-down-field-hidden-behind-16-beta-2#post-44348</link>
			<pubDate>Mon, 19 Dec 2011 04:46:56 +0000</pubDate>
			<dc:creator>AlphaBlossom</dc:creator>
			<guid isPermaLink="false">44348@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If I change the .gform_wrapper from &#34;overflow: inherit&#34; to &#34;visible&#34; it works. The only problem is I can change it in firebug, but I can't change it in my css settings.&#60;/p&#62;
&#60;p&#62;I tried using .gform_wrapper and body #gform_wrapper_2 and they didn't do anything. I ended up having to set the parent container to &#34;visible&#34;, but I would prefer to set it on the gform wrapper specifically.&#60;/p&#62;
&#60;p&#62;Can someone help me with the css?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AlphaBlossom on "Enable Enhanced user Interface - Drop Down field hidden behind - 1.6 Beta 2"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/enable-enhanced-user-interface-drop-down-field-hidden-behind-16-beta-2#post-44347</link>
			<pubDate>Mon, 19 Dec 2011 04:13:45 +0000</pubDate>
			<dc:creator>AlphaBlossom</dc:creator>
			<guid isPermaLink="false">44347@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I'm having the same issue. I'm also working locally so i can't give a link.&#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
Tony
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sascha on "Enable Enhanced user Interface - Drop Down field hidden behind - 1.6 Beta 2"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/enable-enhanced-user-interface-drop-down-field-hidden-behind-16-beta-2#post-44314</link>
			<pubDate>Sat, 17 Dec 2011 21:28:00 +0000</pubDate>
			<dc:creator>sascha</dc:creator>
			<guid isPermaLink="false">44314@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;br /&#62;
has Kevin or anyone else had time to look into this issue?&#60;br /&#62;
S
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sascha on "Enable Enhanced user Interface - Drop Down field hidden behind - 1.6 Beta 2"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/enable-enhanced-user-interface-drop-down-field-hidden-behind-16-beta-2#post-43085</link>
			<pubDate>Sun, 04 Dec 2011 19:07:18 +0000</pubDate>
			<dc:creator>sascha</dc:creator>
			<guid isPermaLink="false">43085@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Chris,&#60;br /&#62;
thanks. That would be great!&#60;br /&#62;
I tried a few CSS tweaks with firebug, but could not get it sorted - (but that does not mean much!!!).&#60;br /&#62;
Anyway, looking forward to see it fixed,&#60;br /&#62;
Sascha
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Enable Enhanced user Interface - Drop Down field hidden behind - 1.6 Beta 2"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/enable-enhanced-user-interface-drop-down-field-hidden-behind-16-beta-2#post-43084</link>
			<pubDate>Sun, 04 Dec 2011 18:39:40 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">43084@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Good one.  Thank you for sharing the URL.  I will let Kevin know and see what he comes up with.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sascha on "Enable Enhanced user Interface - Drop Down field hidden behind - 1.6 Beta 2"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/enable-enhanced-user-interface-drop-down-field-hidden-behind-16-beta-2#post-43073</link>
			<pubDate>Sun, 04 Dec 2011 17:20:07 +0000</pubDate>
			<dc:creator>sascha</dc:creator>
			<guid isPermaLink="false">43073@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;br /&#62;
for instance here: &#60;a href=&#34;http://landwire.de/add-job/&#34; rel=&#34;nofollow&#34;&#62;http://landwire.de/add-job/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
