<?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: Full width post</title>
		<link>http://www.themolitor.com/forums/topic/full-width-post</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Full width post</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 09:42: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/full-width-post" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Full width post"</title>
			<link>http://www.themolitor.com/forums/topic/full-width-post#post-29968</link>
			<pubDate>Wed, 02 Jul 2014 14:11:18 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">29968@http://www.themolitor.com/forums/</guid>
			<description><p>You bet! :-)</p>
<p>If you're enjoying the theme, PLEASE don't forget to rate it on your downloads page on ThemeForest. Positive ratings REALLY help me out.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>suburian on "Full width post"</title>
			<link>http://www.themolitor.com/forums/topic/full-width-post#post-29965</link>
			<pubDate>Wed, 02 Jul 2014 14:04:10 +0000</pubDate>
			<dc:creator>suburian</dc:creator>
			<guid isPermaLink="false">29965@http://www.themolitor.com/forums/</guid>
			<description><p>Thank you very much for your answer, it worked! You are amazing!</p>
<p>Your theme is a work of art and i love it!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Full width post"</title>
			<link>http://www.themolitor.com/forums/topic/full-width-post#post-29913</link>
			<pubDate>Mon, 30 Jun 2014 09:06:20 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">29913@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Yes! If you want to apply this to ALL posts, use this...</p>
<pre><code>body.single-post .entry {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
}</code></pre>
<p>...if you just want to target specific posts, use this...<br />
<pre><code>body.postid-id-XXXX .entry {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
}</code></pre>
<p>...don't forget to replace XXXX with the post id.</p>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>suburian on "Full width post"</title>
			<link>http://www.themolitor.com/forums/topic/full-width-post#post-29900</link>
			<pubDate>Sat, 28 Jun 2014 10:35:07 +0000</pubDate>
			<dc:creator>suburian</dc:creator>
			<guid isPermaLink="false">29900@http://www.themolitor.com/forums/</guid>
			<description><p>Good morning</p>
<p>I would like to ask if is possible with css code to make a full width post page without the vertical bar.</p>
<p>I read all the other posts about the topic and the following code</p>
<pre><code>body.page-id-XXXX .entry {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
}</code></pre>
<p>worked but only for a page. Is there any possible css code for the posts too?</p>
<p>Thanks in advance.</p>
<p>George
</p></description>
		</item>

	</channel>
</rss>
