<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Alex Sleat &#187; default</title>
	<atom:link href="http://alexsleat.co.uk/tag/default/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexsleat.co.uk</link>
	<description>/home/alex</description>
	<lastBuildDate>Mon, 21 May 2012 22:17:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>HowTo: Make WordPress 3.0 Default Theme (Twenty Ten) Single Column Full Width</title>
		<link>http://alexsleat.co.uk/2010/06/20/howto-make-wordpress-3-0-default-theme-twenty-ten-single-column-full-width/</link>
		<comments>http://alexsleat.co.uk/2010/06/20/howto-make-wordpress-3-0-default-theme-twenty-ten-single-column-full-width/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 00:02:21 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[3.0]]></category>
		<category><![CDATA[default]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[one column]]></category>
		<category><![CDATA[single column]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[Twenty Ten]]></category>
		<category><![CDATA[width]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=181</guid>
		<description><![CDATA[<br/><p>The new WordPress default theme, Twenty Ten, is awesome but one thing that annoys me about it was the fact it&#8217;s single column template isn&#8217;t full width but instead just removing the sidebar and centering the content. It&#8217;s really easy to change that though so here&#8217;s how I did it:</p> Under Appearance click Editor [...]]]></description>
			<content:encoded><![CDATA[<br/><p>The new WordPress default theme, Twenty Ten, is awesome but one thing that annoys me about it was the fact it&#8217;s single column template isn&#8217;t full width but instead just removing the sidebar and centering the content. It&#8217;s really easy to change that though so here&#8217;s how I did it:</p>
<ol>
<li>Under Appearance click Editor to open the theme editor</li>
<li>If it isn&#8217;t already click on &#8220;<strong>Stylesheet</strong> (style.css)&#8221; on the right hand side (somewhere near the bottom)</li>
<li>Now look for the following section of code (Ctrl+F will come in helpful here to find it) and change the width here from 640px to 900px then hit the Update File button:</li>
</ol>
<div class="dean_ch" style="white-space: wrap;"><span class="coMULTI">/*<br />
LAYOUT: One column, no sidebar<br />
DESCRIPTION: One centered column with no sidebar<br />
*/</span></p>
<p><span class="re1">.one-column</span> <span class="re0">#content</span> <span class="br0">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw1">margin</span>: <span class="nu0">0</span> <span class="kw2">auto</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw1">width</span>: <span class="re3">640px</span>;<br />
<span class="br0">&#125;</span></div>
<p>Now when you view pages which use the one column template they should fill the same amount of space that both the content and sidebar usually do.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2010/06/20/howto-make-wordpress-3-0-default-theme-twenty-ten-single-column-full-width/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

