<?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: Dropdown menu same style as text field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/dropdown-menu-same-style-as-text-field</link>
		<description>Gravity Support Forums Topic: Dropdown menu same style as text field</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:35:35 +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/dropdown-menu-same-style-as-text-field" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Dropdown menu same style as text field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dropdown-menu-same-style-as-text-field#post-59260</link>
			<pubDate>Thu, 17 May 2012 09:55:33 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">59260@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're not going to be able to universally apply this and have it exact because that select field you will most likely need to target individually. But you could try something like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium, .gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium {
font-size: 16px!important;
width: 80%!important;
box-sizing: content-box !important;
padding: 3px!important;
height: 20px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Here is the documentation on how the structure is laid out.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Design_and_Layout&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Design_and_Layout&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can also use tools such as chrome developer tools and firebug for firefox to inspect the elements and target them as you wish.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ulrich on "Dropdown menu same style as text field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dropdown-menu-same-style-as-text-field#post-59255</link>
			<pubDate>Thu, 17 May 2012 08:58:11 +0000</pubDate>
			<dc:creator>Ulrich</dc:creator>
			<guid isPermaLink="false">59255@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks, box-sizing: content-box was the solution&#60;/p&#62;
&#60;p&#62;I was trying to simplify the css and ruined everything. Could you tell me which class or id to use. I would like this to work for all of my forms.&#60;br /&#62;
I would like to use use this style for all of fields except the submit button and...&#60;br /&#62;
	font-size: 16px!important;&#60;br /&#62;
	width: 80%!important;&#60;br /&#62;
	box-sizing: content-box;&#60;br /&#62;
	padding: 3px!important;&#60;br /&#62;
...this is for the text field.&#60;br /&#62;
	height: 20px;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Dropdown menu same style as text field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dropdown-menu-same-style-as-text-field#post-59252</link>
			<pubDate>Thu, 17 May 2012 08:10:14 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">59252@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yeah I don't think you're going to be able to match that up exactly, besides the contents of the drop down doesn't really need to be that wide anyways to accomodate prefixes. At any rate, you can isolate and try to target that field individually with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#input_1_4 {
width: 79% !important;
-webkit-appearance: none;
box-sizing: content-box;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can also try taking off some of the browser-defined styles like the one example above.&#60;/p&#62;
&#60;p&#62;Edit: This is pretty close for webkit at least. &#60;a href=&#34;http://www.evernote.com/shard/s212/sh/4c51b6f8-3460-4cfc-b823-1925098739a6/6cff08837d558c87934432a1f6c1ee61&#34; rel=&#34;nofollow&#34;&#62;Screenshot&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ulrich on "Dropdown menu same style as text field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dropdown-menu-same-style-as-text-field#post-59249</link>
			<pubDate>Thu, 17 May 2012 08:07:31 +0000</pubDate>
			<dc:creator>Ulrich</dc:creator>
			<guid isPermaLink="false">59249@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have now only a 2px difference between the input fields and the select and text field.&#60;/p&#62;
&#60;p&#62;This is my test site.&#60;br /&#62;
&#60;a href=&#34;http://www.grappler.tk/dyebeta/contact&#34; rel=&#34;nofollow&#34;&#62;http://www.grappler.tk/dyebeta/contact&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Dropdown menu same style as text field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dropdown-menu-same-style-as-text-field#post-59240</link>
			<pubDate>Thu, 17 May 2012 07:49:46 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">59240@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Select elements are pretty tough to style uniformly, cross-browser as most of the styling is dictated by the browser. Do you have a link to your form so I can see what you have so far?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ulrich on "Dropdown menu same style as text field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dropdown-menu-same-style-as-text-field#post-59234</link>
			<pubDate>Thu, 17 May 2012 05:18:02 +0000</pubDate>
			<dc:creator>Ulrich</dc:creator>
			<guid isPermaLink="false">59234@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I would like the dropdown menu to look the same as the the text field. How can I best achieve this?&#60;/p&#62;
&#60;p&#62;I change both of the width to 100% but the dropdown menu is still 10px smaller.&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
