<?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: CHANGE LOGO SIZE</title>
		<link>http://www.kriesi.at/support/topic/change-logo-size-1</link>
		<description>Support Forum - Topic: CHANGE LOGO SIZE</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 10:39:20 +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/change-logo-size-1" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "CHANGE LOGO SIZE"</title>
			<link>http://www.kriesi.at/support/topic/change-logo-size-1#post-83551</link>
			<pubDate>Tue, 13 Nov 2012 02:38:48 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">83551@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi fredbussy,&#60;/p&#62;
&#60;p&#62;Glad that Devin and Nick helped you. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fredbussy on "CHANGE LOGO SIZE"</title>
			<link>http://www.kriesi.at/support/topic/change-logo-size-1#post-83519</link>
			<pubDate>Mon, 12 Nov 2012 21:14:14 +0000</pubDate>
			<dc:creator>fredbussy</dc:creator>
			<guid isPermaLink="false">83519@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;tnaks egain it's ok ^^
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "CHANGE LOGO SIZE"</title>
			<link>http://www.kriesi.at/support/topic/change-logo-size-1#post-83492</link>
			<pubDate>Mon, 12 Nov 2012 16:40:35 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">83492@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi fredbussy,&#60;/p&#62;
&#60;p&#62;For #1, I'm not sure what you mean. If you have an image or additional description of what you mean maybe we can help.&#60;/p&#62;
&#60;p&#62;You can modify the copyright text size with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#socket {
font-size: 12px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I'm not sure what you mean by the menu hiding parts of the page, on that example there isn't any overlap that I can see.&#60;/p&#62;
&#60;p&#62;For the product thumbnails, you can open and edit woocommerce-config&#38;gt;config.php and change the height of the shop_catalog array so that the height is the same as the width and force it to crop images. So change&#60;br /&#62;
&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;shop_catalog&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;200, &#38;#39;height&#38;#39;=&#38;gt;140);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;to&#60;br /&#62;
&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;shop_catalog&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;200, &#38;#39;height&#38;#39;=&#38;gt;140, &#38;#39;crop&#38;#39;=&#38;gt;true);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fredbussy on "CHANGE LOGO SIZE"</title>
			<link>http://www.kriesi.at/support/topic/change-logo-size-1#post-83348</link>
			<pubDate>Sun, 11 Nov 2012 20:02:58 +0000</pubDate>
			<dc:creator>fredbussy</dc:creator>
			<guid isPermaLink="false">83348@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi Nick&#60;/p&#62;
&#60;p&#62;thank you for the repnse. but its not give the result that i respect ,i want that the logo take more place &#60;/p&#62;
&#60;p&#62;I also have another question&#60;/p&#62;
&#60;p&#62;1: How to not totally hidd the background image by the menu or the page. &#60;a href=&#34;http://robertschad.eu/sculptures/&#34; rel=&#34;nofollow&#34;&#62;http://robertschad.eu/sculptures/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;2: I used this code to change the size of menu&#60;br /&#62;
. sidebar. boxes,&#60;br /&#62;
. sidebar # search-2,&#60;br /&#62;
. # sidebar {socket&#60;br /&#62;
  background: # F2E0F7! important;&#60;br /&#62;
  border-style: solid;&#60;br /&#62;
  border-color: black;&#60;br /&#62;
  width: 200px;&#60;br /&#62;
}&#60;br /&#62;
but there are some probleme :&#60;br /&#62;
* the copyright does not have the same size&#60;br /&#62;
* The new size hide a parte of the ather page : &#60;a href=&#34;http://myshowroom1.hebergratuit.com/?page_id=11&#34; rel=&#34;nofollow&#34;&#62;http://myshowroom1.hebergratuit.com/?page_id=11&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;and finaly how to have the same size of all product thumbnail &#60;/p&#62;
&#60;p&#62;please help me
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "CHANGE LOGO SIZE"</title>
			<link>http://www.kriesi.at/support/topic/change-logo-size-1#post-83339</link>
			<pubDate>Sun, 11 Nov 2012 18:31:20 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">83339@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Bonjour,&#60;/p&#62;
&#60;p&#62;Le code CSS ci-dessous est la taille actuelle de l'image, s'il vous plaît le changer et l'ajouter à la CSS rapide situé dans le backend administration du thème. Le code que vous essayez d'utiliser n'est pas speicific suffisamment pour qu'elle touchées chaque image.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .bg-logo, #top .bg-logo a {
height: 85px;
width: 180px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Merci,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fredbussy on "CHANGE LOGO SIZE"</title>
			<link>http://www.kriesi.at/support/topic/change-logo-size-1#post-83193</link>
			<pubDate>Sat, 10 Nov 2012 08:17:24 +0000</pubDate>
			<dc:creator>fredbussy</dc:creator>
			<guid isPermaLink="false">83193@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;bonjour&#60;br /&#62;
j'essaie de changer la taille du logo avec : img { height:100px; width:200px;&#60;br /&#62;
}&#60;br /&#62;
mais sa changé aussi tous les images du site .
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
