<?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: Insert right hand margin, chunk theme</title>
		<link>http://en.forums.wordpress.com/topic/insert-right-hand-margin-chunk-theme</link>
		<description>WordPress.com Forums &#187; Topic: Insert right hand margin, chunk theme</description>
		<language>en</language>
		<pubDate>Sat, 25 May 2013 16:44:30 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/insert-right-hand-margin-chunk-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Insert right hand margin, chunk theme"</title>
			<link>http://en.forums.wordpress.com/topic/insert-right-hand-margin-chunk-theme#post-790309</link>
			<pubDate>Thu, 12 Jan 2012 18:24:46 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">790309@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>There is probably more than one way to accomplish this. One way would be to expand the #container width and then push the widget area to the top right using absolute positioning. The trouble with this solution is that the height of the post or page content area needs to be taller than the height of the widgets or it looks funny. Here's an example to get you started. You can adjust the widths as necessary to get the elements sorted out to the areas you want.</p>
<pre><code>#container, #header, #menu, #footer {
position: relative;
width: 1020px;
}
#widgets .widget {
width: 100%;
clear: both;
}
#widgets {
margin: 0;
padding: 0;
width: 210px;
position: absolute;
top: 336px;
right: 0;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>leftouteditors on "Insert right hand margin, chunk theme"</title>
			<link>http://en.forums.wordpress.com/topic/insert-right-hand-margin-chunk-theme#post-790283</link>
			<pubDate>Thu, 12 Jan 2012 18:01:08 +0000</pubDate>
			<dc:creator>leftouteditors</dc:creator>
			<guid isPermaLink="false">790283@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello, does anyone know how to insert a right hand margin on chunk theme please? Currently the categories etc are at the bottom of the page. </p>
<p>Thanks!
</p>
]]></description>
					</item>

	</channel>
</rss>
