<?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: Footer not 4 colums but 3 or 2</title>
		<link>http://www.kriesi.at/support/topic/footer-not-4-colums-but-3-or-2</link>
		<description>Support Forum - Topic: Footer not 4 colums but 3 or 2</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 07:20:06 +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/footer-not-4-colums-but-3-or-2" rel="self" type="application/rss+xml" />

		<item>
			<title>Watzpatzkowski on "Footer not 4 colums but 3 or 2"</title>
			<link>http://www.kriesi.at/support/topic/footer-not-4-colums-but-3-or-2#post-6645</link>
			<pubDate>Thu, 14 Oct 2010 08:39:02 +0000</pubDate>
			<dc:creator>Watzpatzkowski</dc:creator>
			<guid isPermaLink="false">6645@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks :D
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Footer not 4 colums but 3 or 2"</title>
			<link>http://www.kriesi.at/support/topic/footer-not-4-colums-but-3-or-2#post-6636</link>
			<pubDate>Thu, 14 Oct 2010 07:06:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">6636@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Mansize Rooster for helping us out. Your code is correct and a sexy solution :).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mansize Rooster on "Footer not 4 colums but 3 or 2"</title>
			<link>http://www.kriesi.at/support/topic/footer-not-4-colums-but-3-or-2#post-6583</link>
			<pubDate>Wed, 13 Oct 2010 15:43:34 +0000</pubDate>
			<dc:creator>Mansize Rooster</dc:creator>
			<guid isPermaLink="false">6583@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In &#60;strong&#62;widgets.php&#60;/strong&#62; locate the following code and delete the columns you don't want.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$k_option[&#38;#39;custom&#38;#39;][&#38;#39;footer&#38;#39;] = array(&#38;#39;column1&#38;#39;,&#38;#39;column2&#38;#39;,&#38;#39;column3&#38;#39;,&#38;#39;column4&#38;#39;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;For example if you want two columns the code should look like:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$k_option[&#38;#39;custom&#38;#39;][&#38;#39;footer&#38;#39;] = array(&#38;#39;column1&#38;#39;,&#38;#39;column2&#38;#39;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;In &#60;strong&#62;footer.php&#60;/strong&#62; locate the following line:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;if($columns == 4){$last = &#38;quot;last&#38;quot;; }&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Change it to:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;if($columns == 2){$last = &#38;quot;last&#38;quot;; }&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;In &#60;strong&#62;style.css&#60;/strong&#62; locate:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.footerColumn{overflow:hidden; float:left; position: relative; margin-right:40px; width:182px; font-size:11px;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Change the width to your desired width. For example:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.footerColumn{overflow:hidden; float:left; position: relative; margin-right:40px; width:400px; font-size:11px;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Log into your WP-Admin panel and view your widget areas. You should now only have two Footer Widgets.&#60;/p&#62;
&#60;p&#62;This may not be the best method as I'm not a developer, but I have a pretty good understanding of the code when I look at it and to me that gave the desired result :)&#60;/p&#62;
&#60;p&#62;Might need the official support team here to give my method the once over to make sure it's correct :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Watzpatzkowski on "Footer not 4 colums but 3 or 2"</title>
			<link>http://www.kriesi.at/support/topic/footer-not-4-colums-but-3-or-2#post-6562</link>
			<pubDate>Wed, 13 Oct 2010 09:17:19 +0000</pubDate>
			<dc:creator>Watzpatzkowski</dc:creator>
			<guid isPermaLink="false">6562@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I want to change the number of colums on the footer. I only need 2 or 3 colums and I want those 2 or 3 widget to fil up the entire width.&#60;/p&#62;
&#60;p&#62;Can you tell me which files to adjust. Or is this not easily done.&#60;/p&#62;
&#60;p&#62;I tried to lower the $columns == 4 number but that didn't help.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
