<?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: page width - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/page-width</link>
		<description>Support Forum - Tag: page width - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 12:19:11 +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/page-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>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>Dude on "Changing the default width of the page and widget size"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-default-width-of-the-page-and-widget-size#post-39977</link>
			<pubDate>Fri, 03 Feb 2012 07:58:47 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">39977@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can change the width(s) in style.css - search for following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#content {
    float: right;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 640px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#sidebar {
    float: left;
    margin-right: 50px;
    overflow: hidden;
    position: relative;
    width: 250px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Adjust the width values (and margin-right value if you like) as required.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>steveaz on "Changing the default width of the page and widget size"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-default-width-of-the-page-and-widget-size#post-39871</link>
			<pubDate>Thu, 02 Feb 2012 18:22:22 +0000</pubDate>
			<dc:creator>steveaz</dc:creator>
			<guid isPermaLink="false">39871@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can anyone tell me where to edit the default width of the page and blog post. Also the widget area as well. &#60;/p&#62;
&#60;p&#62;I need about 40 more PX on the page and 40 less PX on the widget side. My theme is display. Check out this page. &#60;a href=&#34;http://www.steveolsongroup.com/homes-for-sale-details/3822-N-36TH-STREET-PHOENIX-AZ-85018/4710039/123/&#34; rel=&#34;nofollow&#34;&#62;http://www.steveolsongroup.com/homes-for-sale-details/3822-N-36TH-STREET-PHOENIX-AZ-85018/4710039/123/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The property cuts off at the end just barely. Thoughts?
&#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>
		<item>
			<title>holstphoto on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-39338</link>
			<pubDate>Mon, 30 Jan 2012 18:12:55 +0000</pubDate>
			<dc:creator>holstphoto</dc:creator>
			<guid isPermaLink="false">39338@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi &#60;/p&#62;
&#60;p&#62;Thanks for the great theme, it rocks, beautiful and quick.&#60;br /&#62;
I have followed the instruction to make the page wider with codes above, however the right sidebar is being hidden under the content, how do I adjust code for this.?&#60;br /&#62;
to move the sidebar over more to the right.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kolzow on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-36912</link>
			<pubDate>Sat, 07 Jan 2012 22:47:44 +0000</pubDate>
			<dc:creator>kolzow</dc:creator>
			<guid isPermaLink="false">36912@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hmm tried the specific post id  with out success, drop it into the quick css.  the page is meganredmond.com/tour
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-36876</link>
			<pubDate>Sat, 07 Jan 2012 12:58:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">36876@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can try:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.single-post .content .box, .page .template-blog.content .box {
min-width: 430px;
width: 650px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>hotspot01 on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-36835</link>
			<pubDate>Sat, 07 Jan 2012 00:49:32 +0000</pubDate>
			<dc:creator>hotspot01</dc:creator>
			<guid isPermaLink="false">36835@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is there a way to make this code work so that only 'Posts' are wider but 'Pages' remain normal? I want to make my blog posts wider but leave everything else the same. I also don't want to have to add this code for every post I make.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-36747</link>
			<pubDate>Fri, 06 Jan 2012 08:00:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">36747@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hotspot01 on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-36714</link>
			<pubDate>Thu, 05 Jan 2012 19:45:08 +0000</pubDate>
			<dc:creator>hotspot01</dc:creator>
			<guid isPermaLink="false">36714@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Worked like a charm! thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-36710</link>
			<pubDate>Thu, 05 Jan 2012 19:32:15 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">36710@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The body tag of each page/post/archive, etc. offers a page/post specific class. You can see it in the html source code (right click &#38;gt; view source code) Then add it to the previous posted code like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.postid-437 .content .box {
min-width: 430px;
width: 650px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The code above would affect the post with the id 437.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hotspot01 on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-36674</link>
			<pubDate>Thu, 05 Jan 2012 13:44:44 +0000</pubDate>
			<dc:creator>hotspot01</dc:creator>
			<guid isPermaLink="false">36674@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This code worked great for me as well. However I would like to make the content area on the Contact page and another page a different. Is there something that I can add to this code to make that possible?&#60;/p&#62;
&#60;p&#62;.content .box {&#60;br /&#62;
    min-width: 430px;&#60;br /&#62;
    width: 650px;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kolzow on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-36372</link>
			<pubDate>Mon, 02 Jan 2012 19:17:17 +0000</pubDate>
			<dc:creator>kolzow</dc:creator>
			<guid isPermaLink="false">36372@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;To do this on a specific page , what would i add?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kscooley on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-36190</link>
			<pubDate>Fri, 30 Dec 2011 12:41:21 +0000</pubDate>
			<dc:creator>kscooley</dc:creator>
			<guid isPermaLink="false">36190@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Perfect!  I was just looking for this info here and couldn't find it through search.  (Was checking for content width, not page.)  Added the code, adjusted and it works like a charm.  Thanks, Dude!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-30314</link>
			<pubDate>Mon, 24 Oct 2011 05:17:32 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">30314@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>d40 on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-30298</link>
			<pubDate>Sun, 23 Oct 2011 23:00:52 +0000</pubDate>
			<dc:creator>d40</dc:creator>
			<guid isPermaLink="false">30298@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Worked great - thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-30246</link>
			<pubDate>Sun, 23 Oct 2011 08:01:00 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">30246@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in css/custom.css add following code and adjust the width values:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.content .box {
    min-width: 430px;
    width: 430px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>d40 on "Making Page Width Wider"</title>
			<link>http://www.kriesi.at/support/topic/making-page-width-wider#post-30203</link>
			<pubDate>Sat, 22 Oct 2011 20:43:35 +0000</pubDate>
			<dc:creator>d40</dc:creator>
			<guid isPermaLink="false">30203@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I can often dig through the code and figure things like this out, but your PHP is fairly complex...&#60;/p&#62;
&#60;p&#62;I need to make the width of a page (and maybe the blog post page) wider.  I need more room for the content, expecially since I'll need to embed video.&#60;/p&#62;
&#60;p&#62;Could you point me in the right direction to do this?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
D40
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
