<?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 - Tag: content width - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/content-width</link>
		<description>Support Forum - Tag: content width - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 11:39:39 +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/tags/content-width" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-86728</link>
			<pubDate>Thu, 06 Dec 2012 06:33:27 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">86728@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Bruno,&#60;/p&#62;
&#60;p&#62;Yes you can by targeting the class for those page types in the top ID. So for the category page it would be:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.tax-product_cat.woocommerce-page .content .box {
min-width: 430px;
width: 430px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For a single product:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.single-product .content .box {
min-width: 430px;
width: 430px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bruwa on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-86623</link>
			<pubDate>Wed, 05 Dec 2012 14:06:15 +0000</pubDate>
			<dc:creator>bruwa</dc:creator>
			<guid isPermaLink="false">86623@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I wanted to increase the width of the product category page to allow the images to be displayed in bigger size.&#60;br /&#62;
So I used the code indicated in this post:&#60;br /&#62;
.content .box {&#60;br /&#62;
    min-width: 430px;&#60;br /&#62;
    width: 430px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;This also increased the width of the single-product page.&#60;br /&#62;
Can I define a different width for the product-category pages and the single-product pages, respectively? How &#38;amp; where?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Bruno
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-84930</link>
			<pubDate>Thu, 22 Nov 2012 02:40:19 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">84930@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi livkay,&#60;/p&#62;
&#60;p&#62;Glad that we could help. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>livkay on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-84919</link>
			<pubDate>Wed, 21 Nov 2012 22:06:16 +0000</pubDate>
			<dc:creator>livkay</dc:creator>
			<guid isPermaLink="false">84919@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great, thanks so much for your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-84489</link>
			<pubDate>Mon, 19 Nov 2012 01:17:33 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">84489@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can adjust that on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.page-id-13 .sidebar.sidebar2.box {
left: 1000px!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>livkay on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-84476</link>
			<pubDate>Sun, 18 Nov 2012 20:12:57 +0000</pubDate>
			<dc:creator>livkay</dc:creator>
			<guid isPermaLink="false">84476@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I used&#60;br /&#62;
.content .box {&#60;br /&#62;
    min-width: 430px;&#60;br /&#62;
    width: 430px;&#60;br /&#62;
}&#60;br /&#62;
but on the blog page, the right sidebar now sits under the main cotent area. &#60;a href=&#34;http://daryapress.com/test/blog/&#34; rel=&#34;nofollow&#34;&#62;http://daryapress.com/test/blog/&#60;/a&#62;&#60;br /&#62;
Can you help?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Content Width above WooCommerce Products"</title>
			<link>http://www.kriesi.at/support/topic/content-width-above-woocommerce-products#post-79069</link>
			<pubDate>Tue, 09 Oct 2012 07:25:41 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">79069@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Lawrence,&#60;/p&#62;
&#60;p&#62;Glad that Devin helped you. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kitticraft on "Content Width above WooCommerce Products"</title>
			<link>http://www.kriesi.at/support/topic/content-width-above-woocommerce-products#post-79053</link>
			<pubDate>Tue, 09 Oct 2012 05:50:54 +0000</pubDate>
			<dc:creator>kitticraft</dc:creator>
			<guid isPermaLink="false">79053@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;Thank you very much, that's exactly what I was looking for...&#60;/p&#62;
&#60;p&#62;Best regards,&#60;br /&#62;
Lawrence
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Content Width above WooCommerce Products"</title>
			<link>http://www.kriesi.at/support/topic/content-width-above-woocommerce-products#post-78978</link>
			<pubDate>Mon, 08 Oct 2012 14:59:09 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">78978@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Lawrence,&#60;/p&#62;
&#60;p&#62;Thanks for the visual, Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.archive.woocommerce-page .title_container {
padding-right: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That should do it!&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kitticraft on "Content Width above WooCommerce Products"</title>
			<link>http://www.kriesi.at/support/topic/content-width-above-woocommerce-products#post-78773</link>
			<pubDate>Sat, 06 Oct 2012 10:27:39 +0000</pubDate>
			<dc:creator>kitticraft</dc:creator>
			<guid isPermaLink="false">78773@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick,&#60;/p&#62;
&#60;p&#62;Thank you for taking a look at my problem; I accept that often what appears to be simple is not simple to implement. I however am not sure if I have described my requirement properly, so I have chosen to make a mockup image to better illustrate what I am trying to achieve.&#60;/p&#62;
&#60;p&#62;Currently when I put content into my &#34;Shop&#34; page, the content appears left justified with a large space on the right as shown here(indicated by the red outline):&#60;br /&#62;
&#60;a href=&#34;http://kitticraft.staging.wpengine.com/download/KCImg1.jpg&#34; rel=&#34;nofollow&#34;&#62;http://kitticraft.staging.wpengine.com/download/KCImg1.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;What I am trying to achieve is to have the content take up the remaining space on the right as shown here:&#60;br /&#62;
&#60;a href=&#34;http://kitticraft.staging.wpengine.com/download/KCImg2.jpg&#34; rel=&#34;nofollow&#34;&#62;http://kitticraft.staging.wpengine.com/download/KCImg2.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is this unobtainable as you describe above?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Lawrence
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Content Width above WooCommerce Products"</title>
			<link>http://www.kriesi.at/support/topic/content-width-above-woocommerce-products#post-78659</link>
			<pubDate>Fri, 05 Oct 2012 13:02:33 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">78659@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You would have to rebuild multiple templates. There are not many themes out there that offer this functionality. You have to place the entire sidebar price structure right on top of the store, in a div and then use floats, margins, padding to keep it in place while making room for the content. blackjackchamp.com uses such a structure to keep the right sidebar in place but the code will crash every single css validator despite somehow working in all browsers. Most sites just leave that empty space alone, or place something sticky there that stays with the visitor as they scroll up and down.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kitticraft on "Content Width above WooCommerce Products"</title>
			<link>http://www.kriesi.at/support/topic/content-width-above-woocommerce-products#post-78385</link>
			<pubDate>Wed, 03 Oct 2012 12:24:09 +0000</pubDate>
			<dc:creator>kitticraft</dc:creator>
			<guid isPermaLink="false">78385@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm trying to add content above my products on my WooCommerce Shop page, the width seems to stop right before the &#34;sort by&#34; drop down. How can I get the content to span the entire width of the container and flow under the sorting dropdown?&#60;/p&#62;
&#60;p&#62;See: &#60;a href=&#34;http://kitticraft.staging.wpengine.com/shop/&#34; rel=&#34;nofollow&#34;&#62;http://kitticraft.staging.wpengine.com/shop/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Lawrence
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-66657</link>
			<pubDate>Fri, 20 Jul 2012 02:04:11 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">66657@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Shfaya,&#60;/p&#62;
&#60;p&#62;Can you post a link to your website so we can take a look?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shfaya on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-66102</link>
			<pubDate>Tue, 17 Jul 2012 13:33:36 +0000</pubDate>
			<dc:creator>shfaya</dc:creator>
			<guid isPermaLink="false">66102@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;When I resize the content box this way the right side bar gets hidden behind. It should move as the witdth grows but it doesn`t can you fix this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Sidebar issue"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-issue-1#post-50819</link>
			<pubDate>Mon, 09 Apr 2012 20:59:21 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">50819@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;On what resolution, this problem occur?&#60;/p&#62;
&#60;p&#62;Try to drop this line on your custom.css&#60;/p&#62;
&#60;p&#62;@media screen and (max-width: 1024px) {&#60;/p&#62;
&#60;p&#62;	#top .sidebar2 {&#60;br /&#62;
            left: 1200px;&#60;br /&#62;
        }&#60;/p&#62;
&#60;p&#62;}&#60;/p&#62;
&#60;p&#62;This will affect users using 1024px width resolutions. Try to change max-width value according to the resolution where the problem occurs. You may want to experiment on #top .sidebar2 because I am not sure if it's going to work. Hopefully this will move the sidebar 300px more to the left.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fteixeira on "Sidebar issue"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-issue-1#post-50561</link>
			<pubDate>Sun, 08 Apr 2012 03:53:44 +0000</pubDate>
			<dc:creator>fteixeira</dc:creator>
			<guid isPermaLink="false">50561@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Still needing your help... as well as JoeLamari.&#60;/p&#62;
&#60;p&#62;Please?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fteixeira on "Sidebar issue"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-issue-1#post-50158</link>
			<pubDate>Thu, 05 Apr 2012 15:49:25 +0000</pubDate>
			<dc:creator>fteixeira</dc:creator>
			<guid isPermaLink="false">50158@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The printscreens were giving a 404.&#60;br /&#62;
It's working again now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JoeLamari on "Sidebar issue"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-issue-1#post-50090</link>
			<pubDate>Thu, 05 Apr 2012 05:16:17 +0000</pubDate>
			<dc:creator>JoeLamari</dc:creator>
			<guid isPermaLink="false">50090@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I get the same random transparencies on my pages using Chrome+OS X using a black background as stated in Fabio's comment. &#60;/p&#62;
&#60;p&#62;I am using revision 1.5.2 of Flashlight. They go away and reappear  as I scroll the page. It looks as though the background is partially in front of the page.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Joe
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fteixeira on "Sidebar issue"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-issue-1#post-50088</link>
			<pubDate>Thu, 05 Apr 2012 04:42:23 +0000</pubDate>
			<dc:creator>fteixeira</dc:creator>
			<guid isPermaLink="false">50088@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Devin,&#60;/p&#62;
&#60;p&#62;My wordpress wasn't live until a few minutes ago — &#60;a href=&#34;http://www.fabioteixeira.com/blogue/&#34; rel=&#34;nofollow&#34;&#62;http://www.fabioteixeira.com/blogue/&#60;/a&#62; —, and although I can't seem to replicate this bug now, there's another weird thing happening. &#60;/p&#62;
&#60;p&#62;As you can see in these printscreens — &#60;a href=&#34;http://bit.ly/Hu6VEs&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/Hu6VEs&#60;/a&#62; &#38;amp; &#60;a href=&#34;http://bit.ly/I21dKT&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/I21dKT&#60;/a&#62; — the sidebar doesn't hide behind the blog content anymore as I had reported earlier, but now there's no horizontal scrollbar. Confirmed this on several browsers, both Win7 and OS X 10.6.8. I suppose this isn't meant to happen, or else whoever happens to access my website using a small screen resolution won't be able to navigate normally.&#60;/p&#62;
&#60;p&#62;The code I added to custom.css was the one Dude pointed me on another topic:&#60;/p&#62;
&#60;p&#62;&#60;em&#62;.content .box {&#60;br /&#62;
width: 600px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .sidebar2 {&#60;br /&#62;
left: 932px;&#60;br /&#62;
}&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;There's also another bug to report, which I only came across on Chrome+Win7 so far. In this case — &#60;a href=&#34;http://bit.ly/HfNaqD&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/HfNaqD&#60;/a&#62; — when I scroll down on the blog page, I get random transparencies behind the images and white squares over the images.&#60;/p&#62;
&#60;p&#62;Last request: is there an easy way to code a single background image on all the pages? I now there's an option to set a default picture but since I won't be using the background galleries I'd rather avoid having the same background image loading everytime a new page is opened.&#60;/p&#62;
&#60;p&#62;Hope you can help me.&#60;/p&#62;
&#60;p&#62;Thank you in advance,&#60;br /&#62;
Fabio
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Sidebar issue"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-issue-1#post-49594</link>
			<pubDate>Mon, 02 Apr 2012 19:46:57 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">49594@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi fteixeira,&#60;/p&#62;
&#60;p&#62;Can you give a link to the site? We'll need to take a look at the css live to see what has been changed and test it out in browser.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fteixeira on "Sidebar issue"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-issue-1#post-49351</link>
			<pubDate>Sat, 31 Mar 2012 18:39:41 +0000</pubDate>
			<dc:creator>fteixeira</dc:creator>
			<guid isPermaLink="false">49351@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Anyone?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "About content width"</title>
			<link>http://www.kriesi.at/support/topic/about-content-width#post-49195</link>
			<pubDate>Fri, 30 Mar 2012 09:00:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">49195@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; It's the right place - this mod won't break anything. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fteixeira on "Sidebar issue"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-issue-1#post-49167</link>
			<pubDate>Fri, 30 Mar 2012 05:45:24 +0000</pubDate>
			<dc:creator>fteixeira</dc:creator>
			<guid isPermaLink="false">49167@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello there again,&#60;/p&#62;
&#60;p&#62;I asked you earlier for help changing content width to 600 pxs. Followed your suggestion and everything looks fine except this thing I just noticed.&#60;/p&#62;
&#60;p&#62;On a small browser window, the sidebar will get partially hidden behind the content, as you can see in print-screen #2.&#60;/p&#62;
&#60;p&#62;Any tips on how to solve this? I would really appreciate the help.&#60;/p&#62;
&#60;p&#62;print-screen #1&#60;br /&#62;
&#60;img src=&#34;http://dl.dropbox.com/u/14130871/fteixeira_01.jpg&#34;&#62;&#60;/p&#62;
&#60;p&#62;print-screen #2&#60;br /&#62;
&#60;img src=&#34;http://dl.dropbox.com/u/14130871/fteixeira_02.jpg&#34;&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fteixeira on "About content width"</title>
			<link>http://www.kriesi.at/support/topic/about-content-width#post-49061</link>
			<pubDate>Thu, 29 Mar 2012 16:03:21 +0000</pubDate>
			<dc:creator>fteixeira</dc:creator>
			<guid isPermaLink="false">49061@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Well, I replaced &#60;em&#62;the_excerpt&#60;/em&#62; with &#60;em&#62;the_content&#60;/em&#62; in line 118 of loop-index.php.&#60;/p&#62;
&#60;p&#62;Now it shows the full content of my posts.&#60;/p&#62;
&#60;p&#62;Hope I didn't mess around in the wrong place...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fteixeira on "About content width"</title>
			<link>http://www.kriesi.at/support/topic/about-content-width#post-49037</link>
			<pubDate>Thu, 29 Mar 2012 12:44:17 +0000</pubDate>
			<dc:creator>fteixeira</dc:creator>
			<guid isPermaLink="false">49037@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael, thank you for your answer, but it seems I didn't make myself clear.&#60;/p&#62;
&#60;p&#62;What I mean is, for instance, if you check Flashlight's demo at &#60;a href=&#34;http://www.kriesi.at/themes/flashlight/blog/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/flashlight/blog/&#60;/a&#62;, the first blog post ends with [...]. You can only read the full post if you click the title.&#60;/p&#62;
&#60;p&#62;What I'd like is to show full posts straight away on the main blog page (in this case showing all the photos and text), since I don't like having excerpts, &#34;read more&#34; buttons, or having to click the post.&#60;/p&#62;
&#60;p&#62;My old blog posts all have photos and they don't show up on the main blog page, only when you are in the single post page.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "About content width"</title>
			<link>http://www.kriesi.at/support/topic/about-content-width#post-48999</link>
			<pubDate>Thu, 29 Mar 2012 08:39:12 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">48999@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;You can increase the size of post lines Settings &#38;gt; Writing &#38;gt; Size of the post box. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fteixeira on "About content width"</title>
			<link>http://www.kriesi.at/support/topic/about-content-width#post-48940</link>
			<pubDate>Thu, 29 Mar 2012 02:26:15 +0000</pubDate>
			<dc:creator>fteixeira</dc:creator>
			<guid isPermaLink="false">48940@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you, Dude!&#60;/p&#62;
&#60;p&#62;And another thing: how do I display full content on the main blog page? Instead of having posts cut off by &#34;[...]&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "About content width"</title>
			<link>http://www.kriesi.at/support/topic/about-content-width#post-48711</link>
			<pubDate>Wed, 28 Mar 2012 05:56:29 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">48711@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; You can't change the width of the content area without affecting the sidebars, etc. &#60;/p&#62;
&#60;p&#62;Try to add following code to css/custom.css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.content .box {
width: 600px;
}

#top .sidebar2 {
left: 932px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fteixeira on "About content width"</title>
			<link>http://www.kriesi.at/support/topic/about-content-width#post-48706</link>
			<pubDate>Wed, 28 Mar 2012 04:26:11 +0000</pubDate>
			<dc:creator>fteixeira</dc:creator>
			<guid isPermaLink="false">48706@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello there and thank you for an amazing theme! It has everything I could ask for.&#60;/p&#62;
&#60;p&#62;There's just one change I'd like to make so Flashlight fits my needs like a glove. I'd really, really appreciate if you could let me know if there's an easy way to make all content 600 pxs wide without messing up sidebars, thumbnails and stuff. This is specially important for the blog and single posts, but it would be perfect to have it in pages too. I'm no expert so going all John Rambo on the code would probably mess up this beautiful theme.&#60;/p&#62;
&#60;p&#62;Thank you in advance, I'd appreciate any help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>holstphoto on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-39339</link>
			<pubDate>Mon, 30 Jan 2012 18:18:08 +0000</pubDate>
			<dc:creator>holstphoto</dc:creator>
			<guid isPermaLink="false">39339@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ah dont worry about previous post, I found it
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
