<?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; Tag: hide sidebar - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/hide-sidebar</link>
		<description>WordPress.com Forums &#187; Tag: hide sidebar - Recent Posts</description>
		<language>en</language>
		<pubDate>Wed, 22 May 2013 12:08:35 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/hide-sidebar" rel="self" type="application/rss+xml" />

		<item>
			<title>thesacredpath on "Theme Hero: remove sidebar for posts"</title>
			<link>http://en.forums.wordpress.com/topic/theme-hero-remove-sidebar-for-posts#post-1270151</link>
			<pubDate>Sat, 18 May 2013 03:47:16 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1270151@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>On second thought, on the width in #content above, make it 97% to keep the left and right margins on the content balanced.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Theme Hero: remove sidebar for posts"</title>
			<link>http://en.forums.wordpress.com/topic/theme-hero-remove-sidebar-for-posts#post-1270149</link>
			<pubDate>Sat, 18 May 2013 03:46:10 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1270149@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hero will show the sidebar on post related pages (blog, categories, archives and tags).</p>
<p>To remove the sidebar from the post related pages would require modifying the CSS. Add the following to your custom CSS. I've widened the content area to recover the area where the sidebar was.</p>
<pre><code>#secondary {
display: none;
}

#content {
width: 100%;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>projectbassthumb on "Theme Hero: remove sidebar for posts"</title>
			<link>http://en.forums.wordpress.com/topic/theme-hero-remove-sidebar-for-posts#post-1270094</link>
			<pubDate>Sat, 18 May 2013 01:42:56 +0000</pubDate>
			<dc:creator>projectbassthumb</dc:creator>
			<guid isPermaLink="false">1270094@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>How can I remove the sidebar Archives and Meta on my blog?<br />
I put the settings on my pages on Full Width but if I go on one of my posts the sidebar is still there (for example: <a href="http://projectbassthumb.com/2013/05/16/lake-barret-51213/" rel="nofollow">http://projectbassthumb.com/2013/05/16/lake-barret-51213/</a>)</p>
<p>Thanks for the help!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Structure theme. How to get the content+one sidebar layout."</title>
			<link>http://en.forums.wordpress.com/topic/structure-theme-how-to-get-the-contentone-sidebar-layout#post-1267386</link>
			<pubDate>Thu, 16 May 2013 08:12:17 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1267386@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This will do it, but if the title changes in length (gets longer) things could blow up on you. :)</p>
<pre><code>#content #homepagetop h3 {
width: 620px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>gennynielson on "Structure theme. How to get the content+one sidebar layout."</title>
			<link>http://en.forums.wordpress.com/topic/structure-theme-how-to-get-the-contentone-sidebar-layout#post-1267379</link>
			<pubDate>Thu, 16 May 2013 07:58:07 +0000</pubDate>
			<dc:creator>gennynielson</dc:creator>
			<guid isPermaLink="false">1267379@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That's great thanks so much for that! I'm sure it's an easy one but I'm not sure how to work it out : is there a way to get the feature headline centered with the feature image? Adjusting the padding maybe?<br />
Thanks again that looks much better.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Structure theme. How to get the content+one sidebar layout."</title>
			<link>http://en.forums.wordpress.com/topic/structure-theme-how-to-get-the-contentone-sidebar-layout#post-1267376</link>
			<pubDate>Thu, 16 May 2013 07:48:50 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1267376@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oh yeah, and then just go to appearance &#62; widgets and add the categories widget to the right sidebar.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Structure theme. How to get the content+one sidebar layout."</title>
			<link>http://en.forums.wordpress.com/topic/structure-theme-how-to-get-the-contentone-sidebar-layout#post-1267375</link>
			<pubDate>Thu, 16 May 2013 07:48:11 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1267375@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Add this to your CSS and see what you think. Since the size of the feature images is set in the theme php script files, we cannot change them, and what I've done below asks the browser to make the images bigger, and browsers are lousy at that and the images lose sharpness and quality. See what you thing though.</p>
<pre><code>.home #sidebar_left {
    display: none;
}

.home .homepagemid {
    width: 620px;
}

.home .homepagethumb, .home .homepagethumb img {
    width: 620px;
    height: auto;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>gennynielson on "Structure theme. How to get the content+one sidebar layout."</title>
			<link>http://en.forums.wordpress.com/topic/structure-theme-how-to-get-the-contentone-sidebar-layout#post-1267362</link>
			<pubDate>Thu, 16 May 2013 07:30:01 +0000</pubDate>
			<dc:creator>gennynielson</dc:creator>
			<guid isPermaLink="false">1267362@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there,<br />
I recently switched to the Structure theme and I was wondering if it's possible to get rid of the left sidebar and have the categories with the rest of the widgets in the right sidebar.<br />
Ideally the posts images would align with the featured post down the left side.<br />
Thanks a lot for your help.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "how to remove left sidebar oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-remove-left-sidebar-oxygen-theme#post-1225831</link>
			<pubDate>Mon, 15 Apr 2013 21:34:46 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1225831@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>karenkrogsgaard on "how to remove left sidebar oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-remove-left-sidebar-oxygen-theme#post-1225353</link>
			<pubDate>Mon, 15 Apr 2013 18:10:43 +0000</pubDate>
			<dc:creator>karenkrogsgaard</dc:creator>
			<guid isPermaLink="false">1225353@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you again!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "how to remove left sidebar oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-remove-left-sidebar-oxygen-theme#post-1225293</link>
			<pubDate>Mon, 15 Apr 2013 17:52:32 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1225293@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The content and sidebar widths are set as percentages of the overall width, but it looks like about 584px is the size you would have to upload. The image in the first post on your site was uploaded at 470px wide.
</p>
]]></description>
					</item>
		<item>
			<title>karenkrogsgaard on "how to remove left sidebar oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-remove-left-sidebar-oxygen-theme#post-1224397</link>
			<pubDate>Mon, 15 Apr 2013 05:04:41 +0000</pubDate>
			<dc:creator>karenkrogsgaard</dc:creator>
			<guid isPermaLink="false">1224397@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>And finally to this topic, have you got any idea how to find out how many pixels the pictures will have to be now, after extending their space?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "how to remove left sidebar oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-remove-left-sidebar-oxygen-theme#post-1224326</link>
			<pubDate>Mon, 15 Apr 2013 02:50:00 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1224326@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome, and yes that happens when more than one thing gets going in a thread. We've been trying to encourage people to start new threads when they have a different question, but I didn't do that in this case.
</p>
]]></description>
					</item>
		<item>
			<title>karenkrogsgaard on "how to remove left sidebar oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-remove-left-sidebar-oxygen-theme#post-1223937</link>
			<pubDate>Sun, 14 Apr 2013 20:30:13 +0000</pubDate>
			<dc:creator>karenkrogsgaard</dc:creator>
			<guid isPermaLink="false">1223937@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I tried once more and it worked! Thank you a lot.
</p>
]]></description>
					</item>
		<item>
			<title>karenkrogsgaard on "how to remove left sidebar oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-remove-left-sidebar-oxygen-theme#post-1223879</link>
			<pubDate>Sun, 14 Apr 2013 19:21:43 +0000</pubDate>
			<dc:creator>karenkrogsgaard</dc:creator>
			<guid isPermaLink="false">1223879@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am sorry! I misunderstod you. When you were writing to the other person I thouhgt you ment to send me another code!<br />
I am totally new to CSS, so I don´t know where to write the code!!! I have tried writing it in the custom design under CSS, but nothing happens! Would you please help me again? Thank you.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "how to remove left sidebar oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-remove-left-sidebar-oxygen-theme#post-1223839</link>
			<pubDate>Sun, 14 Apr 2013 18:41:04 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1223839@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@karenkrogsgaard, that is what the code I've given above does for you.
</p>
]]></description>
					</item>
		<item>
			<title>karenkrogsgaard on "how to remove left sidebar oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-remove-left-sidebar-oxygen-theme#post-1223451</link>
			<pubDate>Sun, 14 Apr 2013 07:03:45 +0000</pubDate>
			<dc:creator>karenkrogsgaard</dc:creator>
			<guid isPermaLink="false">1223451@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you for responding!<br />
Do you think it is possible to remove the left sidebar and extend the space for the content of my pages (to the left)? Or should I use another theme?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "how to remove left sidebar oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-remove-left-sidebar-oxygen-theme#post-1218558</link>
			<pubDate>Thu, 11 Apr 2013 00:31:15 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1218558@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The code I gave is to recover the left sidebar area that typically has the menu in it. You will require different code.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "how to remove left sidebar oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-remove-left-sidebar-oxygen-theme#post-1218557</link>
			<pubDate>Thu, 11 Apr 2013 00:30:15 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1218557@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@marshmallau, can you please start a new thread on that and I'll watch for it? Dealing with two different issues in the same thread can confuse people coming to it later on. Thanks in advance.
</p>
]]></description>
					</item>
		<item>
			<title>marshmallau on "how to remove left sidebar oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-remove-left-sidebar-oxygen-theme#post-1218254</link>
			<pubDate>Wed, 10 Apr 2013 21:38:50 +0000</pubDate>
			<dc:creator>marshmallau</dc:creator>
			<guid isPermaLink="false">1218254@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I'm trying to remove the right sidebar and recover the space in the Oxygen theme (while keeping the left one). My blog is: <a href="http://travelblaug.wordpress.com"><a href="http://travelblaug.wordpress.com" rel="nofollow">http://travelblaug.wordpress.com</a> </a></p>
<p>I was actually able to do it for my whole blog... except for the main page ; the widget area remains empty but I would like the picture and the articles' summary to expand full-width. Here's an example of what I mean: <a href="http://simplemedicine.co/"><a href="http://simplemedicine.co/" rel="nofollow">http://simplemedicine.co/</a> </a></p>
<p>I'm new to WordPress and CSS editing. Will I recover the space on the right by using the code above and changing "margin-left" for "margin-right" ?</p>
<p>Thank you !
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "how to remove left sidebar oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-remove-left-sidebar-oxygen-theme#post-1217811</link>
			<pubDate>Wed, 10 Apr 2013 17:24:33 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1217811@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ah, that we can do! Add the following to your custom CSS.</p>
<pre><code>#content {
margin-left: 0;
}</code></pre>
<p>You may have to rework some of your content after doing this so that it aligns properly with the new wider content area.
</p>
]]></description>
					</item>
		<item>
			<title>karenkrogsgaard on "how to remove left sidebar oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-remove-left-sidebar-oxygen-theme#post-1217794</link>
			<pubDate>Wed, 10 Apr 2013 17:18:42 +0000</pubDate>
			<dc:creator>karenkrogsgaard</dc:creator>
			<guid isPermaLink="false">1217794@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Exactly! I would like to move posts and pages to the left so to speak. And keep the right sidebar.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "how to remove left sidebar oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-remove-left-sidebar-oxygen-theme#post-1217783</link>
			<pubDate>Wed, 10 Apr 2013 17:15:28 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1217783@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm not seeing the left sidebar on <a href="http://karensprojekter.wordpress.com/" rel="nofollow">http://karensprojekter.wordpress.com/</a> . Are you wanting to recover that space for your posts and pages?
</p>
]]></description>
					</item>
		<item>
			<title>karenkrogsgaard on "how to remove left sidebar oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-remove-left-sidebar-oxygen-theme#post-1217771</link>
			<pubDate>Wed, 10 Apr 2013 17:09:49 +0000</pubDate>
			<dc:creator>karenkrogsgaard</dc:creator>
			<guid isPermaLink="false">1217771@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you very much!<br />
But I would like to keep sidebar on the right. If I can`t do that I now know how to have "full width" pages.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "how to remove left sidebar oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-remove-left-sidebar-oxygen-theme#post-1217731</link>
			<pubDate>Wed, 10 Apr 2013 16:48:55 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1217731@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oxygen has a full-width page template. Open your pages in the editor and in the "attributes" module select "full width" from the page template pulldown and then update your pages.
</p>
]]></description>
					</item>
		<item>
			<title>karenkrogsgaard on "how to remove left sidebar oxygen theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-remove-left-sidebar-oxygen-theme#post-1217275</link>
			<pubDate>Wed, 10 Apr 2013 10:19:39 +0000</pubDate>
			<dc:creator>karenkrogsgaard</dc:creator>
			<guid isPermaLink="false">1217275@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I would like to remove left sidebar in the oxygen theme.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Removing sidebar from Forever theme"</title>
			<link>http://en.forums.wordpress.com/topic/removing-sidebar-from-forever-theme#post-1168593</link>
			<pubDate>Sun, 03 Mar 2013 13:17:31 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1168593@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To target just the home page, you can use ".home" at the beginning of your selectors.</p>
<p>So, try out this example and make sure to add ".home" and a space before each CSS block.<br />
<a href="http://en.forums.wordpress.com/topic/removing-sidebar-entirely?replies=10#post-866741" rel="nofollow">http://en.forums.wordpress.com/topic/removing-sidebar-entirely?replies=10#post-866741</a></p>
<p>Note that this won't stretch out the video embed you currently have on your home page. You could try stretching it, but note that it might look pixelated if you do. Also, you'll need to figure out the exact right aspect ratio to fit the new size:</p>
<pre><code>.home .embed-youtube iframe {
	width: ?;
	height: ?;
}</code></pre>
<p>Adjust the "?"s to the proper aspect ratio for a bigger video. If you're not sure, start experimenting to see what works best. The current size is 560 x 345 px.
</p>
]]></description>
					</item>
		<item>
			<title>ilichmarino on "Removing sidebar from Forever theme"</title>
			<link>http://en.forums.wordpress.com/topic/removing-sidebar-from-forever-theme#post-1165988</link>
			<pubDate>Thu, 28 Feb 2013 04:54:01 +0000</pubDate>
			<dc:creator>ilichmarino</dc:creator>
			<guid isPermaLink="false">1165988@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, wanto to delete the sidebar from my template forever. <a href="http://www.ilich3d.com" rel="nofollow">http://www.ilich3d.com</a>
</p>
]]></description>
					</item>
		<item>
			<title>roomartgallery on "Removing sidebar from Forever theme"</title>
			<link>http://en.forums.wordpress.com/topic/removing-sidebar-from-forever-theme#post-1165845</link>
			<pubDate>Wed, 27 Feb 2013 23:43:54 +0000</pubDate>
			<dc:creator>roomartgallery</dc:creator>
			<guid isPermaLink="false">1165845@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, I am currently using the Forever theme template for my website. I have figured out how to remove the sidebar from all the pages except the main page. How do I do that?
</p>
]]></description>
					</item>
		<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>

	</channel>
</rss>
