<?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: Removing the search form from the Twenty-Eleven Header</title>
		<link>http://en.forums.wordpress.com/topic/removing-the-search-form-from-the-twenty-eleven-header</link>
		<description>WordPress.com Forums &#187; Topic: Removing the search form from the Twenty-Eleven Header</description>
		<language>en</language>
		<pubDate>Sun, 19 May 2013 06:58:45 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/removing-the-search-form-from-the-twenty-eleven-header" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Removing the search form from the Twenty-Eleven Header"</title>
			<link>http://en.forums.wordpress.com/topic/removing-the-search-form-from-the-twenty-eleven-header#post-829532</link>
			<pubDate>Tue, 28 Feb 2012 19:36:42 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">829532@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@jenbruce, one reason might be that you were using a different theme and that's why the #branding part of the selector wasn't needed, or you were trying to remove a search form from the sidebar area and not the #branding area.
</p>
]]></description>
					</item>
		<item>
			<title>bibisf on "Removing the search form from the Twenty-Eleven Header"</title>
			<link>http://en.forums.wordpress.com/topic/removing-the-search-form-from-the-twenty-eleven-header#post-738911</link>
			<pubDate>Mon, 07 Nov 2011 23:41:52 +0000</pubDate>
			<dc:creator>bibisf</dc:creator>
			<guid isPermaLink="false">738911@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@designsimply </p>
<p>Thanks, worked perfectly!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Removing the search form from the Twenty-Eleven Header"</title>
			<link>http://en.forums.wordpress.com/topic/removing-the-search-form-from-the-twenty-eleven-header#post-713147</link>
			<pubDate>Wed, 05 Oct 2011 07:16:29 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">713147@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@jenbruce, we need a link to the site you are talking about. CSS is theme specific and if you aren't using the same theme, then the solution will likely be different.
</p>
]]></description>
					</item>
		<item>
			<title>jenbruce on "Removing the search form from the Twenty-Eleven Header"</title>
			<link>http://en.forums.wordpress.com/topic/removing-the-search-form-from-the-twenty-eleven-header#post-713135</link>
			<pubDate>Wed, 05 Oct 2011 06:58:37 +0000</pubDate>
			<dc:creator>jenbruce</dc:creator>
			<guid isPermaLink="false">713135@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>When I tried<br />
<code> #branding #searchform {&lt;br /&gt;
display:none;&lt;br /&gt;
} </code></p>
<p>It didn't work until I removed<code> #branding </code></p>
<p>I'm a newbie and curious, can anyone tell me why?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Removing the search form from the Twenty-Eleven Header"</title>
			<link>http://en.forums.wordpress.com/topic/removing-the-search-form-from-the-twenty-eleven-header#post-697731</link>
			<pubDate>Wed, 14 Sep 2011 18:40:15 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">697731@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>+1 thanks panaghiotisadam, you are appreciated! :)
</p>
]]></description>
					</item>
		<item>
			<title>jaderaychel on "Removing the search form from the Twenty-Eleven Header"</title>
			<link>http://en.forums.wordpress.com/topic/removing-the-search-form-from-the-twenty-eleven-header#post-696950</link>
			<pubDate>Tue, 13 Sep 2011 20:09:03 +0000</pubDate>
			<dc:creator>jaderaychel</dc:creator>
			<guid isPermaLink="false">696950@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks you panaghiotisadam &#38; designsimply. These alterations met my desire perfectly! Thank you both.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Removing the search form from the Twenty-Eleven Header"</title>
			<link>http://en.forums.wordpress.com/topic/removing-the-search-form-from-the-twenty-eleven-header#post-696602</link>
			<pubDate>Tue, 13 Sep 2011 06:24:35 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">696602@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I would recommend also taking away the right padding from inside the navigation bar if you're going to hide the search box from there. </p>
<pre><code>#branding #searchform {
	display:none;
}
#branding .only-search + #access div {
	padding-right: 0px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>panaghiotisadam on "Removing the search form from the Twenty-Eleven Header"</title>
			<link>http://en.forums.wordpress.com/topic/removing-the-search-form-from-the-twenty-eleven-header#post-696261</link>
			<pubDate>Mon, 12 Sep 2011 22:22:36 +0000</pubDate>
			<dc:creator>panaghiotisadam</dc:creator>
			<guid isPermaLink="false">696261@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@TT: That re-positioning "will put it in the right end of the navigation bar", which is exactly what Mike <em>doesn't</em> want.</p>
<p>@Mike: Add this to the CSS editor:<br />
<pre><code>#branding #searchform {
display:none;
}</code></pre>
<p>If you wish, you can add the Search widget to your sidebar instead.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Removing the search form from the Twenty-Eleven Header"</title>
			<link>http://en.forums.wordpress.com/topic/removing-the-search-form-from-the-twenty-eleven-header#post-696204</link>
			<pubDate>Mon, 12 Sep 2011 21:41:50 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">696204@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Just in case this re-positioning may suit you see here &#62; <a href="http://en.forums.wordpress.com/topic/how-to-move-search-box?replies=5" rel="nofollow">http://en.forums.wordpress.com/topic/how-to-move-search-box?replies=5</a>
</p>
]]></description>
					</item>
		<item>
			<title>jaderaychel on "Removing the search form from the Twenty-Eleven Header"</title>
			<link>http://en.forums.wordpress.com/topic/removing-the-search-form-from-the-twenty-eleven-header#post-696191</link>
			<pubDate>Mon, 12 Sep 2011 21:34:28 +0000</pubDate>
			<dc:creator>jaderaychel</dc:creator>
			<guid isPermaLink="false">696191@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>When the title is removed (and header remains) from the Twenty-Eleven Theme the search form is automatically added to the navigation bar. How do I alter this and remove the search form all-together?</p>
<p>- Mike
</p>
]]></description>
					</item>

	</channel>
</rss>
