<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: Changing Width of Posts</title>
		<link>http://www.kriesi.at/support/topic/changing-width-of-posts</link>
		<description>Support Forum - Topic: Changing Width of Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 13:13:14 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/changing-width-of-posts" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Changing Width of Posts"</title>
			<link>http://www.kriesi.at/support/topic/changing-width-of-posts#post-10717</link>
			<pubDate>Wed, 29 Dec 2010 11:19:30 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">10717@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I answered your question here: &#60;a href=&#34;http://www.kriesi.at/support/topic/i-have-two-small-problems&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/i-have-two-small-problems&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please stop cross posting. You can bump your thread but don't ask the same question twice in two different threads and stop creating new threads with the same question.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sarastenberg on "Changing Width of Posts"</title>
			<link>http://www.kriesi.at/support/topic/changing-width-of-posts#post-10705</link>
			<pubDate>Wed, 29 Dec 2010 10:24:34 +0000</pubDate>
			<dc:creator>sarastenberg</dc:creator>
			<guid isPermaLink="false">10705@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It doesent work for me. I want the width larger for the post, and I want it to be 600px instead for 500px but i also want the sidebar to be 270px. Is that possible?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Changing Width of Posts"</title>
			<link>http://www.kriesi.at/support/topic/changing-width-of-posts#post-9317</link>
			<pubDate>Tue, 23 Nov 2010 12:59:31 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">9317@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;What's the site URL?&#60;/p&#62;
&#60;p&#62;The sidebar is probably still there (albeit hidden) - some tinkering with FireBug will probably reveal the problem.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BrandonJFX on "Changing Width of Posts"</title>
			<link>http://www.kriesi.at/support/topic/changing-width-of-posts#post-9237</link>
			<pubDate>Sun, 21 Nov 2010 21:48:36 +0000</pubDate>
			<dc:creator>BrandonJFX</dc:creator>
			<guid isPermaLink="false">9237@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you that changed the width of the post but it made the sidebar completely go away.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changing Width of Posts"</title>
			<link>http://www.kriesi.at/support/topic/changing-width-of-posts#post-9169</link>
			<pubDate>Sat, 20 Nov 2010 11:03:01 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">9169@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey, I just saw that you need to change following entry in style.css too:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.content{
position: relative;
float:left;
width:580px;
z-index: 3;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So to sum everything up change the width attributes of all three css entries - increase or decrease them as you like.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.content{
position: relative;
float:left;
width:580px;
z-index: 3;
}

.sidebar{
position: relative;
width:270px;
float:left;
padding:40px;
left:-1px;
min-height:150px;
}

.entry{
position: relative;
clear:both;
width:500px;
padding:40px 39px 40px 40px;
float: left;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;As James posted above you can remove left:-1px; - it's a leftover which is part of the original code and doesn't have any effect. You can also play with the padding values.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BrandonJFX on "Changing Width of Posts"</title>
			<link>http://www.kriesi.at/support/topic/changing-width-of-posts#post-9136</link>
			<pubDate>Fri, 19 Nov 2010 18:07:17 +0000</pubDate>
			<dc:creator>BrandonJFX</dc:creator>
			<guid isPermaLink="false">9136@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for your help but that still didn't change the width :/
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Changing Width of Posts"</title>
			<link>http://www.kriesi.at/support/topic/changing-width-of-posts#post-9106</link>
			<pubDate>Fri, 19 Nov 2010 11:02:17 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">9106@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Take out the &#60;strong&#62;left:-1px;&#60;/strong&#62; code from the CSS posted above. CSS positioning like this only works when the &#60;strong&#62;position: absolute;&#60;/strong&#62; is used, not &#60;strong&#62;position: relative;&#60;/strong&#62;.&#60;/p&#62;
&#60;p&#62;Let me know how you get on :)&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BrandonJFX on "Changing Width of Posts"</title>
			<link>http://www.kriesi.at/support/topic/changing-width-of-posts#post-9091</link>
			<pubDate>Fri, 19 Nov 2010 07:53:12 +0000</pubDate>
			<dc:creator>BrandonJFX</dc:creator>
			<guid isPermaLink="false">9091@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I don't think that made any change to the sidebar or entry. Seems like the only thing it did was made the retweet button act funky.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changing Width of Posts"</title>
			<link>http://www.kriesi.at/support/topic/changing-width-of-posts#post-9070</link>
			<pubDate>Thu, 18 Nov 2010 16:59:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">9070@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you need to change following two entries in style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.sidebar{
position: relative;
width:270px;
float:left;
padding:40px;
left:-1px;
min-height:150px;
}

.entry{
position: relative;
clear:both;
width:500px;
padding:40px 39px 40px 40px;
float: left;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;change the width attributes to any values you like - like 500px to 550px and 270px to 220px - this makes the post column 50px wider and the sidebar 50px smaller.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BrandonJFX on "Changing Width of Posts"</title>
			<link>http://www.kriesi.at/support/topic/changing-width-of-posts#post-9058</link>
			<pubDate>Thu, 18 Nov 2010 08:16:12 +0000</pubDate>
			<dc:creator>BrandonJFX</dc:creator>
			<guid isPermaLink="false">9058@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I would like to make the width larger for the posts. Is there any way to do that?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
