<?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: Disable Automatic Two Columns</title>
		<link>http://www.themolitor.com/forums/topic/disable-automatic-two-columns</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Disable Automatic Two Columns</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 14:04:13 +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/disable-automatic-two-columns" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Disable Automatic Two Columns"</title>
			<link>http://www.themolitor.com/forums/topic/disable-automatic-two-columns#post-24824</link>
			<pubDate>Wed, 20 Nov 2013 10:29:24 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">24824@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for following up! :-)</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>TGTechnologies on "Disable Automatic Two Columns"</title>
			<link>http://www.themolitor.com/forums/topic/disable-automatic-two-columns#post-24809</link>
			<pubDate>Wed, 20 Nov 2013 08:29:37 +0000</pubDate>
			<dc:creator>TGTechnologies</dc:creator>
			<guid isPermaLink="false">24809@http://www.themolitor.com/forums/</guid>
			<description><p>Never mind.  I was using the page name, not the ID.  =)
</p></description>
		</item>
		<item>
			<title>TGTechnologies on "Disable Automatic Two Columns"</title>
			<link>http://www.themolitor.com/forums/topic/disable-automatic-two-columns#post-24799</link>
			<pubDate>Tue, 19 Nov 2013 16:15:15 +0000</pubDate>
			<dc:creator>TGTechnologies</dc:creator>
			<guid isPermaLink="false">24799@http://www.themolitor.com/forums/</guid>
			<description><p>I too am looking to change only one page to single-column.  I tried putting the code you posted in my .css, but it did not work.  Is there anything else I need to add?  thanks.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Disable Automatic Two Columns"</title>
			<link>http://www.themolitor.com/forums/topic/disable-automatic-two-columns#post-21365</link>
			<pubDate>Mon, 10 Jun 2013 12:52:52 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">21365@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>You can try adding the following to your custom CSS...</p>
<pre><code>body.page-id-XXXX .entry {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
}</code></pre>
<p>Where XXXX is the id of the page you want to have 1 column.</p>
<p>Let me know if that works for you.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Gary Sizemore on "Disable Automatic Two Columns"</title>
			<link>http://www.themolitor.com/forums/topic/disable-automatic-two-columns#post-21344</link>
			<pubDate>Fri, 07 Jun 2013 11:17:06 +0000</pubDate>
			<dc:creator>Gary Sizemore</dc:creator>
			<guid isPermaLink="false">21344@http://www.themolitor.com/forums/</guid>
			<description><p>Good afternoon (I hope this is the right area for this question the previous ones seem to be about removing the two column feature from the whole site) </p>
<p>My goal is to get one page to not have the two column option on it so that I can add a full width clickable image to the page that will allow download of a snipit from the book, or to be able to click the featured image whichever's easier. </p>
<p>Thank you very much for your time the theme looks great! </p>
<p>Gary
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Disable Automatic Two Columns"</title>
			<link>http://www.themolitor.com/forums/topic/disable-automatic-two-columns#post-17533</link>
			<pubDate>Fri, 18 Jan 2013 11:28:30 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">17533@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for sharing! ;-)</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>aibrean on "Disable Automatic Two Columns"</title>
			<link>http://www.themolitor.com/forums/topic/disable-automatic-two-columns#post-17521</link>
			<pubDate>Fri, 18 Jan 2013 10:52:09 +0000</pubDate>
			<dc:creator>aibrean</dc:creator>
			<guid isPermaLink="false">17521@http://www.themolitor.com/forums/</guid>
			<description><p>If you are using the CSS above...</p>
<p>If you want just the front page to be different, make a new template page (such as front-page.php) and copy the information from single.php, but change to entry. Then make sure you have </p>
<pre><code>&#60;?php
/*
Template Name: Front
*/
?&#62;</code></pre>
<p>(name of the template is up to you) at the top of that php page. On the index page, change the template to Front (or whatever it is named based on that code snippet).
</p></description>
		</item>
		<item>
			<title>livingparable on "Disable Automatic Two Columns"</title>
			<link>http://www.themolitor.com/forums/topic/disable-automatic-two-columns#post-16159</link>
			<pubDate>Wed, 28 Nov 2012 16:28:56 +0000</pubDate>
			<dc:creator>livingparable</dc:creator>
			<guid isPermaLink="false">16159@http://www.themolitor.com/forums/</guid>
			<description><p>Ok - i found where you need to change the class from ="entry" to "entry double" if you want pages to be full width but posts to keep column - It's in the single.php file. </p>
<p>In case you are ready this comment first, you need to make teh changes listed above to the style.css file THEN go to the single.php file and change the div class on line 19 to "entry double".
</p></description>
		</item>
		<item>
			<title>livingparable on "Disable Automatic Two Columns"</title>
			<link>http://www.themolitor.com/forums/topic/disable-automatic-two-columns#post-16150</link>
			<pubDate>Wed, 28 Nov 2012 12:43:41 +0000</pubDate>
			<dc:creator>livingparable</dc:creator>
			<guid isPermaLink="false">16150@http://www.themolitor.com/forums/</guid>
			<description><p>Specifically, I have full width pages now but I want back the two column layout for just the Index page. How do i implement your suggestion without changing back all the pages to two columns?
</p></description>
		</item>
		<item>
			<title>livingparable on "Disable Automatic Two Columns"</title>
			<link>http://www.themolitor.com/forums/topic/disable-automatic-two-columns#post-16143</link>
			<pubDate>Tue, 27 Nov 2012 22:58:29 +0000</pubDate>
			<dc:creator>livingparable</dc:creator>
			<guid isPermaLink="false">16143@http://www.themolitor.com/forums/</guid>
			<description><p>This was very helpful since I was also wanting a full width page option. </p>
<p>Question: After updated the CSS per your directions above you say "On the pages you DO need two columns (main page, search results, etc) change class="entry" to class="entry double"</p>
<p>Where do i make that class change? Do I have to manually change it on every post that I want to have 2 columns? Please explain this part a bit better. </p>
<p>Sincerely,</p>
<p>Matthew
</p></description>
		</item>
		<item>
			<title>nogr on "Disable Automatic Two Columns"</title>
			<link>http://www.themolitor.com/forums/topic/disable-automatic-two-columns#post-7289</link>
			<pubDate>Tue, 28 Feb 2012 11:08:34 +0000</pubDate>
			<dc:creator>nogr</dc:creator>
			<guid isPermaLink="false">7289@http://www.themolitor.com/forums/</guid>
			<description><p>I have other question about two columns. Is possible to do in post a double column but in pages 1 column?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Disable Automatic Two Columns"</title>
			<link>http://www.themolitor.com/forums/topic/disable-automatic-two-columns#post-4389</link>
			<pubDate>Wed, 12 Oct 2011 10:00:06 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">4389@http://www.themolitor.com/forums/</guid>
			<description><p>The keyboard keys only apply to category/listing pages such as the home page. If that doesn't work, send me a link to your site and I'll check it out.
</p></description>
		</item>
		<item>
			<title>James on "Disable Automatic Two Columns"</title>
			<link>http://www.themolitor.com/forums/topic/disable-automatic-two-columns#post-4332</link>
			<pubDate>Fri, 07 Oct 2011 01:00:48 +0000</pubDate>
			<dc:creator>James</dc:creator>
			<guid isPermaLink="false">4332@http://www.themolitor.com/forums/</guid>
			<description><p>Thank you very much, it works :)<br />
I only have one more little question: on the demo, the navigation bitween pages using the keyboard keys is working, but on my site it doesnt, what could be causing this problem?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Disable Automatic Two Columns"</title>
			<link>http://www.themolitor.com/forums/topic/disable-automatic-two-columns#post-4301</link>
			<pubDate>Wed, 05 Oct 2011 14:58:38 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">4301@http://www.themolitor.com/forums/</guid>
			<description><p>That's correct, just remove all references to the column count in the CSS file.
</p></description>
		</item>
		<item>
			<title>offprint on "Disable Automatic Two Columns"</title>
			<link>http://www.themolitor.com/forums/topic/disable-automatic-two-columns#post-4294</link>
			<pubDate>Tue, 04 Oct 2011 20:18:01 +0000</pubDate>
			<dc:creator>offprint</dc:creator>
			<guid isPermaLink="false">4294@http://www.themolitor.com/forums/</guid>
			<description><p>I think the easiest (and least destructive) way would be to change the following...<br />
<pre><code>.entry {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 60px;
	-webkit-column-gap: 60px;
	column-gap:60px;
	-moz-column-rule: 1px dashed #eee;
	-webkit-column-rule: 1px dashed #eee;
	column-rule: 1px dashed #eee;</code></pre>
<p>...To...</p>
<pre><code>.entry {
	-moz-column-gap: 60px;
	-webkit-column-gap: 60px;
	column-gap:60px;
	-moz-column-rule: 1px dashed #eee;
	-webkit-column-rule: 1px dashed #eee;
	column-rule: 1px dashed #eee;
}

.double {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}</code></pre>
<p>On the pages you DO need two columns (main page, search results, etc) change class="entry" to class="entry double"</p>
<p>Not tested, but in theory it should work.
</p></description>
		</item>
		<item>
			<title>James on "Disable Automatic Two Columns"</title>
			<link>http://www.themolitor.com/forums/topic/disable-automatic-two-columns#post-4204</link>
			<pubDate>Fri, 23 Sep 2011 02:32:00 +0000</pubDate>
			<dc:creator>James</dc:creator>
			<guid isPermaLink="false">4204@http://www.themolitor.com/forums/</guid>
			<description><p>Hey there, Christopher!</p>
<p>I am really happy with your theme 'The Novelist', and usually I have many issues with other themes from other people, but here I have only one little issue that I really hope to "fix". :)</p>
<p>I wish to disable the automatic 'two columns' forcing completely and have a single wide column. What should I do?</p>
<p>Thanks!
</p></description>
		</item>

	</channel>
</rss>
