<?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: Center single dropdown within a form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/center-single-dropdown-within-a-form</link>
		<description>Gravity Support Forums Topic: Center single dropdown within a form</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 07:23:29 +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/center-single-dropdown-within-a-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Center single dropdown within a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/center-single-dropdown-within-a-form#post-51233</link>
			<pubDate>Sun, 04 Mar 2012 09:48:12 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">51233@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome Josh, glad you are diggin' Gravity Forms! Thanks for the kind words.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jme5674 on "Center single dropdown within a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/center-single-dropdown-within-a-form#post-51222</link>
			<pubDate>Sat, 03 Mar 2012 15:47:27 +0000</pubDate>
			<dc:creator>jme5674</dc:creator>
			<guid isPermaLink="false">51222@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;yes!  and thank you, Rob!  your quick responses and spot on solutions make me very happy that I purchased this fantastic plugin!  I just love how every single element can be manipulated and styled!!!  i used to use contact form 7 (which really is a fine plugin being that it's free), but gravity forms is, hands down, a far SUPERIOR product!!!!  not only is it easy, but it just makes sense!  everything works flawlessly!  unless, of course, there's a user error!  haha!&#60;/p&#62;
&#60;p&#62;thanks again!!&#60;/p&#62;
&#60;p&#62;Josh
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Center single dropdown within a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/center-single-dropdown-within-a-form#post-51216</link>
			<pubDate>Sat, 03 Mar 2012 13:25:32 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">51216@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Indeed, invalid CSS will break everything below it. Sometimes, its a needle in a haystack, but looks like you found it!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jme5674 on "Center single dropdown within a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/center-single-dropdown-within-a-form#post-51212</link>
			<pubDate>Sat, 03 Mar 2012 11:48:49 +0000</pubDate>
			<dc:creator>jme5674</dc:creator>
			<guid isPermaLink="false">51212@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;well, i think i figured it out!  i had no idea that an error like this would cause everything &#34;underneath&#34; it to not work within the stylesheet!!  near the bottom of the stylesheet there was this entry:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.which-session (
	height:75px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;as you can see, the error was an open parentesis ( instead of {.  so i guess this small error affects everything after in the stylesheet?  i'm assuming this is the case, since it affected my sheet.  is this the case?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jme5674 on "Center single dropdown within a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/center-single-dropdown-within-a-form#post-51211</link>
			<pubDate>Sat, 03 Mar 2012 11:38:13 +0000</pubDate>
			<dc:creator>jme5674</dc:creator>
			<guid isPermaLink="false">51211@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;this is really weird!  you were correct (actually, i had it right last night, too!) but something must be wrong with my stylesheet!!  i moved the entry:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#content li.dropdown_center {
    text-align:center;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to the top of the stylesheet and it works!  so would that mean that there is an error somewhere near the bottom of the stylesheet?  is it possible for a stylesheet to be too long?? i just don't understand why it worked when i moved it to the top of the sheet, but not at the bottom!?!?  any ideas??&#60;/p&#62;
&#60;p&#62;thanks again for your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jme5674 on "Center single dropdown within a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/center-single-dropdown-within-a-form#post-51210</link>
			<pubDate>Sat, 03 Mar 2012 11:14:04 +0000</pubDate>
			<dc:creator>jme5674</dc:creator>
			<guid isPermaLink="false">51210@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;update...it still is not working when i add it to my stylesheet, but if i add:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;style type=&#38;quot;text/css&#38;quot;&#38;gt;
#content li.dropdown_center {
   text-align: center;
}
&#38;lt;/style&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to the top of the form's page, the dropdown is centered.  although it works this way, i would like to just add it to my stylesheet, as i don't like to style pages within the page itself because if the owner happens to edit that page using the &#34;visual&#34; tab, all styles are lost!&#60;/p&#62;
&#60;p&#62;any ideas why it isn't working when added to the stylesheet?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jme5674 on "Center single dropdown within a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/center-single-dropdown-within-a-form#post-51209</link>
			<pubDate>Sat, 03 Mar 2012 11:05:39 +0000</pubDate>
			<dc:creator>jme5674</dc:creator>
			<guid isPermaLink="false">51209@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;hi.  thank you for the response!  yes, i added that just to test to see if i was getting the right path.  i was just testing late last night and never deleted that from my style sheet.  as you can see, if that was the correct path, that dropdown would not be displayed, but it still is.  i've already tried the suggestion that you put, but it isn't working for me!&#60;/p&#62;
&#60;p&#62;i just added that back into my stylesheet and it's still not working! here is a .jpg of a printscreen of my stylesheet with the style in question:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.justdanceinc.biz/wp-content/uploads/dropdown-center.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.justdanceinc.biz/wp-content/uploads/dropdown-center.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I just don't understand why it's not working!!  like i said in the OP, it centers when i edit the element with firebug, but not when i add what you suggested to my stylesheet!  in fact, before i had it as &#34;display:none;&#34; i tried &#34;text-align:center;&#34;.  there must be something i'm doing wrong!&#60;/p&#62;
&#60;p&#62;thanks again for your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Center single dropdown within a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/center-single-dropdown-within-a-form#post-51207</link>
			<pubDate>Sat, 03 Mar 2012 08:56:53 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">51207@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I see right now you have this in your style.css file:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#content li.dropdown_center {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This worked for me:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#content li.dropdown_center {
text-align: center;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>jme5674 on "Center single dropdown within a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/center-single-dropdown-within-a-form#post-51205</link>
			<pubDate>Sat, 03 Mar 2012 01:35:05 +0000</pubDate>
			<dc:creator>jme5674</dc:creator>
			<guid isPermaLink="false">51205@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;i want to center just one dropdown within a form.  using firebug, i can &#34;Edit Element Style...&#34; using &#34;text-align:center&#34; to get the one dropdown to center without centering all of the form's elements.  but i cannot determine the path to add it to my stylesheet.  i even copied the path by using firebug's &#34;Copy CSS Path&#34; and that didn't work.&#60;/p&#62;
&#60;p&#62;here is the form in question:&#60;br /&#62;
&#60;a href=&#34;http://http://www.justdanceinc.biz/birthday-parties&#34; rel=&#34;nofollow&#34;&#62;http://http://www.justdanceinc.biz/birthday-parties&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;at the bottom of the page is the dropdown that needs centered.  once that dropdown is populated, the rest of form is present.  the first dropdown is the only one to be centered.  &#60;/p&#62;
&#60;p&#62;Thanks to anyone that can help me out!!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
