<?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: oxygen theme: how to hide/remove the sidebar when reading a post</title>
		<link>http://en.forums.wordpress.com/topic/oxygen-theme-how-to-hideremove-the-sidebar-when-reading-a-post</link>
		<description>WordPress.com Forums &#187; Topic: oxygen theme: how to hide/remove the sidebar when reading a post</description>
		<language>en</language>
		<pubDate>Thu, 20 Jun 2013 09:59:12 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/oxygen-theme-how-to-hideremove-the-sidebar-when-reading-a-post" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "oxygen theme: how to hide/remove the sidebar when reading a post"</title>
			<link>http://en.forums.wordpress.com/topic/oxygen-theme-how-to-hideremove-the-sidebar-when-reading-a-post#post-1152340</link>
			<pubDate>Thu, 14 Feb 2013 01:57:42 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1152340@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I see that you currently have the following CSS to hide one of the sidebars on posts in the Oxygen theme:</p>
<pre><code>.single #content {
	margin-right: 0;
}
.single #tertiary {
	display: none;
}</code></pre>
<p>If you wanted to hide both sidebars for single posts, you could replace the CSS above with this instead:</p>
<pre><code>.single #content {
	margin: 0;
}
.single #secondary,
.single #tertiary {
	display: none
}</code></pre>
]]></description>
					</item>
		<item>
			<title>yiangos on "oxygen theme: how to hide/remove the sidebar when reading a post"</title>
			<link>http://en.forums.wordpress.com/topic/oxygen-theme-how-to-hideremove-the-sidebar-when-reading-a-post#post-1140131</link>
			<pubDate>Thu, 31 Jan 2013 17:44:45 +0000</pubDate>
			<dc:creator>yiangos</dc:creator>
			<guid isPermaLink="false">1140131@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>i would like to know how to hide/remove the primary and secondary sidebar when reading a page or post.</p>
<p>actually i would like the two sidebars to appear only on home page</p>
<p>thanks</p>
<p>yiangos
</p>
]]></description>
					</item>

	</channel>
</rss>
