<?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: dimensions - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/dimensions</link>
		<description>Support Forum - Tag: dimensions - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 15:43:45 +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/dimensions" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Change dimensions of slider"</title>
			<link>http://www.kriesi.at/support/topic/change-dimensions-of-slider#post-103146</link>
			<pubDate>Tue, 26 Mar 2013 12:42:27 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">103146@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey garydarling,&#60;/p&#62;
&#60;p&#62;That is actually a great solution though it is limited for a site wide use.&#60;/p&#62;
&#60;p&#62;Glad you found a solution that works for you :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>garydarling on "Change dimensions of slider"</title>
			<link>http://www.kriesi.at/support/topic/change-dimensions-of-slider#post-103047</link>
			<pubDate>Tue, 26 Mar 2013 00:16:07 +0000</pubDate>
			<dc:creator>garydarling</dc:creator>
			<guid isPermaLink="false">103047@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yeah, I have it set up that way, but it still serves them up in a landscape view. Not ideal for my customer who wants to display portrait headshots. But, I figured out the code changes needed, so if anyone else needs this solution here is what I did:&#60;/p&#62;
&#60;p&#62;The slider content container is 930px wide, when using the small left or small right slider the images are half that, so 435px wide. The width of a portrait shot is approximately 77% of its height. To get my images to display correctly I needed to create new thumbnails 435px wide by 563px high, cropped if necessary so the slider doesn't move up and down.&#60;/p&#62;
&#60;p&#62;Go into functions.php and find the section where additional thumbnails are registered, about line 70. Add a new image size like so:&#60;br /&#62;
&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;portrait&#38;#39;]				= array(&#38;#39;width&#38;#39;=&#38;gt;435, &#38;#39;height&#38;#39;=&#38;gt;563 );&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Now you need to tell the slider to use the new &#60;em&#62;portrait&#60;/em&#62; size. Open up includes/admin/helper-slideshow.php and look for this code block at about line 280:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(strpos($slide[&#38;#39;slideshow_image_layout&#38;#39;], &#38;#39;small&#38;#39;)  !== false)
					{
						$this-&#38;gt;img_size = &#38;#39;portfolio&#38;#39;; // change this to &#38;#39;portrait&#38;#39;
					}
					else
					{
						$this-&#38;gt;img_size = &#38;#39;featured&#38;#39;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Upload the modified files and check your handywork. Mine worked perfectly.&#60;/p&#62;
&#60;p&#62;I have NOT checked this thoroughly for side effects, so be sure to test this out before you go live. Mine is installed on a small site where ONLY this slider is being used.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Change dimensions of slider"</title>
			<link>http://www.kriesi.at/support/topic/change-dimensions-of-slider#post-102924</link>
			<pubDate>Mon, 25 Mar 2013 11:55:17 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">102924@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi garydarling,&#60;/p&#62;
&#60;p&#62;There isn't really a way to just change the slideshow dimensions by itself to get that effect because of the responsive layout and just how the slideshow is processed (being re-used site wide with variables).&#60;/p&#62;
&#60;p&#62;You can use the Image Size options tab to get the image un-resized in either a left or right position in the slideshow which is I think as close to what you are looking for that the theme offers without having a developer customize the slideshow output.&#60;/p&#62;
&#60;p&#62;The tab is in the image options for that specific page in the Featured media:&#60;br /&#62;
&#60;img src=&#34;http://i49.tinypic.com/11jaexg.png&#34;&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>garydarling on "Change dimensions of slider"</title>
			<link>http://www.kriesi.at/support/topic/change-dimensions-of-slider#post-102790</link>
			<pubDate>Sun, 24 Mar 2013 02:33:41 +0000</pubDate>
			<dc:creator>garydarling</dc:creator>
			<guid isPermaLink="false">102790@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;What is the best way to change the main slider dimensions so it displays images in a portrait orientation?&#60;/p&#62;
&#60;p&#62;The ideal dimensions would be 460px wide by 600px high
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Dimensions of the Columns (in the Shortcodes)"</title>
			<link>http://www.kriesi.at/support/topic/dimensions-of-the-columns-in-the-shortcodes#post-86744</link>
			<pubDate>Thu, 06 Dec 2012 07:10:19 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">86744@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just let us know :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hutzelm on "Dimensions of the Columns (in the Shortcodes)"</title>
			<link>http://www.kriesi.at/support/topic/dimensions-of-the-columns-in-the-shortcodes#post-86646</link>
			<pubDate>Wed, 05 Dec 2012 16:43:25 +0000</pubDate>
			<dc:creator>hutzelm</dc:creator>
			<guid isPermaLink="false">86646@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Oh okay, makes sense. I'll check back in here if we encounter problems.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Stephen
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Dimensions of the Columns (in the Shortcodes)"</title>
			<link>http://www.kriesi.at/support/topic/dimensions-of-the-columns-in-the-shortcodes#post-86530</link>
			<pubDate>Tue, 04 Dec 2012 21:01:51 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">86530@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi hutzelm,&#60;/p&#62;
&#60;p&#62;That is a bit hard to say. The shortcode columns are actually percentage based so they don't have a defined value. You should be able to use a larger image than the column size and have it scale down though it *may* require adding a class to adjust the image depending on the exact set up.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hutzelm on "Dimensions of the Columns (in the Shortcodes)"</title>
			<link>http://www.kriesi.at/support/topic/dimensions-of-the-columns-in-the-shortcodes#post-86461</link>
			<pubDate>Tue, 04 Dec 2012 16:06:06 +0000</pubDate>
			<dc:creator>hutzelm</dc:creator>
			<guid isPermaLink="false">86461@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;What is the width (in pixel dimensions) of a column in the 3-column layout (in the shortcode)? I'm creating images that I want to span the entire width of the column. I guess to prevent further forum posts, if it becomes necessary, could you tell me the width of the 2 and 4 column layout as well? &#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ajb on "Image dimensions for Propulsion"</title>
			<link>http://www.kriesi.at/support/topic/image-dimensions-for-propulsion#post-81121</link>
			<pubDate>Fri, 26 Oct 2012 05:28:37 +0000</pubDate>
			<dc:creator>Ajb</dc:creator>
			<guid isPermaLink="false">81121@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Image dimensions for Propulsion"</title>
			<link>http://www.kriesi.at/support/topic/image-dimensions-for-propulsion#post-81104</link>
			<pubDate>Thu, 25 Oct 2012 22:31:27 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">81104@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Try this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.product_column_4 .hr.hr_flag {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ajb on "Image dimensions for Propulsion"</title>
			<link>http://www.kriesi.at/support/topic/image-dimensions-for-propulsion#post-81089</link>
			<pubDate>Thu, 25 Oct 2012 21:00:26 +0000</pubDate>
			<dc:creator>Ajb</dc:creator>
			<guid isPermaLink="false">81089@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.createmeatshirt.com/product/go-long-womens&#34; rel=&#34;nofollow&#34;&#62;http://www.createmeatshirt.com/product/go-long-womens&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;At the bottom, you can see the thumbnail images are gone, but the &#34;RELATED PRODUCTS&#34; flag is still there&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Image dimensions for Propulsion"</title>
			<link>http://www.kriesi.at/support/topic/image-dimensions-for-propulsion#post-81044</link>
			<pubDate>Thu, 25 Oct 2012 12:27:05 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">81044@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ajb,&#60;/p&#62;
&#60;p&#62;Can you post a link to your site? so we can check it further.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ajb on "Image dimensions for Propulsion"</title>
			<link>http://www.kriesi.at/support/topic/image-dimensions-for-propulsion#post-81011</link>
			<pubDate>Thu, 25 Oct 2012 07:17:57 +0000</pubDate>
			<dc:creator>Ajb</dc:creator>
			<guid isPermaLink="false">81011@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Dude, &#60;/p&#62;
&#60;p&#62;That did not work..
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Image dimensions for Propulsion"</title>
			<link>http://www.kriesi.at/support/topic/image-dimensions-for-propulsion#post-80998</link>
			<pubDate>Thu, 25 Oct 2012 06:19:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">80998@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Add following code to css/custom.css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.related.products .hr{
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ajb on "Image dimensions for Propulsion"</title>
			<link>http://www.kriesi.at/support/topic/image-dimensions-for-propulsion#post-80986</link>
			<pubDate>Thu, 25 Oct 2012 04:31:18 +0000</pubDate>
			<dc:creator>Ajb</dc:creator>
			<guid isPermaLink="false">80986@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Ismael, It worked! The images are gone; however, the &#34;Related Products&#34; horizontal flag is still there. Any quick css to get rid of that?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Image dimensions for Propulsion"</title>
			<link>http://www.kriesi.at/support/topic/image-dimensions-for-propulsion#post-80983</link>
			<pubDate>Thu, 25 Oct 2012 04:18:27 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">80983@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ajb,&#60;/p&#62;
&#60;p&#62;Try to add this code in your Quick CSS or custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.related.products {
   display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.related.products {
   display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ajb on "Image dimensions for Propulsion"</title>
			<link>http://www.kriesi.at/support/topic/image-dimensions-for-propulsion#post-80976</link>
			<pubDate>Thu, 25 Oct 2012 03:15:42 +0000</pubDate>
			<dc:creator>Ajb</dc:creator>
			<guid isPermaLink="false">80976@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you, and is there anyway that i can remove the &#34;related products&#34; at the bottom of my product pages?&#60;br /&#62;
Thanks again
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Image dimensions for Propulsion"</title>
			<link>http://www.kriesi.at/support/topic/image-dimensions-for-propulsion#post-80969</link>
			<pubDate>Thu, 25 Oct 2012 02:26:53 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">80969@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ajb,&#60;/p&#62;
&#60;p&#62;I believe the widest images used are 930px wide. If you keep the height to a minimum of 340px it should give you good performance without any un-needed overage.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ajb on "Image dimensions for Propulsion"</title>
			<link>http://www.kriesi.at/support/topic/image-dimensions-for-propulsion#post-80965</link>
			<pubDate>Thu, 25 Oct 2012 02:07:29 +0000</pubDate>
			<dc:creator>Ajb</dc:creator>
			<guid isPermaLink="false">80965@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;What are the image dimensions for the propulsion theme? I did an performance test on my website and it gets an &#34;F&#34; because i &#34;scaled&#34; my images down.  Any advice on how to make this better?&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Ideal Dimensions for Slideshow Images"</title>
			<link>http://www.kriesi.at/support/topic/ideal-dimensions-for-slideshow-images#post-74125</link>
			<pubDate>Mon, 03 Sep 2012 08:17:18 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">74125@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad to help. &#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hutzelm on "Ideal Dimensions for Slideshow Images"</title>
			<link>http://www.kriesi.at/support/topic/ideal-dimensions-for-slideshow-images#post-74086</link>
			<pubDate>Sun, 02 Sep 2012 17:17:24 +0000</pubDate>
			<dc:creator>hutzelm</dc:creator>
			<guid isPermaLink="false">74086@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Okay, great.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Ideal Dimensions for Slideshow Images"</title>
			<link>http://www.kriesi.at/support/topic/ideal-dimensions-for-slideshow-images#post-74006</link>
			<pubDate>Sat, 01 Sep 2012 23:43:02 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">74006@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Suggested image slider size is 990x360px. You can change that by editing your functions.php, find this code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;featured&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;990, &#38;#39;height&#38;#39;=&#38;gt;360 );						// images for fullsize pages and fullsize slider&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regenerate thumbnails. &#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hutzelm on "Ideal Dimensions for Slideshow Images"</title>
			<link>http://www.kriesi.at/support/topic/ideal-dimensions-for-slideshow-images#post-73991</link>
			<pubDate>Sat, 01 Sep 2012 20:23:57 +0000</pubDate>
			<dc:creator>hutzelm</dc:creator>
			<guid isPermaLink="false">73991@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;We're having images custom-designed for the slideshow on the homepage and were inquiring as to what the ideal dimensions for them would be. Our homepage will closely resemble the sample: &#60;a href=&#34;http://www.kriesi.at/themes/coherence/welcome/#&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/coherence/welcome/#&#60;/a&#62;!prettyPhoto .&#60;/p&#62;
&#60;p&#62;Any help you could provide would be appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Angular: Homepage slideshow size"</title>
			<link>http://www.kriesi.at/support/topic/angular-homepage-slideshow-size#post-73576</link>
			<pubDate>Thu, 30 Aug 2012 04:01:12 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">73576@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi mila_m,&#60;/p&#62;
&#60;p&#62;Glad that Mya helped you. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mila_m on "Angular: Homepage slideshow size"</title>
			<link>http://www.kriesi.at/support/topic/angular-homepage-slideshow-size#post-73538</link>
			<pubDate>Wed, 29 Aug 2012 21:34:43 +0000</pubDate>
			<dc:creator>mila_m</dc:creator>
			<guid isPermaLink="false">73538@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Found it - I changed 340 to 620, uploaded the functions.php back onto the ftp, and re-uploaded the featured images so that the new sizes would take.&#60;/p&#62;
&#60;p&#62;$avia_config['imgSize']['featured'] 		 	= array('width'=&#38;gt;930, 'height'=&#38;gt;620);		// images for fullsize pages and fullsize&#60;/p&#62;
&#60;p&#62;Thanks! ... again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Angular: Homepage slideshow size"</title>
			<link>http://www.kriesi.at/support/topic/angular-homepage-slideshow-size#post-73386</link>
			<pubDate>Wed, 29 Aug 2012 02:20:52 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">73386@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi mila_m,&#60;/p&#62;
&#60;p&#62;If you look in functions.php you'll see a section that list image sizes that you can change.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mila_m on "Angular: Homepage slideshow size"</title>
			<link>http://www.kriesi.at/support/topic/angular-homepage-slideshow-size#post-73381</link>
			<pubDate>Wed, 29 Aug 2012 02:06:30 +0000</pubDate>
			<dc:creator>mila_m</dc:creator>
			<guid isPermaLink="false">73381@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm building a site for a photographer and want to feature a full-page homepage slideshow of his portfolio. Any way to change the dimensions/scale of the images so that they are more proportionate to the scale of an average photograph? &#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Logo size"</title>
			<link>http://www.kriesi.at/support/topic/logo-size-1#post-42561</link>
			<pubDate>Mon, 20 Feb 2012 14:38:44 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">42561@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; jamesgeiger,&#60;/p&#62;
&#60;p&#62;do you want instructions for the GMCLA site or for the Flashlight theme? &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jamesgeiger on "Logo size"</title>
			<link>http://www.kriesi.at/support/topic/logo-size-1#post-42061</link>
			<pubDate>Thu, 16 Feb 2012 17:52:04 +0000</pubDate>
			<dc:creator>jamesgeiger</dc:creator>
			<guid isPermaLink="false">42061@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;br /&#62;
Would you please send me the same instructions after you take a look at Jorisvh's site?  I have a client who has a full-width banner that they really really really want to use.  I told them that I can probably get you two-thirds (600px) there.  Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Logo size"</title>
			<link>http://www.kriesi.at/support/topic/logo-size-1#post-41977</link>
			<pubDate>Thu, 16 Feb 2012 07:01:04 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">41977@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In your Quick CSS or custom.css you can add this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .bg-logo, #top .bg-logo a{
width:400px; height: 200px;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Of course you can change the values.&#60;br /&#62;
It might cut some parts off - if you can link me to your page I can provide more specific instructions.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
