<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Topic: Can I add two widget footer areas to Vertigo?</title>
		<link>http://en.forums.wordpress.com/topic/can-i-add-two-widget-footer-areas-to-vertigo</link>
		<description>WordPress.com Forums &#187; Topic: Can I add two widget footer areas to Vertigo?</description>
		<language>en</language>
		<pubDate>Sun, 19 May 2013 20:36:32 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/can-i-add-two-widget-footer-areas-to-vertigo" rel="self" type="application/rss+xml" />

		<item>
			<title>adashdaniel on "Can I add two widget footer areas to Vertigo?"</title>
			<link>http://en.forums.wordpress.com/topic/can-i-add-two-widget-footer-areas-to-vertigo#post-916104</link>
			<pubDate>Sat, 16 Jun 2012 12:38:29 +0000</pubDate>
			<dc:creator>adashdaniel</dc:creator>
			<guid isPermaLink="false">916104@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hey designsimply,</p>
<p>Thanks for digging up this old one!  I decided to pick out a theme that I like and mess with it as little as possible (since when I toy around with CSS it usually has consequences I don't foresee - looks great on my browser, terrible on others, etc).  So I'm marking this one "resolved" because I've moved on from vertigo.</p>
<p>Cheers,</p>
<p>Adash
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Can I add two widget footer areas to Vertigo?"</title>
			<link>http://en.forums.wordpress.com/topic/can-i-add-two-widget-footer-areas-to-vertigo#post-915986</link>
			<pubDate>Sat, 16 Jun 2012 06:23:25 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">915986@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Try changing the width value to 33%.
</p>
]]></description>
					</item>
		<item>
			<title>adashdaniel on "Can I add two widget footer areas to Vertigo?"</title>
			<link>http://en.forums.wordpress.com/topic/can-i-add-two-widget-footer-areas-to-vertigo#post-906659</link>
			<pubDate>Thu, 07 Jun 2012 14:54:41 +0000</pubDate>
			<dc:creator>adashdaniel</dc:creator>
			<guid isPermaLink="false">906659@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That worked really well!  Thanks for coming back to that one...  I made some adjustments:</p>
<p>.widget {<br />
	float: left;<br />
	width: 24%;<br />
    padding-left:1%;<br />
    text-align:left;<br />
}</p>
<p>but in playing around with the #supplementary.two .widget-area { I cannot seem to center it or push it to the right with padding on the left. Any ideas?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Can I add two widget footer areas to Vertigo?"</title>
			<link>http://en.forums.wordpress.com/topic/can-i-add-two-widget-footer-areas-to-vertigo#post-906642</link>
			<pubDate>Thu, 07 Jun 2012 14:38:16 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">906642@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I think this is doable without a ton of trouble. Try putting all the widgets in the first footer area and hide the other one. Here's some CSS you can try out:</p>
<pre><code>#supplementary.two .widget-area {
	width: 100%;
}
.widget {
	float: left;
	width: 25%;
}
#second {
	display: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Can I add two widget footer areas to Vertigo?"</title>
			<link>http://en.forums.wordpress.com/topic/can-i-add-two-widget-footer-areas-to-vertigo#post-902257</link>
			<pubDate>Sun, 03 Jun 2012 00:14:32 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">902257@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>adashdaniel on "Can I add two widget footer areas to Vertigo?"</title>
			<link>http://en.forums.wordpress.com/topic/can-i-add-two-widget-footer-areas-to-vertigo#post-902242</link>
			<pubDate>Sat, 02 Jun 2012 23:35:20 +0000</pubDate>
			<dc:creator>adashdaniel</dc:creator>
			<guid isPermaLink="false">902242@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ahhhh....   good to know.  I will put that dream to rest.</p>
<p>Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Can I add two widget footer areas to Vertigo?"</title>
			<link>http://en.forums.wordpress.com/topic/can-i-add-two-widget-footer-areas-to-vertigo#post-902239</link>
			<pubDate>Sat, 02 Jun 2012 23:33:39 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">902239@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>CSS is for styling (cascading style sheet) and cannot be used to add functionality (such as adding sidebars). </p>
<p>It might be that you could make the two widget areas span horizontally instead of vertically and then adjust the size, margins and padding and stuff to make it appear they were designed horizontally. With the way the CSS/XHTML is done in this theme, this could be a good bit of work and looks like it would require you to hack the CSS anytime you changed or added widgets. In other words, this become a very manual thing.
</p>
]]></description>
					</item>
		<item>
			<title>adashdaniel on "Can I add two widget footer areas to Vertigo?"</title>
			<link>http://en.forums.wordpress.com/topic/can-i-add-two-widget-footer-areas-to-vertigo#post-902202</link>
			<pubDate>Sat, 02 Jun 2012 22:27:12 +0000</pubDate>
			<dc:creator>adashdaniel</dc:creator>
			<guid isPermaLink="false">902202@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>There are four widgets I want to have at the bottom of my blog, but Vertigo only has two footer areas and it stacks the widgets vertically.  I would like the widgets to be spaced horizontally across with the content of each floated to the left.  Seems like this would be easy if I could place each widget in its own footer area.  But can I add two footer areas to Vertigo?
</p>
]]></description>
					</item>

	</channel>
</rss>
