<?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: I need left and center footer to display one wide widget</title>
		<link>http://www.kriesi.at/support/topic/footer-i-need-left-and-center-footer-to-display-one-wide-widget</link>
		<description>Support Forum - Topic: Footer: I need left and center footer to display one wide widget</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 06:45:49 +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-i-need-left-and-center-footer-to-display-one-wide-widget" rel="self" type="application/rss+xml" />

		<item>
			<title>Boris on "Footer: I need left and center footer to display one wide widget"</title>
			<link>http://www.kriesi.at/support/topic/footer-i-need-left-and-center-footer-to-display-one-wide-widget#post-71520</link>
			<pubDate>Fri, 17 Aug 2012 06:48:51 +0000</pubDate>
			<dc:creator>Boris</dc:creator>
			<guid isPermaLink="false">71520@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;that's perfekt! Thank you.&#60;/p&#62;
&#60;p&#62;Boris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Footer: I need left and center footer to display one wide widget"</title>
			<link>http://www.kriesi.at/support/topic/footer-i-need-left-and-center-footer-to-display-one-wide-widget#post-71432</link>
			<pubDate>Thu, 16 Aug 2012 19:29:07 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">71432@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Boris,&#60;/p&#62;
&#60;p&#62;Now that you have the two columns all set up, we can define their width individually.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#footer .column.column2 {
width: 280px;
}
#footer .column.column1 {
width: 640px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Add that to your style.css at the very bottom and you can get rid of the previous column width css from before.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Boris on "Footer: I need left and center footer to display one wide widget"</title>
			<link>http://www.kriesi.at/support/topic/footer-i-need-left-and-center-footer-to-display-one-wide-widget#post-70911</link>
			<pubDate>Tue, 14 Aug 2012 06:13:46 +0000</pubDate>
			<dc:creator>Boris</dc:creator>
			<guid isPermaLink="false">70911@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hmm, I think I missed something, because the right footer (TextWidget) gets displayed below the left footer. Why? I thought I could split it up 1 third to 2 third, because we are talking about left, center and right footer.&#60;/p&#62;
&#60;p&#62;Boris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Footer: I need left and center footer to display one wide widget"</title>
			<link>http://www.kriesi.at/support/topic/footer-i-need-left-and-center-footer-to-display-one-wide-widget#post-70852</link>
			<pubDate>Mon, 13 Aug 2012 20:13:57 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">70852@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Boris,&#60;/p&#62;
&#60;p&#62;Sorry for the delay. You can try 1000px, it will be as wide as the entire fan slider on top, &#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Boris on "Footer: I need left and center footer to display one wide widget"</title>
			<link>http://www.kriesi.at/support/topic/footer-i-need-left-and-center-footer-to-display-one-wide-widget#post-70604</link>
			<pubDate>Sat, 11 Aug 2012 15:51:01 +0000</pubDate>
			<dc:creator>Boris</dc:creator>
			<guid isPermaLink="false">70604@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude! Thanks. It works...&#60;/p&#62;
&#60;p&#62;What is the maximum witdth that is available, when using left and center footer for my map?&#60;br /&#62;
I want to set the mapsize to the possible maximum.&#60;/p&#62;
&#60;p&#62;Best&#60;/p&#62;
&#60;p&#62;Boris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Footer: I need left and center footer to display one wide widget"</title>
			<link>http://www.kriesi.at/support/topic/footer-i-need-left-and-center-footer-to-display-one-wide-widget#post-70600</link>
			<pubDate>Sat, 11 Aug 2012 15:25:50 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">70600@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try following - add following code to style.css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.column {
    width: 460px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and in newscast\theme_options\sidebar_footer.php replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$k_option[&#38;#39;custom&#38;#39;][&#38;#39;footer&#38;#39;] = array(&#38;#39;left&#38;#39;,&#38;#39;center&#38;#39;,&#38;#39;right&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$k_option[&#38;#39;custom&#38;#39;][&#38;#39;footer&#38;#39;] = array(&#38;#39;left&#38;#39;,&#38;#39;right&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Boris on "Footer: I need left and center footer to display one wide widget"</title>
			<link>http://www.kriesi.at/support/topic/footer-i-need-left-and-center-footer-to-display-one-wide-widget#post-70598</link>
			<pubDate>Sat, 11 Aug 2012 15:08:50 +0000</pubDate>
			<dc:creator>Boris</dc:creator>
			<guid isPermaLink="false">70598@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick,&#60;/p&#62;
&#60;p&#62;thanks. I did all that (again just a second ago), except contacting the widget-support.&#60;br /&#62;
I can change the size of the map in the widget manually, but with no effect on the footer-behavior, even if the map is the only widget.&#60;br /&#62;
When combining it with a right footer widget (and leaving the center footer empty) the right footer moves to the middle as if it was a center footer.&#60;br /&#62;
*strange*&#60;br /&#62;
So do you think it makes sense to contact the widget support?&#60;br /&#62;
To me it looks like a Newscast-Issue.&#60;/p&#62;
&#60;p&#62;Thanks, again.&#60;/p&#62;
&#60;p&#62;Boris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Footer: I need left and center footer to display one wide widget"</title>
			<link>http://www.kriesi.at/support/topic/footer-i-need-left-and-center-footer-to-display-one-wide-widget#post-70595</link>
			<pubDate>Sat, 11 Aug 2012 13:53:29 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">70595@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Boris,&#60;/p&#62;
&#60;p&#62;1. You should go to Theme Settings, and make sure that 'Display Widget Dummy Sidebars' is set to False/No (please look in the instructions which came with the theme,)&#60;/p&#62;
&#60;p&#62;2. Then you should go into the Widget page (Appearance &#38;gt; Widgets) in the backend of the theme, and remove the widgets you don't want from the footer widget areas, leaving only the map widget , or map + 1 more if your wish. &#60;/p&#62;
&#60;p&#62;3. You should also look in the settings for the Google Maps plugin, to change the size of the display since it seems to be hard set right now at 300x300 pixels. &#60;/p&#62;
&#60;p&#62;If you cant find the controls for the map widget ( i never used that one thus I am guessing ) its best to contact support for the widget ( &#60;a href=&#34;http://wordpress.org/extend/plugins/mappress-google-maps-for-wordpress/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/mappress-google-maps-for-wordpress/&#60;/a&#62; ) to get the proper directions as to a way to correctly re-size it.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Boris on "Footer: I need left and center footer to display one wide widget"</title>
			<link>http://www.kriesi.at/support/topic/footer-i-need-left-and-center-footer-to-display-one-wide-widget#post-70304</link>
			<pubDate>Thu, 09 Aug 2012 15:28:52 +0000</pubDate>
			<dc:creator>Boris</dc:creator>
			<guid isPermaLink="false">70304@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Support,&#60;/p&#62;
&#60;p&#62;I am using a googlemaps mashup widget and I need more space (width) in my footer so I can display a bigger map.&#60;/p&#62;
&#60;p&#62;Have a look: &#60;a href=&#34;http://www.kletterbericht.de/&#34; rel=&#34;nofollow&#34;&#62;http://www.kletterbericht.de/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I would like to get rid of the center footer and span the left footer to the right.&#60;br /&#62;
Or even to the full width, up to the right footer, too.&#60;/p&#62;
&#60;p&#62;How do I do it?&#60;/p&#62;
&#60;p&#62;Best Boris
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
