<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress Support Forums Topic: Adding a right sidebar at front page</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums Topic: Adding a right sidebar at front page</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 23:57:13 +0000</pubDate>

<item>
<title>peiqinglong on "Adding a right sidebar at front page"</title>
<link>http://bbpress.org/forums/topic/adding-a-right-sidebar-at-front-page#post-2310</link>
<pubDate>Fri, 15 Dec 2006 21:07:37 +0000</pubDate>
<dc:creator>peiqinglong</dc:creator>
<guid isPermaLink="false">2310@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;To the footer, try adding clear: both in your CSS.
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "Adding a right sidebar at front page"</title>
<link>http://bbpress.org/forums/topic/adding-a-right-sidebar-at-front-page#post-2255</link>
<pubDate>Wed, 13 Dec 2006 18:07:08 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">2255@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Any 1?
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "Adding a right sidebar at front page"</title>
<link>http://bbpress.org/forums/topic/adding-a-right-sidebar-at-front-page#post-2240</link>
<pubDate>Tue, 12 Dec 2006 20:26:10 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">2240@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Okay almost there. I now have:&#60;br /&#62;
&#60;code&#62;#hottags { &#60;br /&#62;
	float: left;&#60;br /&#62;
	width: 150px;&#60;br /&#62;
	overflow-x: hidden;&#60;br /&#62;
	position: absolute;&#60;br /&#62;
}&#60;br /&#62;
#discussions { &#60;br /&#62;
	margin-left: 170px;&#60;br /&#62;
	width: 420px;&#60;br /&#62;
	position: absolute;&#60;br /&#62;
}&#60;br /&#62;
#rightbar {&#60;br /&#62;
	margin-left: 610px;&#60;br /&#62;
	width: 150px;&#60;br /&#62;
	overflow-x: hidden;&#60;br /&#62;
	position: absolute;&#60;br /&#62;
}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;The right bar is alligned properly now, BUT the footer is moved up also. So the footer crosses the 3 collumns. All is mixed now, how to get the footer back down again?&#60;/p&#62;
&#60;p&#62;Thx
&#60;/p&#62;</description>
</item>
<item>
<title>ardentfrost on "Adding a right sidebar at front page"</title>
<link>http://bbpress.org/forums/topic/adding-a-right-sidebar-at-front-page#post-2236</link>
<pubDate>Tue, 12 Dec 2006 18:32:03 +0000</pubDate>
<dc:creator>ardentfrost</dc:creator>
<guid isPermaLink="false">2236@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;add &#60;code&#62;position: absolute;&#60;/code&#62; in there
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "Adding a right sidebar at front page"</title>
<link>http://bbpress.org/forums/topic/adding-a-right-sidebar-at-front-page#post-2232</link>
<pubDate>Tue, 12 Dec 2006 15:06:48 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">2232@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Got this now:&#60;br /&#62;
&#60;code&#62;#leftbar { &#60;br /&#62;
	float: left;&#60;br /&#62;
	width: 150px;&#60;br /&#62;
	overflow-x: hidden;&#60;br /&#62;
}&#60;br /&#62;
#discussions { &#60;br /&#62;
	margin-left: 170px;&#60;br /&#62;
	width: 420px;&#60;br /&#62;
}&#60;br /&#62;
#rightbar {&#60;br /&#62;
	margin-left: 610px;&#60;br /&#62;
	width: 150px;&#60;br /&#62;
	overflow-x: hidden;&#60;br /&#62;
}&#60;/code&#62;&#60;br /&#62;
Total width = 760 px just like the header. This should work, but the right column is still displayed underneeth the discussion div (though the rightbar is aligned to the right and there is enough space left for the rightbar to move up :S
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Adding a right sidebar at front page"</title>
<link>http://bbpress.org/forums/topic/adding-a-right-sidebar-at-front-page#post-2179</link>
<pubDate>Sun, 10 Dec 2006 23:35:25 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">2179@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The easiest thing to do would be to find any site (WP or otherwise) that has 3 columns and take a look at the CSS to find out how they went about doing it.&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "Adding a right sidebar at front page"</title>
<link>http://bbpress.org/forums/topic/adding-a-right-sidebar-at-front-page#post-2175</link>
<pubDate>Sun, 10 Dec 2006 22:34:45 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">2175@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Doesnt work, the right bar is still displayed underneeth the discussion div even when aligned to the right. I even made the discussion div very small but it still wont &#34;move up&#34;...
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Adding a right sidebar at front page"</title>
<link>http://bbpress.org/forums/topic/adding-a-right-sidebar-at-front-page#post-2108</link>
<pubDate>Fri, 08 Dec 2006 08:14:15 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">2108@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Try something like:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;#front-page #discussions {&#60;br /&#62;
margin-left: 170px;&#60;br /&#62;
margin-right: -20px;&#60;br /&#62;
width: 420px;&#60;br /&#62;
}&#60;br /&#62;
#front-page #rightbar {&#60;br /&#62;
margin-left: 590px;&#60;br /&#62;
width: 150px;&#60;br /&#62;
margin-right: -20px;&#60;br /&#62;
}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I haven't tested this, but it would be easier to just keep moving them to the right I think.&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "Adding a right sidebar at front page"</title>
<link>http://bbpress.org/forums/topic/adding-a-right-sidebar-at-front-page#post-2107</link>
<pubDate>Fri, 08 Dec 2006 08:08:01 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">2107@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;How do I ad a right sidebar (div) at the front page?&#60;/p&#62;
&#60;p&#62;Adding and changing the css into this doesnt help (bold is added/changed):&#60;br /&#62;
/* Front Page&#60;br /&#62;
=================================== */&#60;/p&#62;
&#60;p&#62;#front-page #hottags {&#60;br /&#62;
	float: left;&#60;br /&#62;
	width: 150px;&#60;br /&#62;
	overflow-x: hidden;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;#front-page #rightbar {&#60;br /&#62;
	float: right;&#60;br /&#62;
	width: 150px;&#60;br /&#62;
	overflow-x: hidden;&#60;br /&#62;
}&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;#front-page #discussions {&#60;br /&#62;
	margin-left: 170px;&#60;br /&#62;
	margin-right: -20px;&#60;br /&#62;
	&#60;strong&#62;width: 440px;&#60;/strong&#62;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.frontpageheatmap {&#60;br /&#62;
	font-weight: normal;&#60;br /&#62;
	line-height: 30px;&#60;br /&#62;
	padding-bottom: 10px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;thx
&#60;/p&#62;</description>
</item>

</channel>
</rss>
