<?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: Increase logo width (menu sidebar)</title>
		<link>http://www.kriesi.at/support/topic/menu-sidebar-width</link>
		<description>Support Forum - Topic: Increase logo width (menu sidebar)</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 22:42:35 +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/menu-sidebar-width" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Increase logo width (menu sidebar)"</title>
			<link>http://www.kriesi.at/support/topic/menu-sidebar-width#post-37432</link>
			<pubDate>Thu, 12 Jan 2012 09:02:31 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">37432@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that Chris could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Muehle on "Increase logo width (menu sidebar)"</title>
			<link>http://www.kriesi.at/support/topic/menu-sidebar-width#post-37425</link>
			<pubDate>Thu, 12 Jan 2012 08:49:08 +0000</pubDate>
			<dc:creator>Muehle</dc:creator>
			<guid isPermaLink="false">37425@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thx a lot!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Increase logo width (menu sidebar)"</title>
			<link>http://www.kriesi.at/support/topic/menu-sidebar-width#post-37403</link>
			<pubDate>Thu, 12 Jan 2012 05:30:56 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">37403@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;in your Quick CSS or custom.css you can add&#60;br /&#62;
&#60;code&#62;.arrowslidecontrolls_fullscreen{width:200px !important;}&#60;/code&#62;&#60;br /&#62;
the value can be anything you like.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Muehle on "Increase logo width (menu sidebar)"</title>
			<link>http://www.kriesi.at/support/topic/menu-sidebar-width#post-37322</link>
			<pubDate>Wed, 11 Jan 2012 14:03:52 +0000</pubDate>
			<dc:creator>Muehle</dc:creator>
			<guid isPermaLink="false">37322@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://22degree.de/work/Ho3/&#34; rel=&#34;nofollow&#34;&#62;http://22degree.de/work/Ho3/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;thx ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Increase logo width (menu sidebar)"</title>
			<link>http://www.kriesi.at/support/topic/menu-sidebar-width#post-37313</link>
			<pubDate>Wed, 11 Jan 2012 13:27:49 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">37313@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
can you post a link to your website please?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Muehle on "Increase logo width (menu sidebar)"</title>
			<link>http://www.kriesi.at/support/topic/menu-sidebar-width#post-37306</link>
			<pubDate>Wed, 11 Jan 2012 12:59:16 +0000</pubDate>
			<dc:creator>Muehle</dc:creator>
			<guid isPermaLink="false">37306@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hey,&#60;/p&#62;
&#60;p&#62;i did the same, but now the white bar with &#34;hide sidebar &#38;amp; ...&#34; doesn't fit to the inner sidebar.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Increase logo width (menu sidebar)"</title>
			<link>http://www.kriesi.at/support/topic/menu-sidebar-width#post-32325</link>
			<pubDate>Fri, 18 Nov 2011 15:45:39 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">32325@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes - perfect :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rikgeijsen on "Increase logo width (menu sidebar)"</title>
			<link>http://www.kriesi.at/support/topic/menu-sidebar-width#post-32292</link>
			<pubDate>Fri, 18 Nov 2011 12:14:51 +0000</pubDate>
			<dc:creator>rikgeijsen</dc:creator>
			<guid isPermaLink="false">32292@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for your quick reply! &#60;/p&#62;
&#60;p&#62;I've added this code to adjust the size of the logo image:&#60;br /&#62;
It works, so I assume it's correct?! &#60;/p&#62;
&#60;p&#62; .logo img{&#60;br /&#62;
min-width: 200px;&#60;br /&#62;
max-width: 200px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.bg-logo, .bg-logo a{&#60;br /&#62;
height:85px;&#60;br /&#62;
min-width:200px;&#60;br /&#62;
width:200px;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Increase logo width (menu sidebar)"</title>
			<link>http://www.kriesi.at/support/topic/menu-sidebar-width#post-32270</link>
			<pubDate>Fri, 18 Nov 2011 09:56:21 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">32270@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
Add following code to css/custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.sidebar {
    margin: 0 0 0 -20px;
    width: 240px;
}

.inner_sidebar {
    width: 240px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I.e. here I increased the width about 20px (from 220px to 240px). If you want to increas it to i.e. 260 you need to adjust the margin value accordingly (in this case to -40px).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rikgeijsen on "Increase logo width (menu sidebar)"</title>
			<link>http://www.kriesi.at/support/topic/menu-sidebar-width#post-32216</link>
			<pubDate>Thu, 17 Nov 2011 21:53:55 +0000</pubDate>
			<dc:creator>rikgeijsen</dc:creator>
			<guid isPermaLink="false">32216@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've searched, but I can't find the answer. How can I change the width of the menu sidebar (for example: 300px in stead of 220 px). So I can use a logo with 280px width. &#60;/p&#62;
&#60;p&#62;Which custum css can I use?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
