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

		<item>
			<title>mrbisogno on "Nishita theme-remove right sidebar"</title>
			<link>http://en.forums.wordpress.com/topic/nishita-theme-remove-right-sidebar#post-951942</link>
			<pubDate>Sat, 21 Jul 2012 19:41:06 +0000</pubDate>
			<dc:creator>mrbisogno</dc:creator>
			<guid isPermaLink="false">951942@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Not sure weather I should start a new thread, but this question is related to the Nishita theme: I would like to hide the tags on each post, but still have them in the RSS feed. Is this possible?</p>
<p>Thanks,<br />
Bisogno
</p>
]]></description>
					</item>
		<item>
			<title>mrbisogno on "Nishita theme-remove right sidebar"</title>
			<link>http://en.forums.wordpress.com/topic/nishita-theme-remove-right-sidebar#post-951397</link>
			<pubDate>Sat, 21 Jul 2012 06:10:19 +0000</pubDate>
			<dc:creator>mrbisogno</dc:creator>
			<guid isPermaLink="false">951397@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Worked like a charm! Thanks so much.</p>
<p>Bisogno
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Nishita theme-remove right sidebar"</title>
			<link>http://en.forums.wordpress.com/topic/nishita-theme-remove-right-sidebar#post-947168</link>
			<pubDate>Wed, 18 Jul 2012 06:27:52 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">947168@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Use the photoblog layout (left) and then remove all widgets from the sidebar and the sidebar will disappear from the site and you will have 1024px of width for images.
</p>
]]></description>
					</item>
		<item>
			<title>mrbisogno on "Nishita theme-remove right sidebar"</title>
			<link>http://en.forums.wordpress.com/topic/nishita-theme-remove-right-sidebar#post-947139</link>
			<pubDate>Wed, 18 Jul 2012 05:44:42 +0000</pubDate>
			<dc:creator>mrbisogno</dc:creator>
			<guid isPermaLink="false">947139@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I just switched from the Enterprise theme to the Nishita theme so I can post image files up to 1024 pixels wide. The default Theme Option is with a right sidebar. In this configuration image files have a maximum width of 768 pixels wide. How can I get rid of the sidebar so I can go 1024 pixels wide?</p>
<p>Thanks,<br />
Bisogno
</p>
]]></description>
					</item>
		<item>
			<title>emilytong on "Removing Information/Shortlink/Navigation from Right Sidebar?"</title>
			<link>http://en.forums.wordpress.com/topic/removing-informationshortlinknavigation-from-right-sidebar#post-887700</link>
			<pubDate>Wed, 16 May 2012 16:06:28 +0000</pubDate>
			<dc:creator>emilytong</dc:creator>
			<guid isPermaLink="false">887700@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks very much! It worked perfectly :)
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Removing Information/Shortlink/Navigation from Right Sidebar?"</title>
			<link>http://en.forums.wordpress.com/topic/removing-informationshortlinknavigation-from-right-sidebar#post-887209</link>
			<pubDate>Tue, 15 May 2012 21:52:36 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">887209@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>I was wondering if it is possible to get rid of the sidebar completely so that my photos can expand into that area.</p>
<p>I guess I am just trying to activate the full width template, but not quite sure how.
</p></blockquote>
<p>I see you've already added this to hide the meta info on single posts and pages:</p>
<pre><code>.meta {
	display:none;
}</code></pre>
<p>That hides just the meta info part. If you were to add something to the Appearance → Widgets → "Sidebar" area, then that stuff would fall over and appear below the main content area and look out of place. You can choose to hide the sidebar area or just remember that if you put anything in it later, it will show up below the content area for posts and pages and you may need to readjust spacing at that point.</p>
<p>Here's an example of hiding all the right sidebar things and also expanding the content area to take up that space for Suburbia theme single posts and pages:</p>
<pre><code>.meta,
.sidebar {
	display:none;
}

#single {
	width: 744px;
}</code></pre>
<p>This is a slightly separate issue compared to the original post for this thread, so if you have further questions, please <a href="http://en.forums.wordpress.com/forum/css-customization/#postform">start a new thread</a>. :)
</p>
]]></description>
					</item>
		<item>
			<title>emilytong on "Removing Information/Shortlink/Navigation from Right Sidebar?"</title>
			<link>http://en.forums.wordpress.com/topic/removing-informationshortlinknavigation-from-right-sidebar#post-885800</link>
			<pubDate>Mon, 14 May 2012 01:15:31 +0000</pubDate>
			<dc:creator>emilytong</dc:creator>
			<guid isPermaLink="false">885800@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I guess I am just trying to activate the full width template, but not quite sure how.</p>
<p>Thanks.
</p>
]]></description>
					</item>
		<item>
			<title>emilytong on "Removing Information/Shortlink/Navigation from Right Sidebar?"</title>
			<link>http://en.forums.wordpress.com/topic/removing-informationshortlinknavigation-from-right-sidebar#post-885766</link>
			<pubDate>Sun, 13 May 2012 23:50:09 +0000</pubDate>
			<dc:creator>emilytong</dc:creator>
			<guid isPermaLink="false">885766@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello,<br />
I am using the Suburbia theme as a photo blog. I just used the code to hide the meta data (thanks for the help all!) but was wondering if it is possible to get rid of the sidebar completely so that my photos can expand into that area. Right now my photos are being compressed.</p>
<p>Thanks in advance for any help.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Removing Information/Shortlink/Navigation from Right Sidebar?"</title>
			<link>http://en.forums.wordpress.com/topic/removing-informationshortlinknavigation-from-right-sidebar#post-873169</link>
			<pubDate>Thu, 26 Apr 2012 19:22:53 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">873169@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The Custom Design upgrade is one of our paid upgrades, but it's worth it if you want to change things around and customize! :)
</p>
]]></description>
					</item>
		<item>
			<title>dbancroft on "Removing Information/Shortlink/Navigation from Right Sidebar?"</title>
			<link>http://en.forums.wordpress.com/topic/removing-informationshortlinknavigation-from-right-sidebar#post-872698</link>
			<pubDate>Wed, 25 Apr 2012 23:13:01 +0000</pubDate>
			<dc:creator>dbancroft</dc:creator>
			<guid isPermaLink="false">872698@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Rats. </p>
<p>Yes, .com, where I have been happily blogging for many years and am just now noticing more and more things that I will have to pay for.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Removing Information/Shortlink/Navigation from Right Sidebar?"</title>
			<link>http://en.forums.wordpress.com/topic/removing-informationshortlinknavigation-from-right-sidebar#post-872636</link>
			<pubDate>Wed, 25 Apr 2012 22:33:20 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">872636@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@dbancroft<br />
Hello there,<br />
Yes, the only way to "hide" anything on a WordPress.com blog theme is with a <a href="http://en.support.wordpress.com/custom-design/">custom design upgrade </a>and <a href="http://en.support.wordpress.com/editing-css/">CSS editing</a>. (I'm assuming your are referring to a WordPress.com blog as there is no blog linked to your username and you did not provide a link to one.)
</p>
]]></description>
					</item>
		<item>
			<title>dbancroft on "Removing Information/Shortlink/Navigation from Right Sidebar?"</title>
			<link>http://en.forums.wordpress.com/topic/removing-informationshortlinknavigation-from-right-sidebar#post-872620</link>
			<pubDate>Wed, 25 Apr 2012 22:21:47 +0000</pubDate>
			<dc:creator>dbancroft</dc:creator>
			<guid isPermaLink="false">872620@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>So, the only way to hide this is to get an upgrade? I am loving this theme except for that one thing, and i can't afford the upgrade. Any advice?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Removing Information/Shortlink/Navigation from Right Sidebar?"</title>
			<link>http://en.forums.wordpress.com/topic/removing-informationshortlinknavigation-from-right-sidebar#post-867954</link>
			<pubDate>Thu, 19 Apr 2012 14:30:47 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">867954@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes, to leave just the information part of the meta in the Suburbia theme, you can selectively hide all the other parts. Here is an example:</p>
<pre><code>.meta-shortlink,
.meta-navigation,
.edit-link{
	display: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "Right Sidebar on Suburbia?"</title>
			<link>http://en.forums.wordpress.com/topic/right-sidebar-on-suburbia#post-866333</link>
			<pubDate>Tue, 17 Apr 2012 18:17:21 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">866333@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Is there a way to change color/styling of the font of the main navigation menu on the left side?</p></blockquote>
<p>It looks like you already figured out how to change the font family, size, and color for the main navigation in the Suburbia theme using this CSS:</p>
<pre><code>#access li {
	font-family:Fertigo Pro;
	font-size:1.4em;
}

#access li a {
	color:#830000;
}

#access li a:hover {
	color:#666666;
}</code></pre>
<p>Looks great!
</p>
]]></description>
					</item>
		<item>
			<title>thewayishere on "Removing Information/Shortlink/Navigation from Right Sidebar?"</title>
			<link>http://en.forums.wordpress.com/topic/removing-informationshortlinknavigation-from-right-sidebar#post-865674</link>
			<pubDate>Mon, 16 Apr 2012 19:48:07 +0000</pubDate>
			<dc:creator>thewayishere</dc:creator>
			<guid isPermaLink="false">865674@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Worked like a charm. As always, thanks so much.</p>
<p>Is there a way to just leave the information portion of the meta in there?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Removing Information/Shortlink/Navigation from Right Sidebar?"</title>
			<link>http://en.forums.wordpress.com/topic/removing-informationshortlinknavigation-from-right-sidebar#post-865671</link>
			<pubDate>Mon, 16 Apr 2012 19:38:41 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">865671@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To hide the entire post meta block from the top right of posts in the Suburbia theme, including the information, shortlink, and navigation sections, try this:</p>
<pre><code>.meta {
    display: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>socialchicagency on "Removing Information/Shortlink/Navigation from Right Sidebar?"</title>
			<link>http://en.forums.wordpress.com/topic/removing-informationshortlinknavigation-from-right-sidebar#post-863038</link>
			<pubDate>Thu, 12 Apr 2012 16:04:27 +0000</pubDate>
			<dc:creator>socialchicagency</dc:creator>
			<guid isPermaLink="false">863038@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have the exact same problem.</p>
<p><a href="http://socialchicagency.com/2012/03/29/about-us/" rel="nofollow">http://socialchicagency.com/2012/03/29/about-us/</a>
</p>
]]></description>
					</item>
		<item>
			<title>thewayishere on "Removing Information/Shortlink/Navigation from Right Sidebar?"</title>
			<link>http://en.forums.wordpress.com/topic/removing-informationshortlinknavigation-from-right-sidebar#post-862323</link>
			<pubDate>Wed, 11 Apr 2012 17:34:01 +0000</pubDate>
			<dc:creator>thewayishere</dc:creator>
			<guid isPermaLink="false">862323@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi all,</p>
<p>Is there a way to remove the Information/Shortlink/Navigation boxes from the right sidebar of the Suburbia theme?</p>
<p><a href="http://fifthperiodlunch.com/2012/04/11/welcome-home/" rel="nofollow">http://fifthperiodlunch.com/2012/04/11/welcome-home/</a></p>
<p>I already have purchased the upgrade, but I'm not where this is a CSS issue or not.</p>
<p>Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>thewayishere on "Right Sidebar on Suburbia?"</title>
			<link>http://en.forums.wordpress.com/topic/right-sidebar-on-suburbia#post-861523</link>
			<pubDate>Tue, 10 Apr 2012 18:09:43 +0000</pubDate>
			<dc:creator>thewayishere</dc:creator>
			<guid isPermaLink="false">861523@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for the quick help, TimeThief!  </p>
<p>Is there a way to change color/styling of the font of the main navigation menu on the left side?
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Right Sidebar on Suburbia?"</title>
			<link>http://en.forums.wordpress.com/topic/right-sidebar-on-suburbia#post-861422</link>
			<pubDate>Tue, 10 Apr 2012 16:08:36 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">861422@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Suburbia in WordPress.com supports only four widget areas in the footer. The far left grid is reserved for page navigation which appears on index and archive view if they have more than one page. <a href="http://en.forums.wordpress.com/topic/help-with-the-new-suburbia-theme?replies=24#post-825065" rel="nofollow">http://en.forums.wordpress.com/topic/help-with-the-new-suburbia-theme?replies=24#post-825065</a>
</p>
]]></description>
					</item>
		<item>
			<title>thewayishere on "Right Sidebar on Suburbia?"</title>
			<link>http://en.forums.wordpress.com/topic/right-sidebar-on-suburbia#post-861420</link>
			<pubDate>Tue, 10 Apr 2012 16:06:33 +0000</pubDate>
			<dc:creator>thewayishere</dc:creator>
			<guid isPermaLink="false">861420@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Is there a way to add a right sidebar to the main page in the Suburbia theme? I know you can add it to post pages.
</p>
]]></description>
					</item>
		<item>
			<title>panaghiotisadam on "Icon and link to  a book"</title>
			<link>http://en.forums.wordpress.com/topic/icon-and-link-to-a-book#post-805145</link>
			<pubDate>Mon, 30 Jan 2012 15:21:34 +0000</pubDate>
			<dc:creator>panaghiotisadam</dc:creator>
			<guid isPermaLink="false">805145@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome!
</p>
]]></description>
					</item>
		<item>
			<title>dhphotosite on "Icon and link to  a book"</title>
			<link>http://en.forums.wordpress.com/topic/icon-and-link-to-a-book#post-805134</link>
			<pubDate>Mon, 30 Jan 2012 15:08:49 +0000</pubDate>
			<dc:creator>dhphotosite</dc:creator>
			<guid isPermaLink="false">805134@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Bow to the Master Bow to the Master!!! Thank you Thank You Thank You!!!! My wife and I worked on this for a few hours yesterday. We are both computer literate and thought somehow we ended up in the twilight zone. Easy fix once you know how. Thank you again for you help and quick response!
</p>
]]></description>
					</item>
		<item>
			<title>panaghiotisadam on "Icon and link to  a book"</title>
			<link>http://en.forums.wordpress.com/topic/icon-and-link-to-a-book#post-805094</link>
			<pubDate>Mon, 30 Jan 2012 14:27:19 +0000</pubDate>
			<dc:creator>panaghiotisadam</dc:creator>
			<guid isPermaLink="false">805094@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>See here:<br />
<a href="http://wpbtips.wordpress.com/2009/09/28/the-no-widgets-paradox/" rel="nofollow">http://wpbtips.wordpress.com/2009/09/28/the-no-widgets-paradox/</a>
</p>
]]></description>
					</item>
		<item>
			<title>dhphotosite on "Icon and link to  a book"</title>
			<link>http://en.forums.wordpress.com/topic/icon-and-link-to-a-book#post-805081</link>
			<pubDate>Mon, 30 Jan 2012 14:20:11 +0000</pubDate>
			<dc:creator>dhphotosite</dc:creator>
			<guid isPermaLink="false">805081@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Help I can't figure out what to do. I currently use to Oulipo theme for my blog. I would like to add a photo/link to one of the sidebars that would lead folks to my book. Whenever I place the image widget on the sidebar, my archives and categories are no longer shown. Does this theme not support additional widgets?? HELP
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "customizing sidebars for each page in website"</title>
			<link>http://en.forums.wordpress.com/topic/customizing-sidebars-for-each-page-in-website#post-677730</link>
			<pubDate>Mon, 22 Aug 2011 16:27:01 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">677730@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>On WordPress.com, you can use CSS to change the design of a page, but you cannot change the underlying PHP or HTML code and so you cannot change how the sidebars work for different pages. If you want more control to customize the theme code like that, you might consider <a href="http://en.support.wordpress.com/moving-a-blog/#moving-to-wordpress-org">switching to WordPress.org</a> or sticking with the sidebar options that are available on WordPress.com.
</p>
]]></description>
					</item>
		<item>
			<title>francescabianchi on "customizing sidebars for each page in website"</title>
			<link>http://en.forums.wordpress.com/topic/customizing-sidebars-for-each-page-in-website#post-677706</link>
			<pubDate>Mon, 22 Aug 2011 16:03:45 +0000</pubDate>
			<dc:creator>francescabianchi</dc:creator>
			<guid isPermaLink="false">677706@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi I'm using the structure theme on wordpress to create a portfolio of my work and would like to be able to have different content on each right sidebar of the different pages. The website is still not complete but I would like help on how to use html or css to solve this problem. Therefore, I need to have a right sidebar on each page and sub page of my website and the sidebar on each page will contain different info or an image. Can anyone help?</p>
<p>my blog is francescabianchi.com</p>
<p>Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Oulipo right sidebar"</title>
			<link>http://en.forums.wordpress.com/topic/oulipo-right-sidebar#post-534187</link>
			<pubDate>Fri, 10 Dec 2010 19:34:14 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">534187@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes, you can hide that stuff on the single post page with the CSS upgrade. You can try the below using the CSS preview function (you might have to force refresh the preview page to see the change).</p>
<p><code>.post-nav {display: none; }</code>
</p>
]]></description>
					</item>
		<item>
			<title>jgros on "Oulipo right sidebar"</title>
			<link>http://en.forums.wordpress.com/topic/oulipo-right-sidebar#post-534170</link>
			<pubDate>Fri, 10 Dec 2010 18:36:43 +0000</pubDate>
			<dc:creator>jgros</dc:creator>
			<guid isPermaLink="false">534170@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>oh i meant *css upgrade*
</p>
]]></description>
					</item>
		<item>
			<title>jgros on "Oulipo right sidebar"</title>
			<link>http://en.forums.wordpress.com/topic/oulipo-right-sidebar#post-534135</link>
			<pubDate>Fri, 10 Dec 2010 16:53:56 +0000</pubDate>
			<dc:creator>jgros</dc:creator>
			<guid isPermaLink="false">534135@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi!</p>
<p>I used the Ouilpo theme for my blog. I have added the widgets I want to the right sidebar : <a href="http://hochelagagoddamn.wordpress.com/" rel="nofollow">http://hochelagagoddamn.wordpress.com/</a></p>
<p>But when you go into a specific post the sidebar shows a different set of information: a where are you text and "meta info" : <a href="http://hochelagagoddamn.wordpress.com/2010/12/10/celebration-hivernale/" rel="nofollow">http://hochelagagoddamn.wordpress.com/2010/12/10/celebration-hivernale/</a></p>
<p>To get rid of these changes to the sidebar when viewing an individual post do I need to get the CSS update?</p>
<p>Thanks in advance!</p>
<p>Jess
</p>
]]></description>
					</item>

	</channel>
</rss>
