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

		<item>
			<title>impetusetudiant on "Custom addition to sidebar area (The Columnist)?"</title>
			<link>http://en.forums.wordpress.com/topic/custom-addition-to-sidebar-area-the-columnist#post-1151863</link>
			<pubDate>Wed, 13 Feb 2013 15:08:12 +0000</pubDate>
			<dc:creator>impetusetudiant</dc:creator>
			<guid isPermaLink="false">1151863@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ahhh. K. Thanks for the explanation. Appreciate it!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Custom addition to sidebar area (The Columnist)?"</title>
			<link>http://en.forums.wordpress.com/topic/custom-addition-to-sidebar-area-the-columnist#post-1151814</link>
			<pubDate>Wed, 13 Feb 2013 14:19:39 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1151814@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can't move content from one page to another using just CSS. What you can do with CSS is adjust the appearance of things that are already on the page.</p>
<p>I checked the info page for The Columnist theme:<br />
<a href="http://theme.wordpress.com/themes/the-columnist/" rel="nofollow">http://theme.wordpress.com/themes/the-columnist/</a></p>
<p>And it says:</p>
<blockquote><p>Widgets will not appear in any template where multiple posts are displayed.</p></blockquote>
<p>That means there's not a way to add widgets to the home page displaying multiple posts. It's a limitation of the theme.</p>
<p>If you wanted to go deeper, you can get full control of the code, including HTML and PHP and the theme itself, if you <a href="http://en.support.wordpress.com/moving-a-blog/#moving-to-wordpress-org">switch to a WordPress.org setup</a>.
</p>
]]></description>
					</item>
		<item>
			<title>impetusetudiant on "Custom addition to sidebar area (The Columnist)?"</title>
			<link>http://en.forums.wordpress.com/topic/custom-addition-to-sidebar-area-the-columnist#post-1132294</link>
			<pubDate>Wed, 23 Jan 2013 22:44:39 +0000</pubDate>
			<dc:creator>impetusetudiant</dc:creator>
			<guid isPermaLink="false">1132294@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Euh... Kay I give up. Thought I could work it out from what you provided above, but I'm still coming up short.</p>
<p>The cats and tags will display beside each post (single post left column), but I've been aiming to have them on the front page instead (main left column)... 'Twas why I mentioned the display issue above ... Maybe has something to do with it? All my efforts to date have been futile :)
</p>
]]></description>
					</item>
		<item>
			<title>impetusetudiant on "Custom addition to sidebar area (The Columnist)?"</title>
			<link>http://en.forums.wordpress.com/topic/custom-addition-to-sidebar-area-the-columnist#post-1132063</link>
			<pubDate>Wed, 23 Jan 2013 19:04:16 +0000</pubDate>
			<dc:creator>impetusetudiant</dc:creator>
			<guid isPermaLink="false">1132063@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Dead on. Thank-you!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Custom addition to sidebar area (The Columnist)?"</title>
			<link>http://en.forums.wordpress.com/topic/custom-addition-to-sidebar-area-the-columnist#post-1102854</link>
			<pubDate>Mon, 24 Dec 2012 19:41:33 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1102854@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Based on your current configuration (using all of the footer widget areas), you can move the tag cloud widget from below posts to the left sidebar using absolute positioning. Here is an example to get you started:</p>
<pre><code>#first {
	position: absolute;
	top: 460px;
	left: -280px;
	width: 223px;
}

.three .widget-area, .four .widget-area {
	width: 193px;
}</code></pre>
<p>You may also want to give the bottom of the tag cloud a little extra room:</p>
<pre><code>#wp_tag_cloud div {
	padding-bottom: .2em;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>impetusetudiant on "Custom addition to sidebar area (The Columnist)?"</title>
			<link>http://en.forums.wordpress.com/topic/custom-addition-to-sidebar-area-the-columnist#post-1087581</link>
			<pubDate>Wed, 05 Dec 2012 22:03:24 +0000</pubDate>
			<dc:creator>impetusetudiant</dc:creator>
			<guid isPermaLink="false">1087581@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi There, </p>
<p>I'd like to move some of my widgets to the left column of my blog - the category and tag cloud in particular. They are presently in the footer, in accordance with the theme's design.</p>
<p>I can see the sidebar entry in the original CSS, and that it's display is "none". But I can't seem to change that, no matter what I try. I should add that I'm not skilled with code :)</p>
<p>Any insights?
</p>
]]></description>
					</item>
		<item>
			<title>jesselili on "Change background color left column single post"</title>
			<link>http://en.forums.wordpress.com/topic/change-background-color-left-column-single-post#post-1078499</link>
			<pubDate>Mon, 26 Nov 2012 18:21:56 +0000</pubDate>
			<dc:creator>jesselili</dc:creator>
			<guid isPermaLink="false">1078499@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Cainm, I owe you a big thank you.</p>
<p>I added this following your advice:<br />
<code>.single #main:before, .single #left-col {&lt;br /&gt;
    background-color: #f2f2f2;&lt;br /&gt;
}</code></p>
<p>Sorted in 1 minute.</p>
<p>I am extra grateful.<br />
Cheers.</p>
<p>Jesse
</p>
]]></description>
					</item>
		<item>
			<title>cainm on "Change background color left column single post"</title>
			<link>http://en.forums.wordpress.com/topic/change-background-color-left-column-single-post#post-1078394</link>
			<pubDate>Mon, 26 Nov 2012 15:38:25 +0000</pubDate>
			<dc:creator>cainm</dc:creator>
			<guid isPermaLink="false">1078394@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there,</p>
<p>The Columnist uses CSS pseudo elements to style the left column area.</p>
<p>To edit the background color of the left column area on single views, you will need to declare a new background-color for <code>.single #main:before, .single #left-col</code>.
</p>
]]></description>
					</item>
		<item>
			<title>jesselili on "Change background color left column single post"</title>
			<link>http://en.forums.wordpress.com/topic/change-background-color-left-column-single-post#post-1071922</link>
			<pubDate>Mon, 19 Nov 2012 08:01:56 +0000</pubDate>
			<dc:creator>jesselili</dc:creator>
			<guid isPermaLink="false">1071922@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello guys, I have been trying loads of tricks and I can't manage to do this on my own. Anyone has an idea?</p>
<p>Much appreciated.<br />
Thank you.
</p>
]]></description>
					</item>
		<item>
			<title>jesselili on "Change background color left column single post"</title>
			<link>http://en.forums.wordpress.com/topic/change-background-color-left-column-single-post#post-1065851</link>
			<pubDate>Sat, 10 Nov 2012 10:38:55 +0000</pubDate>
			<dc:creator>jesselili</dc:creator>
			<guid isPermaLink="false">1065851@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Any help guys please?
</p>
]]></description>
					</item>
		<item>
			<title>jesselili on "Change background color left column single post"</title>
			<link>http://en.forums.wordpress.com/topic/change-background-color-left-column-single-post#post-1064063</link>
			<pubDate>Thu, 08 Nov 2012 14:08:32 +0000</pubDate>
			<dc:creator>jesselili</dc:creator>
			<guid isPermaLink="false">1064063@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hey guys, I am almost done customising the CSS of my theme (The Columnist)  and I'm pretty happy with the changes. It was a long slow process :)</p>
<p>I have one thing that I keep playing with but can't figure out: I would like to reverse the colors of my columns on my homepage and on my single post pages. To be clear:</p>
<p>Homepage = stays the same with white for the left column and grey for the right one.<br />
Single posts = that's what I want to change, I would like to make my entire left column grey (color = #f2f2f2).</p>
<p>Can anyone help?<br />
Thanks a bunch.</p>
<p>My site is here: <a href="http://hecticophilia.com/" rel="nofollow">http://hecticophilia.com/</a><br />
My stylesheet is here: <a href="https://wpcom-themes.svn.automattic.com/the-columnist/style.css" rel="nofollow">https://wpcom-themes.svn.automattic.com/the-columnist/style.css</a>
</p>
]]></description>
					</item>
		<item>
			<title>svankmajor on "Can I remove a column in my blog theme?"</title>
			<link>http://en.forums.wordpress.com/topic/can-i-remove-a-column-in-my-blog-theme#post-1029042</link>
			<pubDate>Wed, 03 Oct 2012 17:52:18 +0000</pubDate>
			<dc:creator>svankmajor</dc:creator>
			<guid isPermaLink="false">1029042@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am using the <a href="http://grey-opaque.ppfeufer.de/">Grey-opaque</a> skin, and its a cool theme. </p>
<p>I only wish I could remove the left column so I could more width/space for text. </p>
<p>It seems like I can only do this from inside the code. Is there anyone who is good with code that can help me?
</p>
]]></description>
					</item>
		<item>
			<title>supportbot on "Can I remove a column in my blog theme?"</title>
			<link>http://en.forums.wordpress.com/topic/can-i-remove-a-column-in-my-blog-theme#post-1029043</link>
			<pubDate>Wed, 03 Oct 2012 17:52:18 +0000</pubDate>
			<dc:creator>supportbot</dc:creator>
			<guid isPermaLink="false">1029043@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You did not specify a blog address or reason for posting when you created this topic.</p>
<p>This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you'll find help at the <a href="http://wordpress.org/support/">WordPress.org forums</a>.</p>
<p>If you don't understand the difference between WordPress.com and WordPress.org, you may find <a href="http://support.wordpress.com/com-vs-org/">this information</a> helpful.</p>
<p>If you forgot to include a link to your blog, you can reply and include it below.  It'll help people to answer your question.</p>
<p>This is an automated message.
</p>
]]></description>
					</item>
		<item>
			<title>palauattorney on "Move or remove the search box?"</title>
			<link>http://en.forums.wordpress.com/topic/move-or-remove-the-search-box#post-493116</link>
			<pubDate>Sat, 07 Aug 2010 15:49:51 +0000</pubDate>
			<dc:creator>palauattorney</dc:creator>
			<guid isPermaLink="false">493116@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for your help, @thesacredpath!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Move or remove the search box?"</title>
			<link>http://en.forums.wordpress.com/topic/move-or-remove-the-search-box#post-484416</link>
			<pubDate>Sun, 11 Jul 2010 17:54:33 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">484416@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're using an entirely different theme. CSS is theme specific.</p>
<p>In Structure, the search box is controlled by .headerright
</p>
]]></description>
					</item>
		<item>
			<title>palauattorney on "Move or remove the search box?"</title>
			<link>http://en.forums.wordpress.com/topic/move-or-remove-the-search-box#post-484389</link>
			<pubDate>Sun, 11 Jul 2010 16:47:56 +0000</pubDate>
			<dc:creator>palauattorney</dc:creator>
			<guid isPermaLink="false">484389@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@thesacredpath.  I'm having some trouble adding your code to my Edit CSS and having it work.  The original code doesn't contain 'Topsearch' but does contain 'searchform, searchformheader, searchbox, etc.  How can I apply your code and move the search box?  Any additional info needed, please let me know and I'll supply toot sweet.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Move or remove the search box?"</title>
			<link>http://en.forums.wordpress.com/topic/move-or-remove-the-search-box#post-479900</link>
			<pubDate>Sat, 26 Jun 2010 17:22:56 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">479900@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@mymomenta<br />
Following up on what hallluke has said please read this post &#62; <a href="http://csswiz.wordpress.com/2009/10/15/if-you-have-the-wp-com-css-upgrade/" rel="nofollow">http://csswiz.wordpress.com/2009/10/15/if-you-have-the-wp-com-css-upgrade/</a>
</p>
]]></description>
					</item>
		<item>
			<title>hallluke on "Move or remove the search box?"</title>
			<link>http://en.forums.wordpress.com/topic/move-or-remove-the-search-box#post-479844</link>
			<pubDate>Sat, 26 Jun 2010 12:41:56 +0000</pubDate>
			<dc:creator>hallluke</dc:creator>
			<guid isPermaLink="false">479844@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Did you copy the existing stylesheet into the CSS editor? This is a bad move. You should add only the changes you make to the CSS and check the "add to existing stylesheet" box. This might fix your problem.</p>
<p>lh
</p>
]]></description>
					</item>
		<item>
			<title>mymomenta on "Move or remove the search box?"</title>
			<link>http://en.forums.wordpress.com/topic/move-or-remove-the-search-box#post-479830</link>
			<pubDate>Sat, 26 Jun 2010 11:45:37 +0000</pubDate>
			<dc:creator>mymomenta</dc:creator>
			<guid isPermaLink="false">479830@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you very much, now to find out why there are duplicate bullets.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Move or remove the search box?"</title>
			<link>http://en.forums.wordpress.com/topic/move-or-remove-the-search-box#post-479741</link>
			<pubDate>Sat, 26 Jun 2010 04:20:27 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">479741@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>If you wanted to completely remove the search box, then add display:none; to #topsearch instead of the repositioning stuff I gave above.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Move or remove the search box?"</title>
			<link>http://en.forums.wordpress.com/topic/move-or-remove-the-search-box#post-479737</link>
			<pubDate>Sat, 26 Jun 2010 04:16:12 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">479737@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm assuming you mean move the search box over to the RIGHT column where the archives are. Add the following declarations to #topsearch in your CSS</p>
<pre><code>margin-left:625px;
margin-top:185px;
position:absolute;
z-index:1;</code></pre>
<p>To fix the metadata stuff, change the width in .post-meta li to 145px.
</p>
]]></description>
					</item>
		<item>
			<title>mymomenta on "Move or remove the search box?"</title>
			<link>http://en.forums.wordpress.com/topic/move-or-remove-the-search-box#post-479719</link>
			<pubDate>Sat, 26 Jun 2010 02:36:24 +0000</pubDate>
			<dc:creator>mymomenta</dc:creator>
			<guid isPermaLink="false">479719@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Also, there are duplicate bullets for the links and the author info is outside the box?
</p>
]]></description>
					</item>
		<item>
			<title>mymomenta on "Move or remove the search box?"</title>
			<link>http://en.forums.wordpress.com/topic/move-or-remove-the-search-box#post-479716</link>
			<pubDate>Sat, 26 Jun 2010 02:22:46 +0000</pubDate>
			<dc:creator>mymomenta</dc:creator>
			<guid isPermaLink="false">479716@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>How can I move the search box over to the left column where the archives are? Or remove it all together? Or even move it to the right side of the header?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "left column is gone!"</title>
			<link>http://en.forums.wordpress.com/topic/left-column-is-gone#post-281983</link>
			<pubDate>Thu, 11 Dec 2008 07:07:12 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">281983@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>If your blogs are not hosted here at wordpress.COM, then you are in the wrong forums, and since it appears both of you are using plugins, that means you are not hosted here. </p>
<p>You need to head over to <a href="http://wordpress.ORG/support/" rel="nofollow">http://wordpress.ORG/support/</a> which is where self-hosted blogs are supported. Our answers will not work for you.
</p>
]]></description>
					</item>
		<item>
			<title>cenzistiles on "left column is gone!"</title>
			<link>http://en.forums.wordpress.com/topic/left-column-is-gone#post-281980</link>
			<pubDate>Thu, 11 Dec 2008 06:53:26 +0000</pubDate>
			<dc:creator>cenzistiles</dc:creator>
			<guid isPermaLink="false">281980@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>okay. sorry to be such a great poster and so indoubtedly smarty pants... but yes it was the lighter admin plug in that messes with the menu.</p>
<p>the case of the missing menu has been solved. thank you lyyyl
</p>
]]></description>
					</item>
		<item>
			<title>cenzistiles on "left column is gone!"</title>
			<link>http://en.forums.wordpress.com/topic/left-column-is-gone#post-281977</link>
			<pubDate>Thu, 11 Dec 2008 06:50:55 +0000</pubDate>
			<dc:creator>cenzistiles</dc:creator>
			<guid isPermaLink="false">281977@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>oh wait.. lyyyl, I just deleted the plug in trhough FTP and nuttin......
</p>
]]></description>
					</item>
		<item>
			<title>cenzistiles on "left column is gone!"</title>
			<link>http://en.forums.wordpress.com/topic/left-column-is-gone#post-281976</link>
			<pubDate>Thu, 11 Dec 2008 06:47:05 +0000</pubDate>
			<dc:creator>cenzistiles</dc:creator>
			<guid isPermaLink="false">281976@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>i cant go to any plugins!!! I just upgraded another website i manage and it did the SAME thing... I THINK it has to do with the fact that I use the automatic upgrade plug in....
</p>
]]></description>
					</item>
		<item>
			<title>cenzistiles on "left column is gone!"</title>
			<link>http://en.forums.wordpress.com/topic/left-column-is-gone#post-281975</link>
			<pubDate>Thu, 11 Dec 2008 06:46:09 +0000</pubDate>
			<dc:creator>cenzistiles</dc:creator>
			<guid isPermaLink="false">281975@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I guess its called the "MENU"..
</p>
]]></description>
					</item>
		<item>
			<title>lyyyl on "left column is gone!"</title>
			<link>http://en.forums.wordpress.com/topic/left-column-is-gone#post-281974</link>
			<pubDate>Thu, 11 Dec 2008 06:44:43 +0000</pubDate>
			<dc:creator>lyyyl</dc:creator>
			<guid isPermaLink="false">281974@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>cenzistiles: </p>
<p>My problem is solved. I went to my /wp-admin/plugins.php and deactivated one of my plugins (Ozh' Admin Drop Down Menu) and it was back on after that. </p>
<p>Maybe you can try that.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "left column is gone!"</title>
			<link>http://en.forums.wordpress.com/topic/left-column-is-gone#post-281973</link>
			<pubDate>Thu, 11 Dec 2008 06:42:30 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">281973@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Log out, clear your browser cache and cookies, restart your browser and see if that brings things back for you.
</p>
]]></description>
					</item>

	</channel>
</rss>
