<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Custom three-column widget-ready footer for Thesis</title>
	<atom:link href="http://www.fergusweb.net/code/custom-three-column-widget-ready-footer-for-thesis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fergusweb.net</link>
	<description>Truly just another WordPress site</description>
	<lastBuildDate>Fri, 30 Sep 2011 16:36:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Willie Jackson</title>
		<link>http://www.fergusweb.net/code/custom-three-column-widget-ready-footer-for-thesis/#comment-43</link>
		<dc:creator>Willie Jackson</dc:creator>
		<pubDate>Fri, 11 Dec 2009 21:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.fergusweb.net/?page_id=178#comment-43</guid>
		<description>Hi Anthony—

I&#039;m working on a site for a client right now, and this is &lt;em&gt;exactly&lt;/em&gt; what I need. Thanks for making this available.</description>
		<content:encoded><![CDATA[<p>Hi Anthony—</p>
<p>I&#8217;m working on a site for a client right now, and this is <em>exactly</em> what I need. Thanks for making this available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mktanny</title>
		<link>http://www.fergusweb.net/code/custom-three-column-widget-ready-footer-for-thesis/#comment-42</link>
		<dc:creator>mktanny</dc:creator>
		<pubDate>Mon, 26 Oct 2009 17:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.fergusweb.net/?page_id=178#comment-42</guid>
		<description>Just superb-this is what i was looking for.
thnx</description>
		<content:encoded><![CDATA[<p>Just superb-this is what i was looking for.<br />
thnx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Friday links from the Interwebs &#8211; Llama Llama Duck</title>
		<link>http://www.fergusweb.net/code/custom-three-column-widget-ready-footer-for-thesis/#comment-41</link>
		<dc:creator>Friday links from the Interwebs &#8211; Llama Llama Duck</dc:creator>
		<pubDate>Fri, 11 Sep 2009 05:55:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.fergusweb.net/?page_id=178#comment-41</guid>
		<description>[...] Add a 3 column footer to Thesis &#8211; Looking for a widget ready 3-column footer for your Thesis theme tweak? Here is is. Copy. Paste. Done. [...]</description>
		<content:encoded><![CDATA[<p>[...] Add a 3 column footer to Thesis &#8211; Looking for a widget ready 3-column footer for your Thesis theme tweak? Here is is. Copy. Paste. Done. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://www.fergusweb.net/code/custom-three-column-widget-ready-footer-for-thesis/#comment-40</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Fri, 03 Jul 2009 01:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.fergusweb.net/?page_id=178#comment-40</guid>
		<description>Hi Jim,

I&#039;ve looked at the code you posted in the forum you linked to.  You&#039;ve got a single widget area there, and you intend to put 3 widgets in it.
So your CSS needs be something like:

div.col.Footer1 ul.sidebar_list { width:100%; }
div.col.Footer1 ul.sidebar_list li.widget { width:30%; padding:0; margin:0 1%; float:left; }

So width+margin makes each widget 32% of the total width, and they are set to float beside one another.

If you want to change the text alignment on individual widgets, you could do:

.Footer1 li.widget.ThisWigClass { text-align:left; }
.Footer1 li.widget.OtherWigClass { text-align:right; }

Where .ThisWigClass are the specific class of your 1st, 2nd, or 3rd widgets.

Does that make sense?</description>
		<content:encoded><![CDATA[<p>Hi Jim,</p>
<p>I&#8217;ve looked at the code you posted in the forum you linked to.  You&#8217;ve got a single widget area there, and you intend to put 3 widgets in it.<br />
So your CSS needs be something like:</p>
<p>div.col.Footer1 ul.sidebar_list { width:100%; }<br />
div.col.Footer1 ul.sidebar_list li.widget { width:30%; padding:0; margin:0 1%; float:left; }</p>
<p>So width+margin makes each widget 32% of the total width, and they are set to float beside one another.</p>
<p>If you want to change the text alignment on individual widgets, you could do:</p>
<p>.Footer1 li.widget.ThisWigClass { text-align:left; }<br />
.Footer1 li.widget.OtherWigClass { text-align:right; }</p>
<p>Where .ThisWigClass are the specific class of your 1st, 2nd, or 3rd widgets.</p>
<p>Does that make sense?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.fergusweb.net/code/custom-three-column-widget-ready-footer-for-thesis/#comment-39</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Mon, 29 Jun 2009 23:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.fergusweb.net/?page_id=178#comment-39</guid>
		<description>I found you via DIYThesis forums (http://diythemes.com/forums/customization/8595-header-images-footer-widgets.html)
I like this... but I am a bit new at all this and I want the default to be &quot;left align&quot; and on my blog they are list vertically, I would like to have three listed horizontally. Can you give me the coding to change it?

Thanks
Jim</description>
		<content:encoded><![CDATA[<p>I found you via DIYThesis forums (<a href="http://diythemes.com/forums/customization/8595-header-images-footer-widgets.html" rel="nofollow">http://diythemes.com/forums/customization/8595-header-images-footer-widgets.html</a>)<br />
I like this&#8230; but I am a bit new at all this and I want the default to be &#8220;left align&#8221; and on my blog they are list vertically, I would like to have three listed horizontally. Can you give me the coding to change it?</p>
<p>Thanks<br />
Jim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Style The Widgetized Footer for Thesis from Fergusweb.net</title>
		<link>http://www.fergusweb.net/code/custom-three-column-widget-ready-footer-for-thesis/#comment-38</link>
		<dc:creator>How to Style The Widgetized Footer for Thesis from Fergusweb.net</dc:creator>
		<pubDate>Sun, 21 Jun 2009 14:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.fergusweb.net/?page_id=178#comment-38</guid>
		<description>[...] can find a full thesis theme-ready copy and paste answer here as [...]</description>
		<content:encoded><![CDATA[<p>[...] can find a full thesis theme-ready copy and paste answer here as [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sidsevensix</title>
		<link>http://www.fergusweb.net/code/custom-three-column-widget-ready-footer-for-thesis/#comment-37</link>
		<dc:creator>sidsevensix</dc:creator>
		<pubDate>Sat, 20 Jun 2009 21:24:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.fergusweb.net/?page_id=178#comment-37</guid>
		<description>perfect..
Thanks man</description>
		<content:encoded><![CDATA[<p>perfect..<br />
Thanks man</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thesis Tutorial - Creating New Widget Areas</title>
		<link>http://www.fergusweb.net/code/custom-three-column-widget-ready-footer-for-thesis/#comment-36</link>
		<dc:creator>Thesis Tutorial - Creating New Widget Areas</dc:creator>
		<pubDate>Sat, 28 Mar 2009 04:42:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.fergusweb.net/?page_id=178#comment-36</guid>
		<description>[...] Custom three-column widget-ready footer [...]</description>
		<content:encoded><![CDATA[<p>[...] Custom three-column widget-ready footer [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
