<?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: Different width in double sidebar</title>
		<link>http://www.kriesi.at/support/topic/different-width-in-double-sidebar</link>
		<description>Support Forum - Topic: Different width in double sidebar</description>
		<language>en-US</language>
		<pubDate>Tue, 18 Jun 2013 21:02:26 +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/different-width-in-double-sidebar" rel="self" type="application/rss+xml" />

		<item>
			<title>James Morrison on "Different width in double sidebar"</title>
			<link>http://www.kriesi.at/support/topic/different-width-in-double-sidebar#post-761</link>
			<pubDate>Sun, 25 Jul 2010 08:26:32 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">761@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Glad it was easy to follow. If you need help with other things, let me know. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thomasmin on "Different width in double sidebar"</title>
			<link>http://www.kriesi.at/support/topic/different-width-in-double-sidebar#post-718</link>
			<pubDate>Sat, 24 Jul 2010 19:13:59 +0000</pubDate>
			<dc:creator>thomasmin</dc:creator>
			<guid isPermaLink="false">718@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Fantastic. you made it soooo easy. &#60;/p&#62;
&#60;p&#62;thanks for the great support. it works perfectly with your guidance!&#60;/p&#62;
&#60;p&#62;I have a few other things that puzzle me but i think i can figure it out, if not i will post here.&#60;/p&#62;
&#60;p&#62;Best
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Different width in double sidebar"</title>
			<link>http://www.kriesi.at/support/topic/different-width-in-double-sidebar#post-707</link>
			<pubDate>Sat, 24 Jul 2010 17:59:06 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">707@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;There are a couple of changes you need to make to do this:&#60;/p&#62;
&#60;p&#62;1.) Open up sidebar.php and find this line:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;foreach($k_option[&#38;#39;custom&#38;#39;][&#38;#39;sidebars&#38;#39;] as $sidebar)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;On the line &#60;strong&#62;before&#60;/strong&#62; add this code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$counter = 1;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;2.) Then find this line in sidebar.php (literally a couple down from the last one):&#60;/p&#62;
&#60;p&#62;&#60;code&#62;echo &#38;quot;&#38;lt;div class=&#38;#39;sidebar &#38;quot;.$sidebarSize.&#38;quot;&#38;#39;&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and change it to this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;echo &#38;quot;&#38;lt;div class=&#38;#39;sidebar &#38;quot;.$sidebarSize.&#38;quot; sidebar-&#38;quot;.$counter.&#38;quot;&#38;#39;&#38;gt;&#38;quot;; $counter ++;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;3.) You need to add this code to your style.css file:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.sidebar-1 {
width: 100px !important;
}

.sidebar-2 {
width: 200px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Step 1 adds a counter to the page outside the foreach code.&#60;/p&#62;
&#60;p&#62;Step 2 echo's (prints) the existing counter value (1 for the first sidebar) and then increases the counter count by 1. Because we use a foreach command to display the sidebars, the next sidebar's counter value is 2.&#60;/p&#62;
&#60;p&#62;Step 3 adds the necessary CSS to change the sidebar width. The !important statement ensures that this size overrides any existing value.&#60;/p&#62;
&#60;p&#62;Hope this helps, if you have any further questions let me know.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thomasmin on "Different width in double sidebar"</title>
			<link>http://www.kriesi.at/support/topic/different-width-in-double-sidebar#post-661</link>
			<pubDate>Sat, 24 Jul 2010 13:24:24 +0000</pubDate>
			<dc:creator>thomasmin</dc:creator>
			<guid isPermaLink="false">661@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I'd like to know how i will change the size of the double sidebar, for example, now they are both 150pixels, I would like to make the left 100px and the right 200px, can you give me some guidance please? i'm really struggling with this, &#60;/p&#62;
&#60;p&#62;Thank you&#60;/p&#62;
&#60;p&#62;(this looks like a great forum btw, great job)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
