<?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 Sidebar from specific pages with CSS</title>
		<link>http://en.forums.wordpress.com/topic/removing-sidebar-from-specific-pages-with-css</link>
		<description>WordPress.com Forums &#187; Topic: Removing Sidebar from specific pages with CSS</description>
		<language>en</language>
		<pubDate>Thu, 23 May 2013 10:13:00 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/removing-sidebar-from-specific-pages-with-css" rel="self" type="application/rss+xml" />

		<item>
			<title>houstonweaver on "Removing Sidebar from specific pages with CSS"</title>
			<link>http://en.forums.wordpress.com/topic/removing-sidebar-from-specific-pages-with-css#post-1068194</link>
			<pubDate>Tue, 13 Nov 2012 19:37:07 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1068194@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Does .blog work for your Latest page?
</p>
]]></description>
					</item>
		<item>
			<title>themoustachefactory on "Removing Sidebar from specific pages with CSS"</title>
			<link>http://en.forums.wordpress.com/topic/removing-sidebar-from-specific-pages-with-css#post-1067018</link>
			<pubDate>Mon, 12 Nov 2012 14:58:44 +0000</pubDate>
			<dc:creator>themoustachefactory</dc:creator>
			<guid isPermaLink="false">1067018@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oh I have managed to work it out on all pages but 'Latest' - for the life of me I can't find the Id! </p>
<p>Thanks
</p>
]]></description>
					</item>
		<item>
			<title>themoustachefactory on "Removing Sidebar from specific pages with CSS"</title>
			<link>http://en.forums.wordpress.com/topic/removing-sidebar-from-specific-pages-with-css#post-1066339</link>
			<pubDate>Sun, 11 Nov 2012 14:49:00 +0000</pubDate>
			<dc:creator>themoustachefactory</dc:creator>
			<guid isPermaLink="false">1066339@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks so much! It works! I've applied it to the page that you suggested and I have tried to do it on another page but I'm not sure I understand which is the page-id? If you look at the homepage of my site... which one would it be? </p>
<p>For example, I thought that the page id for 'The Red Bus Sessions' page was 254 as far as I can see but it doesn't seem to work...? </p>
<p>Thanks so much!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Removing Sidebar from specific pages with CSS"</title>
			<link>http://en.forums.wordpress.com/topic/removing-sidebar-from-specific-pages-with-css#post-1066016</link>
			<pubDate>Sat, 10 Nov 2012 19:10:34 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1066016@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>What you'll need to do is open the page where you would like to hide it and view the page source in your browser. Find the body tag and look at the classes. One of the classes will be unique and you can use that in y our CSS selector to target just that page.</p>
<p>For example, on this page:<br />
<a href="http://themoustachefactory.com/people/" rel="nofollow">http://themoustachefactory.com/people/</a></p>
<p>The body tag has a class called "page-id-222". So you can use this CSS to hide the sidebar and make the main content area wider for just that page:</p>
<pre><code>.page-id-222 #secondary-content {
	display: none;
}

.page-id-222 #primary-content {
	width: 100%;
}</code></pre>
<p>Note that you may need to adjust the width setting to whatever looks best to you.
</p>
]]></description>
					</item>
		<item>
			<title>themoustachefactory on "Removing Sidebar from specific pages with CSS"</title>
			<link>http://en.forums.wordpress.com/topic/removing-sidebar-from-specific-pages-with-css#post-1056184</link>
			<pubDate>Wed, 31 Oct 2012 15:55:48 +0000</pubDate>
			<dc:creator>themoustachefactory</dc:creator>
			<guid isPermaLink="false">1056184@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>How can I remove the sidebar with CSS from specific pages? I have worked out that I can make it completely invisible but unfortunately only for the whole site. </p>
<p>Thanks
</p>
]]></description>
					</item>

	</channel>
</rss>
