<?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: Widen Website</title>
		<link>http://www.kriesi.at/support/topic/widen-website</link>
		<description>Support Forum - Topic: Widen Website</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 12:19:27 +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/widen-website" rel="self" type="application/rss+xml" />

		<item>
			<title>Kriesi on "Widen Website"</title>
			<link>http://www.kriesi.at/support/topic/widen-website#post-47307</link>
			<pubDate>Tue, 20 Mar 2012 23:11:33 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">47307@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;So if I understand it correctly you want a website that is responsive to the browser width? &#60;/p&#62;
&#60;p&#62;If thats the case I am sorry that I have to disappoint you, this task is way too much for a forum support request. Modifying a theme to be responsive and work perfectly fine can take up several hours. If you need a modification like this:&#60;/p&#62;
&#60;p&#62;I have recently opened a thread on themeforest for authors who can be hired and know their way around WordPress. You might want to contact one of those:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://themeforest.net/forums/thread/so-you-know-how-to-customize-a-template-and-want-to-make-some-money/24795?page=1&#34; rel=&#34;nofollow&#34;&#62;http://themeforest.net/forums/thread/so-you-know-how-to-customize-a-template-and-want-to-make-some-money/24795?page=1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Hope this helps!&#60;br /&#62;
Best regards&#60;/p&#62;
&#60;p&#62;Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>raquelreis on "Widen Website"</title>
			<link>http://www.kriesi.at/support/topic/widen-website#post-46880</link>
			<pubDate>Sun, 18 Mar 2012 19:36:48 +0000</pubDate>
			<dc:creator>raquelreis</dc:creator>
			<guid isPermaLink="false">46880@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I read the post above, but would like a different solution.&#60;/p&#62;
&#60;p&#62;I am using the default styles.css and minimal css. I would like to add to the custom.css so that the page is wider.&#60;/p&#62;
&#60;p&#62;I understand the default width is 960px with (some default padding/margins and...) the sidebar as 290 and the content as 640.&#60;/p&#62;
&#60;p&#62;DESIRED&#60;/p&#62;
&#60;p&#62;What I would like is a sidebar wide enough so my widgets can be 300 wide, so maybe a sidebar of 310 or 320 (that means 300 + whatever default padding is there) and a content area that is minimum 640 (like now) and maximum 800. On my monitor with 1440 wide, I should see the full 800 width. The 'site' can float in the center of the browser window exactly as it does by default. That is fine.&#60;/p&#62;
&#60;p&#62;SUMMARY&#60;/p&#62;
&#60;p&#62;What css do I add to the custom css so that I have a sidebar width of 320 and a content of minimum-width 640 and maximum 800. Thanks for your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Widen Website"</title>
			<link>http://www.kriesi.at/support/topic/widen-website#post-45383</link>
			<pubDate>Fri, 09 Mar 2012 15:51:36 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">45383@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! if you want to use a single page on the front page simply select the full width template as layout to display a page without sidebar.&#60;/p&#62;
&#60;p&#62;If you want the blog page on your front page to have no sidebar open the index.php file and change the class of the template blog div from&#60;/p&#62;
&#60;pre&#62;
class='content grid9 first'
&#60;/pre&#62;
&#60;p&#62;to&#60;/p&#62;
&#60;pre&#62;
class='content grid12 first'
&#60;/pre&#62;
&#60;p&#62;then remove the &#60;/p&#62;
&#60;pre&#62;
get_sidebar();
&#60;/pre&#62;
&#60;p&#62;at the bottom.&#60;/p&#62;
&#60;p&#62;Last but not least you would need to modify the picture size for preview images to your likings in functions.php&#60;/p&#62;
&#60;pre&#62;
$avia_config['imgSize']['blog'] 		= array('width'=&#38;gt;574, 'height'=&#38;gt;200);		// image for blog posts
&#60;/pre&#62;
&#60;p&#62;modify the width to 741&#60;/p&#62;
&#60;pre&#62;
$avia_config['imgSize']['blog'] 		= array('width'=&#38;gt;741, 'height'=&#38;gt;200);		// image for blog posts
&#60;/pre&#62;
&#60;p&#62;If you want to use your blog on a subpage and not the frontpage you would need to do the same modifications with the template-blog.php file
&#60;/p&#62;</description>
		</item>
		<item>
			<title>redfalcon on "Widen Website"</title>
			<link>http://www.kriesi.at/support/topic/widen-website#post-45257</link>
			<pubDate>Thu, 08 Mar 2012 22:05:30 +0000</pubDate>
			<dc:creator>redfalcon</dc:creator>
			<guid isPermaLink="false">45257@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, once I started looking at it, as long as I can have help removing the right sidebar on the front page to have my content span the width of the boxed layout, I won't need to actually widen the entire website.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Widen Website"</title>
			<link>http://www.kriesi.at/support/topic/widen-website#post-45108</link>
			<pubDate>Thu, 08 Mar 2012 08:22:09 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">45108@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; This is not easily possible because the layout is build on a 960px grid and if you change the box dimensions you'll break the existing layout (column widths, etc.). &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>redfalcon on "Widen Website"</title>
			<link>http://www.kriesi.at/support/topic/widen-website#post-45042</link>
			<pubDate>Wed, 07 Mar 2012 21:31:51 +0000</pubDate>
			<dc:creator>redfalcon</dc:creator>
			<guid isPermaLink="false">45042@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm using the boxed layout and was wondering if there was an easy way to widen the box bounds?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
