<?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: Move Sidebar from bottom to the right</title>
		<link>http://en.forums.wordpress.com/topic/move-sidebar-from-bottom-to-the-right</link>
		<description>WordPress.com Forums &#187; Topic: Move Sidebar from bottom to the right</description>
		<language>en</language>
		<pubDate>Wed, 22 May 2013 17:06:02 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/move-sidebar-from-bottom-to-the-right" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Move Sidebar from bottom to the right"</title>
			<link>http://en.forums.wordpress.com/topic/move-sidebar-from-bottom-to-the-right#post-714652</link>
			<pubDate>Thu, 06 Oct 2011 23:40:02 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">714652@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Using white text on a white background is the same as hiding the text. Sorry! Can I help you find a better way to display it? I wonder if you do something like this instead. This is a start. </p>
<p>Change .center-column-sidebar to #footer-right here: </p>
<pre><code>#footer-right {
    position: absolute;
    right: 0;
   top: 102px;
   width: 200px;
   left: 660px;
}</code></pre>
<p>Also remove other rules to make the #footer text and links white. Change the text to a subtle gray maybe?</p>
<pre><code>.credits, #footer a:link, #footer a:visited, #footer a:hover {
    color: #BBB;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Move Sidebar from bottom to the right"</title>
			<link>http://en.forums.wordpress.com/topic/move-sidebar-from-bottom-to-the-right#post-714027</link>
			<pubDate>Thu, 06 Oct 2011 07:00:05 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">714027@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>When inserting an image under alignment in the insert image overlay window, choose "center" as the alignment type before inserting the image. Right now all your images are set as "align none" which means left alignment with no text wrap.</p>
<p>You can open the posts in the editor, click on each image, click on the edit image button, then click on the "advanced" tab and change the alignment, click save changes and then update the post.
</p>
]]></description>
					</item>
		<item>
			<title>5396miles on "Move Sidebar from bottom to the right"</title>
			<link>http://en.forums.wordpress.com/topic/move-sidebar-from-bottom-to-the-right#post-714023</link>
			<pubDate>Thu, 06 Oct 2011 06:48:27 +0000</pubDate>
			<dc:creator>5396miles</dc:creator>
			<guid isPermaLink="false">714023@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>thanks a ton! 2 more things:<br />
the &#60;center&#62; command in HTML does not work. Is the any chance to center images permanently with CSS?<br />
Is is possible to put the credits from the widget sidebar back to the bottom of the page?</p>
<p>thx,<br />
Fabian
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Move Sidebar from bottom to the right"</title>
			<link>http://en.forums.wordpress.com/topic/move-sidebar-from-bottom-to-the-right#post-713654</link>
			<pubDate>Wed, 05 Oct 2011 20:38:33 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">713654@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I think this will do it. Give it a try and see what you think. If you use the preview, the changes might not show up till after you force refresh the preview page. You also need to check all other pages as well to make sure nothing breaks on one of them.</p>
<pre><code>.center-column {
position: relative;
}

.center-column {
width: 740px;
}

.center-column .hentry, .center-column .page {
width: 540px;
}

.center-column-sidebar {
position: absolute;
right: 0;
top: 102px;
width: 200px;
}

.post-meta-data {
margin: 0;
}

.credits {
width: 200px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>5396miles on "Move Sidebar from bottom to the right"</title>
			<link>http://en.forums.wordpress.com/topic/move-sidebar-from-bottom-to-the-right#post-713536</link>
			<pubDate>Wed, 05 Oct 2011 18:10:57 +0000</pubDate>
			<dc:creator>5396miles</dc:creator>
			<guid isPermaLink="false">713536@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>thank you for your help. The footer credits are still there but in white color. I recolored it back to black.</p>
<p>the .post-info is fine on the left side. I am talking about the widget footer which is at the bottom of the page. Is it possible to move this to the right side of the blog?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Move Sidebar from bottom to the right"</title>
			<link>http://en.forums.wordpress.com/topic/move-sidebar-from-bottom-to-the-right#post-713419</link>
			<pubDate>Wed, 05 Oct 2011 15:51:58 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">713419@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>First, can you please add back the footer credits? We require that you keep those in place. </p>
<p>To move the .post-info to the right in the Wu Wei theme, try this: </p>
<pre><code>.post-info {
    float: right;
    margin: 0 0 0 1.667em;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>5396miles on "Move Sidebar from bottom to the right"</title>
			<link>http://en.forums.wordpress.com/topic/move-sidebar-from-bottom-to-the-right#post-713353</link>
			<pubDate>Wed, 05 Oct 2011 14:48:24 +0000</pubDate>
			<dc:creator>5396miles</dc:creator>
			<guid isPermaLink="false">713353@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>*push*
</p>
]]></description>
					</item>
		<item>
			<title>5396miles on "Move Sidebar from bottom to the right"</title>
			<link>http://en.forums.wordpress.com/topic/move-sidebar-from-bottom-to-the-right#post-713052</link>
			<pubDate>Wed, 05 Oct 2011 03:42:20 +0000</pubDate>
			<dc:creator>5396miles</dc:creator>
			<guid isPermaLink="false">713052@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hey!</p>
<p>I customized my wordpress theme a lot already. I now want to move the sidebar (wich includes the archive and the categories) to the right of the blog. I would appreciate any help.</p>
<p><a href="http://5396miles.wordpress.com/">http://5396miles.wordpress.com/</a></p>
<p>thx,<br />
Fabian
</p>
]]></description>
					</item>

	</channel>
</rss>
