<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Tag: center main menu - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/center-main-menu</link>
		<description>WordPress.com Forums &#187; Tag: center main menu - Recent Posts</description>
		<language>en</language>
		<pubDate>Wed, 22 May 2013 06:04:40 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/center-main-menu" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Center Navigation Menu in Sight Theme"</title>
			<link>http://en.forums.wordpress.com/topic/center-navigation-menu-in-sight-theme#post-1110108</link>
			<pubDate>Wed, 02 Jan 2013 15:04:22 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1110108@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Try this:</p>
<pre><code>.main-navigation {
	text-align: center;
}

.main-navigation ul {
	display: inline-block;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "Center Navigation Menu in Sight Theme"</title>
			<link>http://en.forums.wordpress.com/topic/center-navigation-menu-in-sight-theme#post-1110107</link>
			<pubDate>Wed, 02 Jan 2013 15:02:00 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1110107@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Whooops, that's not right.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Center Navigation Menu in Sight Theme"</title>
			<link>http://en.forums.wordpress.com/topic/center-navigation-menu-in-sight-theme#post-1110106</link>
			<pubDate>Wed, 02 Jan 2013 15:01:31 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1110106@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>See <a href="http://en.forums.wordpress.com/topic/nav-bar-text-in-chunk-theme?replies=3#post-1108080" rel="nofollow">http://en.forums.wordpress.com/topic/nav-bar-text-in-chunk-theme?replies=3#post-1108080</a>
</p>
]]></description>
					</item>
		<item>
			<title>navigatorgrrrl on "Center Navigation Menu in Sight Theme"</title>
			<link>http://en.forums.wordpress.com/topic/center-navigation-menu-in-sight-theme#post-1107653</link>
			<pubDate>Mon, 31 Dec 2012 01:34:30 +0000</pubDate>
			<dc:creator>navigatorgrrrl</dc:creator>
			<guid isPermaLink="false">1107653@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm trying to center the nav bar/menu on the blog I'm working on, but haven't been successful. If anyone has the css code to help with this, it would be much appreciated!</p>
<p>Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Center main menu (and spread out) in Delicacy"</title>
			<link>http://en.forums.wordpress.com/topic/center-main-menu-and-spread-out-in-delicacy#post-1104465</link>
			<pubDate>Thu, 27 Dec 2012 06:52:27 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1104465@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The menu in the Delicacy theme consists of several layers of CSS borders, background colors and gradients. You can center the menu using the following CSS, but it messes with the menu color gradients. Paste this into your Appearance &#8594; Custom Design &#8594; CSS editor and click the Preview button to see what I mean:</p>
<pre><code>#navigation &gt; .main-menu {
	text-align: center;
	height: 48px;
}

#navigation &gt; .main-menu &gt; ul {
	float: none;
	width: auto;
}</code></pre>
<p>This will work to update the colors back to something more reasonable. Note that I made the colors a little darker because I thought it looked better but you can adjust the color codes to your liking:</p>
<pre><code>#navigation {
	background: #5E164D;
	border-bottom: 1px solid #731b5f;
}

#navigation &gt; .main-menu {
	background-color: transparent;
	background: -moz-linear-gradient(top,transparent 0%,rgba(0, 0, 0, 0.3) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,transparent),color-stop(100%,rgba(0, 0, 0, 0.3)));
	background-image: -webkit-linear-gradient(top,transparent 0%,rgba(0, 0, 0, 0.3) 100%);
	background: -o-linear-gradient(top,transparent 0%,rgba(0, 0, 0, 0.3) 100%);
	background: -ms-linear-gradient(top,transparent 0%,rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(to bottom,transparent 0%,rgba(0, 0, 0, 0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=&#039;#731b5f&#039;,endColorstr=&#039;#5E164D&#039;,GradientType=0);
	position: relative;
}

#navigation &gt; .main-menu &gt; ul {
	background: none;
	filter: none;
}

#navigation::before, #navigation::after {
	background: none;
	box-shadow: none;
}</code></pre>
<p>Because of the complexity of the layers of stuff in that menu, you may need to do a bit more experimenting to get it looking how you want.
</p>
]]></description>
					</item>
		<item>
			<title>blondecroatian on "Center main menu (and spread out) in Delicacy"</title>
			<link>http://en.forums.wordpress.com/topic/center-main-menu-and-spread-out-in-delicacy#post-1088255</link>
			<pubDate>Thu, 06 Dec 2012 16:06:03 +0000</pubDate>
			<dc:creator>blondecroatian</dc:creator>
			<guid isPermaLink="false">1088255@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>No one? :(
</p>
]]></description>
					</item>
		<item>
			<title>blondecroatian on "Center main menu (and spread out) in Delicacy"</title>
			<link>http://en.forums.wordpress.com/topic/center-main-menu-and-spread-out-in-delicacy#post-1078186</link>
			<pubDate>Mon, 26 Nov 2012 10:18:56 +0000</pubDate>
			<dc:creator>blondecroatian</dc:creator>
			<guid isPermaLink="false">1078186@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I have spent the last 2 hours trying everything to center my main menu bar in the Delicacy Theme I am using. Nothing is working...</p>
<p>Right now, my menu maybe looks like it doesn't need centering because I have a lot of items in the menu, but I am about to delete one of the items from the menu, and the menu will then be geared left. Is there any way to evenly spread out and center the menu items in the navigation bar?
</p>
]]></description>
					</item>
		<item>
			<title>worldvisionaustralia on "How can I center my main navigation menu in Oxygen theme?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-center-my-main-navigation-menu-in-oxygen-theme#post-1051508</link>
			<pubDate>Thu, 25 Oct 2012 22:50:50 +0000</pubDate>
			<dc:creator>worldvisionaustralia</dc:creator>
			<guid isPermaLink="false">1051508@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hey @thesacredpath, I'm a long time listener, first time caller. I just used this little bit of CSS and wanted to say thanks - I often see your advice across the forums and I really appreciate it!
</p>
]]></description>
					</item>
		<item>
			<title>mikaylawujec on "How can I center my main navigation menu in Oxygen theme?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-center-my-main-navigation-menu-in-oxygen-theme#post-1029049</link>
			<pubDate>Wed, 03 Oct 2012 17:53:31 +0000</pubDate>
			<dc:creator>mikaylawujec</dc:creator>
			<guid isPermaLink="false">1029049@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks very much! I think you're right about 3 highlights is good.<br />
Cheers, </p>
<p>Mikayla
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "How can I center my main navigation menu in Oxygen theme?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-center-my-main-navigation-menu-in-oxygen-theme#post-1025493</link>
			<pubDate>Sat, 29 Sep 2012 14:06:04 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1025493@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Btw, your blog looks fantastic! And there's already a lot going on for the home page, so I think the 3 recent posts highlights is generally a good number.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "How can I center my main navigation menu in Oxygen theme?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-center-my-main-navigation-menu-in-oxygen-theme#post-1025487</link>
			<pubDate>Sat, 29 Sep 2012 14:00:19 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1025487@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Right now, only 3 articles are displayed. Is there any way to increase this amount using css?</p></blockquote>
<p>There isn't a way to change the number of recent articles in the Oxygen theme on WordPress.com because it is coded in to the PHP code of the theme itself and WordPress.com does not offer an option to change PHP theme code.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Controling the top menu in the Twenty Eleven theme"</title>
			<link>http://en.forums.wordpress.com/topic/controling-the-top-menu-in-the-twenty-eleven-theme#post-1024698</link>
			<pubDate>Fri, 28 Sep 2012 17:44:20 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1024698@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>There's one more step and that is to remove the right padding from the menu container:</p>
<pre><code>#branding .only-search #searchform {
	display: none;
}
#branding .only-search + #access div {
	padding-right: 0;
}</code></pre>
<p>If you also want to center the menu, add this:</p>
<pre><code>#access ul {
	width: 625px;
	margin: 0 auto;
	display: block;
	position: static;
	float: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>mikaylawujec on "How can I center my main navigation menu in Oxygen theme?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-center-my-main-navigation-menu-in-oxygen-theme#post-1021182</link>
			<pubDate>Mon, 24 Sep 2012 23:40:31 +0000</pubDate>
			<dc:creator>mikaylawujec</dc:creator>
			<guid isPermaLink="false">1021182@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks again!<br />
I have one more question regarding the "recent articles" section underneath the featured slider. Right now, only 3 articles are displayed. Is there any way to increase this amount using css? There are no options to achieve this in the current options.
</p>
]]></description>
					</item>
		<item>
			<title>defendingnewhampshire on "Controling the top menu in the Twenty Eleven theme"</title>
			<link>http://en.forums.wordpress.com/topic/controling-the-top-menu-in-the-twenty-eleven-theme#post-1016532</link>
			<pubDate>Thu, 20 Sep 2012 02:08:26 +0000</pubDate>
			<dc:creator>defendingnewhampshire</dc:creator>
			<guid isPermaLink="false">1016532@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have made more room for to top menu by adding this to my custom CSS:</p>
<p>.only-search #searchform {<br />
    display: none;<br />
}</p>
<p>However, the menu does not use the additional room.  It still wraps rather than using the full width.  Can anyone tell me how to get the menu to use the full width when the search box is gone?</p>
<p>My blog is: <a href="http://duncan4nh.com/" rel="nofollow">http://duncan4nh.com/</a></p>
<p>Thanks,</p>
<p>Bill
</p>
]]></description>
					</item>
		<item>
			<title>hendikaf on "How can I center my main navigation menu in Oxygen theme?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-center-my-main-navigation-menu-in-oxygen-theme#post-1013517</link>
			<pubDate>Mon, 17 Sep 2012 14:12:42 +0000</pubDate>
			<dc:creator>hendikaf</dc:creator>
			<guid isPermaLink="false">1013517@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This is the code I used to center the title and tagline:</p>
<p>.site-description {<br />
	text-align:center;<br />
}</p>
<p>.site-title {<br />
	text-align:center;<br />
}
</p>
]]></description>
					</item>
		<item>
			<title>mikaylawujec on "How can I center my main navigation menu in Oxygen theme?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-center-my-main-navigation-menu-in-oxygen-theme#post-1012691</link>
			<pubDate>Sun, 16 Sep 2012 17:31:59 +0000</pubDate>
			<dc:creator>mikaylawujec</dc:creator>
			<guid isPermaLink="false">1012691@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for that response! I'm also wondering if you know how to center the header text? Thanks very much!
</p>
]]></description>
					</item>
		<item>
			<title>hendikaf on "How can I center my main navigation menu in Oxygen theme?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-center-my-main-navigation-menu-in-oxygen-theme#post-1008875</link>
			<pubDate>Thu, 13 Sep 2012 15:33:09 +0000</pubDate>
			<dc:creator>hendikaf</dc:creator>
			<guid isPermaLink="false">1008875@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It works.</p>
<p>Thank you very much for your help !
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "How can I center my main navigation menu in Oxygen theme?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-center-my-main-navigation-menu-in-oxygen-theme#post-1008572</link>
			<pubDate>Thu, 13 Sep 2012 07:27:42 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1008572@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Give this a try.</p>
<pre><code>.main-navigation {
text-align: center;
width: 100%;
}

.main-navigation ul {
display: inline-block;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>hendikaf on "How can I center my main navigation menu in Oxygen theme?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-center-my-main-navigation-menu-in-oxygen-theme#post-1007767</link>
			<pubDate>Wed, 12 Sep 2012 17:34:50 +0000</pubDate>
			<dc:creator>hendikaf</dc:creator>
			<guid isPermaLink="false">1007767@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi !</p>
<p>I have the issue and can't figure out how to do it with CSS (tried - among many others - NAV.site-navigation.main-navigation {text-align:center;}).</p>
<p>I've taken a look at your blog and it seems like you've suceeded. Could you help me with it too?</p>
<p>Thank you very much.</p>
<p>My blog: hendikaf.com
</p>
]]></description>
					</item>
		<item>
			<title>mikaylawujec on "How can I center my main navigation menu in Oxygen theme?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-center-my-main-navigation-menu-in-oxygen-theme#post-1002407</link>
			<pubDate>Sat, 08 Sep 2012 14:49:11 +0000</pubDate>
			<dc:creator>mikaylawujec</dc:creator>
			<guid isPermaLink="false">1002407@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hey there, </p>
<p>I just purchased the CSS upgrade for Oxygen theme.<br />
I would like to center the main navigation menu that is under the header. Any help would be much appreciated! Thanks very much.
</p>
]]></description>
					</item>

	</channel>
</rss>
