<?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; Topic: Twenty Eleven - Aligning to Center the Navigation Menu - CSS</title>
		<link>http://en.forums.wordpress.com/topic/twenty-eleven-aligning-to-center-the-navigation-menu-css</link>
		<description>WordPress.com Forums &#187; Topic: Twenty Eleven - Aligning to Center the Navigation Menu - CSS</description>
		<language>en</language>
		<pubDate>Tue, 18 Jun 2013 07:05:25 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/twenty-eleven-aligning-to-center-the-navigation-menu-css" rel="self" type="application/rss+xml" />

		<item>
			<title>tiagodovale on "Twenty Eleven - Aligning to Center the Navigation Menu - CSS"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-eleven-aligning-to-center-the-navigation-menu-css#post-1106684</link>
			<pubDate>Sat, 29 Dec 2012 21:29:45 +0000</pubDate>
			<dc:creator>tiagodovale</dc:creator>
			<guid isPermaLink="false">1106684@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks again :)
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Twenty Eleven - Aligning to Center the Navigation Menu - CSS"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-eleven-aligning-to-center-the-navigation-menu-css#post-1106608</link>
			<pubDate>Sat, 29 Dec 2012 20:14:07 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1106608@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Once the menu elements wrap to two lines, the menu block itself is pretty much full width, so it is in fact centered. The list elements inside the menu are floated left, so there isn't really a way to center those after they fall over to two lines. To see how the menu spacing is working, you can add a temporary border and then look at the blog sized to different widths to see what I mean:</p>
<pre><code>#access ul {
	border: 1px solid red;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>tiagodovale on "Twenty Eleven - Aligning to Center the Navigation Menu - CSS"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-eleven-aligning-to-center-the-navigation-menu-css#post-1105996</link>
			<pubDate>Fri, 28 Dec 2012 19:16:09 +0000</pubDate>
			<dc:creator>tiagodovale</dc:creator>
			<guid isPermaLink="false">1105996@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi again!</p>
<p>:) Sorry to be nitpicking on this...<br />
It worked: the menu is centered when we seen the full-sized page!<br />
But when we star collapsing it to smaller sizes, like a smartphone display, the menu aligns to the right..</p>
<p>Any ideas?<br />
Cheers :)
</p>
]]></description>
					</item>
		<item>
			<title>tiagodovale on "Twenty Eleven - Aligning to Center the Navigation Menu - CSS"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-eleven-aligning-to-center-the-navigation-menu-css#post-1104968</link>
			<pubDate>Thu, 27 Dec 2012 19:22:17 +0000</pubDate>
			<dc:creator>tiagodovale</dc:creator>
			<guid isPermaLink="false">1104968@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That did the trick!! :) You're priceless!<br />
Thanks
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Twenty Eleven - Aligning to Center the Navigation Menu - CSS"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-eleven-aligning-to-center-the-navigation-menu-css#post-1104939</link>
			<pubDate>Thu, 27 Dec 2012 19:07:22 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1104939@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To center the menu in your current setup, give this a try:</p>
<pre><code>#branding .only-search + #access div {
	padding-right: 0;
}

#access {
	text-align: center;

}

#access ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>tiagodovale on "Twenty Eleven - Aligning to Center the Navigation Menu - CSS"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-eleven-aligning-to-center-the-navigation-menu-css#post-1092371</link>
			<pubDate>Tue, 11 Dec 2012 18:17:42 +0000</pubDate>
			<dc:creator>tiagodovale</dc:creator>
			<guid isPermaLink="false">1092371@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi again, everybody...</p>
<p>I've spent a few hours testing every single suggestion I found around the forum, but with no results..</p>
<p>How can I edit my CSS so that my navigation menu is centered on the page? Any ideas?</p>
<p>Thank you so much!!
</p>
]]></description>
					</item>

	</channel>
</rss>
