<?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: drop down field size</title>
		<link>https://legacy.forums.gravityhelp.com/topic/drop-down-field-size</link>
		<description>Gravity Support Forums Topic: drop down field size</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 21:42: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/drop-down-field-size" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "drop down field size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/drop-down-field-size#post-49205</link>
			<pubDate>Sun, 12 Feb 2012 18:10:04 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">49205@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Right on - glad that worked out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fr35ht on "drop down field size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/drop-down-field-size#post-49204</link>
			<pubDate>Sun, 12 Feb 2012 18:08:37 +0000</pubDate>
			<dc:creator>fr35ht</dc:creator>
			<guid isPermaLink="false">49204@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yep 1.6.3b2 works for me too!&#60;br /&#62;
In fact all the layout looks clearer.&#60;br /&#62;
Good job!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "drop down field size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/drop-down-field-size#post-49187</link>
			<pubDate>Sun, 12 Feb 2012 06:14:04 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">49187@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the pointer Rob, your right 1.6.3b2 fixes that problem.  &#60;/p&#62;
&#60;p&#62;It looks like chosen is now up to version 0.9.7 and has had near a hundred commits since v0.9.3 was released, while 1.6.3 is still in beta you might consider dropping in the latest version.  I downloaded it last night and have been testing it with the beta and so far I haven't found any problems.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fr35ht on "drop down field size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/drop-down-field-size#post-49184</link>
			<pubDate>Sun, 12 Feb 2012 04:34:37 +0000</pubDate>
			<dc:creator>fr35ht</dc:creator>
			<guid isPermaLink="false">49184@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Rob, will give it a whirl!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "drop down field size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/drop-down-field-size#post-49164</link>
			<pubDate>Sat, 11 Feb 2012 16:33:01 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">49164@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Guys, looks like the the current release beta fixes this if you want to give it a whirl:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/gravity-forms-v1-6-3-beta-2-released/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/gravity-forms-v1-6-3-beta-2-released/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "drop down field size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/drop-down-field-size#post-49162</link>
			<pubDate>Sat, 11 Feb 2012 16:24:09 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">49162@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Interesting, yeah it is only if used on the conditional logic. I'll bring it up. For now, Matt, you can use the below to get you rolling. I targeted the specific drop down on your Questionnaire v1.1 form instead of a doing a global target. If you'd like to use this method on other conditional logic hidden enhanced drop-downs, just make sure to ID the correct input either by viewing the source, using Chrome Dev Tools or Firebug for Firefox.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#input_3_6_chzn {
width: 98% !important;
}
#input_3_6_chzn .chzn-drop {
width: 99.6% !important;
}
#input_3_6_chzn .chzn-search input[type=&#38;quot;text&#38;quot;] {
width: 94% !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "drop down field size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/drop-down-field-size#post-49154</link>
			<pubDate>Sat, 11 Feb 2012 14:39:39 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">49154@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Rob, I have just found one of my forms that is also experiencing this issue. &#60;/p&#62;
&#60;p&#62;It doesn't seem to be a plugin or theme conflict as it is also occurring in the form preview rather it seems to be a conflict with the gravity forms conditional logic as it is only occurring when conditional logic is also enabled on the drop down.  Other drop downs on the page without conditional logic that also have the enhanced ui active appear normal.&#60;/p&#62;
&#60;p&#62;If it will help you locate the problem I can export the form and email it to you.&#60;/p&#62;
&#60;p&#62;Checking out the github issues page for chosen, it seems other people are experiencing width issues with chosen drop downs. &#60;a href=&#34;https://github.com/harvesthq/chosen/issues/search?q=width&#34; rel=&#34;nofollow&#34;&#62;https://github.com/harvesthq/chosen/issues/search?q=width&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fr35ht on "drop down field size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/drop-down-field-size#post-49151</link>
			<pubDate>Sat, 11 Feb 2012 13:19:40 +0000</pubDate>
			<dc:creator>fr35ht</dc:creator>
			<guid isPermaLink="false">49151@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Have sent the form and another where the uk centre drop downs are the correct size but the Canadian, USA and Other drop downs are too small.&#60;br /&#62;
Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "drop down field size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/drop-down-field-size#post-49150</link>
			<pubDate>Sat, 11 Feb 2012 12:51:42 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">49150@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you export the form and send the xml file to me at &#60;a href=&#34;mailto:rob@rocketgenius.com&#34;&#62;rob@rocketgenius.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fr35ht on "drop down field size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/drop-down-field-size#post-49141</link>
			<pubDate>Sat, 11 Feb 2012 10:36:10 +0000</pubDate>
			<dc:creator>fr35ht</dc:creator>
			<guid isPermaLink="false">49141@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When I'm actually editing the form the boxes are the correct (large) width.&#60;br /&#62;
When I click on the preview button however the boxes revert to the (too) small size.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
