<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: Two Column Fix for v1.1</title>
		<link>http://www.themolitor.com/forums/topic/two-column-fix-for-v11</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Two Column Fix for v1.1</description>
		<language>en-US</language>
		<pubDate>Sun, 03 May 2026 11:05:01 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/two-column-fix-for-v11" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Two Column Fix for v1.1"</title>
			<link>http://www.themolitor.com/forums/topic/two-column-fix-for-v11#post-3384</link>
			<pubDate>Sun, 24 Jul 2011 11:59:17 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">3384@http://www.themolitor.com/forums/</guid>
			<description><ol>
<li>Open "header.php"</li>
<li>Add a space under line 27 and add the following...<br />
<pre><code>$twoColumn = get_option_tree(&#39;two_column&#39;,$theme_options);</code></pre>
</li>
<li>On line 84, locate the following...<br />
<pre><code>&#60;div id=&#34;content&#34; class=&#34;&#60;?php if($layout){echo $layout;} else { echo &#34;middle&#34;; }?&#62;&#34;&#62;</code></pre>
<p>...change it to the following...</p>
<pre><code>&#60;div id=&#34;content&#34; class=&#34;&#60;?php if($layout){echo $layout;} else { echo &#34;middle&#34;; } if($twoColumn){echo &#34; twoColumn&#34;;} ?&#62;&#34;&#62;</code></pre>
</li>
<li>Save file.</li>
</ol></description>
		</item>

	</channel>
</rss>
