<?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: Alternate Display template for content</title>
		<link>http://www.themolitor.com/forums/topic/alternate-display-template-for-content</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Alternate Display template for content</description>
		<language>en-US</language>
		<pubDate>Tue, 05 May 2026 18:01:14 +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/alternate-display-template-for-content" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Alternate Display template for content"</title>
			<link>http://www.themolitor.com/forums/topic/alternate-display-template-for-content#post-36861</link>
			<pubDate>Tue, 24 Nov 2015 10:14:11 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">36861@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The "default page" page template will keep your content left aligned. </p>
<p>Regarding width, here is the current styling that applies to how wide the content is...</p>
<pre><code>#pageContent {
    margin-left: -250px;
    max-width: 500px;
    width: 500px;
}</code></pre>
<p>You'll need to copy/paste that into the Custom CSS box and adjust those values. Notice the margin-left value is .5 the width value. You'll want to be sure and test your new values on mobile devices and check the media queries to make sure you're not overriding any styling there as well.</p>
<p>Regarding fonts, here is the current styling for general text...</p>
<pre><code>#pageContent {
    font-size: 14px;
}

body {
    font-family: &#34;Open Sans&#34;,sans-serif;
    color: rgba(255, 255, 255, 0.5);
}</code></pre>
<p>Hope that helps!</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>kimpoulos on "Alternate Display template for content"</title>
			<link>http://www.themolitor.com/forums/topic/alternate-display-template-for-content#post-36851</link>
			<pubDate>Mon, 23 Nov 2015 11:33:38 +0000</pubDate>
			<dc:creator>kimpoulos</dc:creator>
			<guid isPermaLink="false">36851@http://www.themolitor.com/forums/</guid>
			<description><p>What is the best way to create another page template to be able to display content for Synopsis / Backstory etc as left aligned text and covering a larger area to avoid scroll bars on the page.</p>
<p>Also, what would be the code to adjust font size, color and weight for body font for general pages and posts.</p>
<p>Thanks
</p></description>
		</item>

	</channel>
</rss>
