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

		<item>
			<title>JJackman on "Full Width Page"</title>
			<link>http://www.themolitor.com/forums/topic/full-width-page-6#post-43609</link>
			<pubDate>Wed, 17 Jul 2019 06:58:07 +0000</pubDate>
			<dc:creator>JJackman</dc:creator>
			<guid isPermaLink="false">43609@http://www.themolitor.com/forums/</guid>
			<description><p>WordNOOb -- here's a good article on finding ID</p>
<p><a href="https://www.elegantthemes.com/blog/tips-tricks/how-to-find-your-wordpress-page-id-and-post-id-and-what-you-can-do-with-them" rel="nofollow">https://www.elegantthemes.com/blog/tips-tricks/how-to-find-your-wordpress-page-id-and-post-id-and-what-you-can-do-with-them</a>
</p></description>
		</item>
		<item>
			<title>WordN00b on "Full Width Page"</title>
			<link>http://www.themolitor.com/forums/topic/full-width-page-6#post-43592</link>
			<pubDate>Sun, 16 Jun 2019 09:02:04 +0000</pubDate>
			<dc:creator>WordN00b</dc:creator>
			<guid isPermaLink="false">43592@http://www.themolitor.com/forums/</guid>
			<description><p>Can you tell me how to find the page ID?
</p></description>
		</item>
		<item>
			<title>MrJamesP on "Full Width Page"</title>
			<link>http://www.themolitor.com/forums/topic/full-width-page-6#post-43547</link>
			<pubDate>Mon, 08 Apr 2019 12:30:49 +0000</pubDate>
			<dc:creator>MrJamesP</dc:creator>
			<guid isPermaLink="false">43547@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for your help.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Full Width Page"</title>
			<link>http://www.themolitor.com/forums/topic/full-width-page-6#post-42549</link>
			<pubDate>Tue, 02 Jan 2018 15:06:30 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">42549@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I can confirm those are the correct CSS elements you need to make edits to to change the width of page content. </p>
<p>Unfortunately my support services do not include troubleshooting customizations like this, so I'll have to ask that you submit a request for custom services if you need additional help: </p>
<p><a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a></p>
<p>Hope you understand.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>MrJamesP on "Full Width Page"</title>
			<link>http://www.themolitor.com/forums/topic/full-width-page-6#post-42538</link>
			<pubDate>Wed, 27 Dec 2017 08:46:07 +0000</pubDate>
			<dc:creator>MrJamesP</dc:creator>
			<guid isPermaLink="false">42538@http://www.themolitor.com/forums/</guid>
			<description><p>Dear Chris.</p>
<p>I tried this code in the Custom CSS and Additional CSS boxes, both generally and targeting a specific page, but with no effect.</p>
<p>I would like to expand the width for text display, so there are more words per line.</p>
<p>Best,</p>
<p>James.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Full Width Page"</title>
			<link>http://www.themolitor.com/forums/topic/full-width-page-6#post-40038</link>
			<pubDate>Thu, 25 Aug 2016 15:12:57 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">40038@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Just to clarify, is this for the WordPress version or the HTML/template version?</p>
<p>For WordPress, here is the current page width styling...</p>
<pre><code>#pageContent {
    margin-left: -250px;
    max-width: 500px;
    width: 500px;
}</code></pre>
<p>You can copy/paste that into the Custom CSS box and make edits there. I DO NOT recommend changing the height setting as the current height has been heavily tested for many devices and anything larger would potentially interfere with other page elements on smaller devices.</p>
<p>If you want to target a specific page, use the following approach...</p>
<pre><code>body.page-id-XXXX #pageContent {
    margin-left: -250px;
    max-width: 500px;
    width: 500px;
}</code></pre>
<p>Just replace <code>XXXX</code> with the id/number of the page you want to target.</p>
<p>Hope that helps!</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>eemilyy on "Full Width Page"</title>
			<link>http://www.themolitor.com/forums/topic/full-width-page-6#post-40033</link>
			<pubDate>Wed, 24 Aug 2016 20:43:58 +0000</pubDate>
			<dc:creator>eemilyy</dc:creator>
			<guid isPermaLink="false">40033@http://www.themolitor.com/forums/</guid>
			<description><p>Hello,</p>
<p>Is it possible to have a page with full width content area, no scrolling.
</p></description>
		</item>

	</channel>
</rss>
