<?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: widen - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/widen</link>
		<description>Support Forum - Tag: widen - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 02:14:17 +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/widen" 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>
		<item>
			<title>skane on "How to change the menu item widths?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-the-menu-item-widths#post-20842</link>
			<pubDate>Fri, 10 Jun 2011 21:06:31 +0000</pubDate>
			<dc:creator>skane</dc:creator>
			<guid isPermaLink="false">20842@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;FYI, here's how I widened the drop down menu items:&#60;br /&#62;
-add a width to the following style,  &#60;strong&#62;#top .catnav li .sub-menu a&#60;/strong&#62;  &#60;/p&#62;
&#60;p&#62;You'll find it in whatever extra style sheet you've chosen: style1.css to style4.css, at about line 94.&#60;/p&#62;
&#60;p&#62;I widened mine to 225px to avoid text wrap on this site: &#60;a href=&#34;http://66.147.244.248/~integry3/&#34; rel=&#34;nofollow&#34;&#62;http://66.147.244.248/~integry3/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hmuscroft on "How to change the menu item widths?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-the-menu-item-widths#post-2226</link>
			<pubDate>Sat, 07 Aug 2010 18:17:08 +0000</pubDate>
			<dc:creator>hmuscroft</dc:creator>
			<guid isPermaLink="false">2226@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Many thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "How to change the menu item widths?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-the-menu-item-widths#post-2180</link>
			<pubDate>Sat, 07 Aug 2010 11:26:40 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">2180@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; @hmuscroft: @cwrigley's answer is correct.&#60;/p&#62;
&#60;p&#62;@cwrigley: Thanks for helping out! :) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cwrigley on "How to change the menu item widths?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-the-menu-item-widths#post-2116</link>
			<pubDate>Fri, 06 Aug 2010 15:48:10 +0000</pubDate>
			<dc:creator>cwrigley</dc:creator>
			<guid isPermaLink="false">2116@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In Style.css&#60;/p&#62;
&#60;p&#62;about Line 199&#60;/p&#62;
&#60;p&#62;Change Width Parm here:&#60;/p&#62;
&#60;p&#62;#top .nav a {&#60;br /&#62;
display:block;&#60;br /&#62;
float:left;&#60;br /&#62;
line-height:18px;&#60;br /&#62;
min-height:35px;&#60;br /&#62;
outline-color:-moz-use-text-color;&#60;br /&#62;
outline-style:none;&#60;br /&#62;
outline-width:medium;&#60;br /&#62;
padding:2px 10px;&#60;br /&#62;
text-decoration:none;&#60;br /&#62;
width:95px;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>efusjon on "How to change the menu item widths?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-the-menu-item-widths#post-2102</link>
			<pubDate>Fri, 06 Aug 2010 15:11:51 +0000</pubDate>
			<dc:creator>efusjon</dc:creator>
			<guid isPermaLink="false">2102@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I cannot answer your question but what you have done with the theme is amazing to me. It is probably simple how you setup the part describing the designer, mind sharing how you did that. My main use of the theme will be a blog and that would be a great way to lead&#60;br /&#62;
people to the blog part of the site.&#60;/p&#62;
&#60;p&#62;Great looking and really cool looking clothes and shoes as well. Too bad she does not design things for men as well.&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hmuscroft on "How to change the menu item widths?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-the-menu-item-widths#post-2084</link>
			<pubDate>Fri, 06 Aug 2010 11:07:34 +0000</pubDate>
			<dc:creator>hmuscroft</dc:creator>
			<guid isPermaLink="false">2084@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi - congratulations on an utterly SUPERB Wordpress theme!&#60;/p&#62;
&#60;p&#62;Just a quick question please :-&#60;/p&#62;
&#60;p&#62;I only have four menu items across the top of the page, but I would like each of them to be wider to avoid text wrapping. Please can you tell me how to increase the width allocated to either individual menus, or to increase the width for the whole menu (which should give more space to each item).&#60;/p&#62;
&#60;p&#62;You can take a look at the website here to see what I mean : &#60;a href=&#34;http://www.berenice.me.uk&#34; rel=&#34;nofollow&#34;&#62;http://www.berenice.me.uk&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Many thanks!&#60;/p&#62;
&#60;p&#62;Hedley
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
