<?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: CORONA footer columns: how to change the columns with a 2/3 widget width?</title>
		<link>http://www.kriesi.at/support/topic/corona-footer-columns-how-to-change-the-columns-with-a-23-widget-width</link>
		<description>Support Forum - Topic: CORONA footer columns: how to change the columns with a 2/3 widget width?</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 13:50:21 +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/corona-footer-columns-how-to-change-the-columns-with-a-23-widget-width" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "CORONA footer columns: how to change the columns with a 2/3 widget width?"</title>
			<link>http://www.kriesi.at/support/topic/corona-footer-columns-how-to-change-the-columns-with-a-23-widget-width#post-96282</link>
			<pubDate>Tue, 12 Feb 2013 05:16:12 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">96282@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;On Theme Options &#38;gt; Footer &#38;gt; Select 3 Columns. Then place something like this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#footer .one_third:last-child {
width: 50% !important;
}

#footer .one_third.first, #footer .one_third:nth-child(2) {
width: 23% !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "CORONA footer columns: how to change the columns with a 2/3 widget width?"</title>
			<link>http://www.kriesi.at/support/topic/corona-footer-columns-how-to-change-the-columns-with-a-23-widget-width#post-96231</link>
			<pubDate>Mon, 11 Feb 2013 19:37:38 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">96231@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I would like to have my footer widgets in that way (2 small columns - like if I set the theme options to &#34;4 columns&#34; -, but now 1 wider column at the right of them):&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://i48.tinypic.com/25tgd5f.jpg&#34; /&#62;&#60;/p&#62;
&#60;p&#62;How is this possible?&#60;/p&#62;
&#60;p&#62;The footer.php doesn't say much too me:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
&#38;lt;div class='container_wrap' id='footer'&#38;gt;&#60;br /&#62;
				&#38;lt;div class='container'&#38;gt;&#60;br /&#62;
					&#38;lt;?php&#60;br /&#62;
					//create the footer columns by iterating&#60;br /&#62;
					$columns = avia_get_option('footer_columns');&#60;br /&#62;
					$firstCol = 'first';&#60;br /&#62;
			        switch($columns)&#60;br /&#62;
			        {&#60;br /&#62;
			        	case 1: $class = ''; break;&#60;br /&#62;
			        	case 2: $class = 'one_half'; break;&#60;br /&#62;
			        	case 3: $class = 'one_third'; break;&#60;br /&#62;
			        	case 4: $class = 'one_fourth'; break;&#60;br /&#62;
			        	case 5: $class = 'one_fifth'; break;&#60;br /&#62;
			        }&#60;br /&#62;
					//display the footer widget that was defined at appearenace-&#38;gt;widgets in the wordpress backend&#60;br /&#62;
					//if no widget is defined display a dummy widget, located at the bottom of includes/register-widget-area.php&#60;br /&#62;
					for ($i = 1; $i &#38;lt;= $columns; $i++)&#60;br /&#62;
					{&#60;br /&#62;
						echo &#34;&#38;lt;div class='$class $firstCol'&#38;gt;&#34;;&#60;br /&#62;
						if (function_exists('dynamic_sidebar') &#38;amp;&#38;amp; dynamic_sidebar('Footer - column'.$i) ) : else : avia_dummy_widget($i); endif;&#60;br /&#62;
						echo &#34;&#38;lt;/div&#38;gt;&#34;;&#60;br /&#62;
						$firstCol = &#34;&#34;;&#60;br /&#62;
					}&#60;br /&#62;
					?&#38;gt;&#60;br /&#62;
				&#38;lt;/div&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;The drag&#38;amp;drop functionality in Wordpress' widget area should be maintained.&#60;/p&#62;
&#60;p&#62;Thanks a lot.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
