<?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: 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</link>
		<description>WordPress.com Forums &#187; Topic: Controling the top menu in the Twenty Eleven theme</description>
		<language>en</language>
		<pubDate>Wed, 22 May 2013 00:43:40 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/controling-the-top-menu-in-the-twenty-eleven-theme" rel="self" type="application/rss+xml" />

		<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>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>

	</channel>
</rss>
