<?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: Widening the wrapper/container/body (?) of a page</title>
		<link>http://www.themolitor.com/forums/topic/widening-the-wrappercontainerbody-of-a-page</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Widening the wrapper/container/body (?) of a page</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 12:31:34 +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/widening-the-wrappercontainerbody-of-a-page" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Widening the wrapper/container/body (?) of a page"</title>
			<link>http://www.themolitor.com/forums/topic/widening-the-wrappercontainerbody-of-a-page#post-3608</link>
			<pubDate>Mon, 08 Aug 2011 00:08:16 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">3608@http://www.themolitor.com/forums/</guid>
			<description><p>:-)
</p></description>
		</item>
		<item>
			<title>boogieted on "Widening the wrapper/container/body (?) of a page"</title>
			<link>http://www.themolitor.com/forums/topic/widening-the-wrappercontainerbody-of-a-page#post-3604</link>
			<pubDate>Sun, 07 Aug 2011 17:38:18 +0000</pubDate>
			<dc:creator>boogieted</dc:creator>
			<guid isPermaLink="false">3604@http://www.themolitor.com/forums/</guid>
			<description><p>Correction! It is working!
</p></description>
		</item>
		<item>
			<title>boogieted on "Widening the wrapper/container/body (?) of a page"</title>
			<link>http://www.themolitor.com/forums/topic/widening-the-wrappercontainerbody-of-a-page#post-3603</link>
			<pubDate>Sun, 07 Aug 2011 17:27:15 +0000</pubDate>
			<dc:creator>boogieted</dc:creator>
			<guid isPermaLink="false">3603@http://www.themolitor.com/forums/</guid>
			<description><p>Hi again Chris,<br />
Step #4 didn't work for me, probably because i have no idea where in the style.css file to place the line</p>
<p>#fullwidth {width:100%;}</p>
<p>I tried placing it at the bottom of the section titled: "BODY, CONTAINER, AND PAGE STUFF" because that made the most sense to me.<br />
Sorry, can you please advise?<br />
Thanks
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Widening the wrapper/container/body (?) of a page"</title>
			<link>http://www.themolitor.com/forums/topic/widening-the-wrappercontainerbody-of-a-page#post-3536</link>
			<pubDate>Tue, 02 Aug 2011 11:23:37 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">3536@http://www.themolitor.com/forums/</guid>
			<description><p>Sure thing...</p>
<p>3. You'll see the following...</p>
<p><code>&#60;div class=&#34;narrowcolumn&#34;&#62;</code></p>
<p>...change it to this...</p>
<p><code>&#60;div id=&#34;fullwidth&#34; class=&#34;narrowcolumn&#34;&#62;</code></p>
<p>4. Add something like this...</p>
<p><code>#fullwidth {width:100%;}</code>
</p></description>
		</item>
		<item>
			<title>boogieted on "Widening the wrapper/container/body (?) of a page"</title>
			<link>http://www.themolitor.com/forums/topic/widening-the-wrappercontainerbody-of-a-page#post-3524</link>
			<pubDate>Mon, 01 Aug 2011 17:53:04 +0000</pubDate>
			<dc:creator>boogieted</dc:creator>
			<guid isPermaLink="false">3524@http://www.themolitor.com/forums/</guid>
			<description><p>After putting this off for a few days, I was ready to try it.  I'm afraid I'll have to ask you to help me with steps 3 &#38; 4.  I am not a coder, so I don't really understand your instructions unfortunately.  Thanks!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Widening the wrapper/container/body (?) of a page"</title>
			<link>http://www.themolitor.com/forums/topic/widening-the-wrappercontainerbody-of-a-page#post-3444</link>
			<pubDate>Wed, 27 Jul 2011 15:05:21 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">3444@http://www.themolitor.com/forums/</guid>
			<description><p>You'll need to create a custom page template for this. Check this out: <a href="http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates" rel="nofollow">http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates</a></p>
<p>Here's a brief rundown..</p>
<ol>
<li>Duplicate the "page.php" file and rename it to something like "fullpage.php".</li>
<li>Add the "template name" stuff (mentioned in the above link) to the top of the file.</li>
<li>Add an ID of something like "fullwidth" to the narrowcolumn div</li>
<li>In the "style.css" file, change the width of the page by adding your width setting to the #fullwidth div.</li>
<li>Select the newly created page template in the drop down menu on the page edit screen for your calendar page.</li>
</ol></description>
		</item>
		<item>
			<title>boogieted on "Widening the wrapper/container/body (?) of a page"</title>
			<link>http://www.themolitor.com/forums/topic/widening-the-wrappercontainerbody-of-a-page#post-3436</link>
			<pubDate>Tue, 26 Jul 2011 17:19:30 +0000</pubDate>
			<dc:creator>boogieted</dc:creator>
			<guid isPermaLink="false">3436@http://www.themolitor.com/forums/</guid>
			<description><p>Hey Chris, can you help me out with this info?<br />
Again, I only want to change this single page's structure.<br />
Thanks
</p></description>
		</item>
		<item>
			<title>boogieted on "Widening the wrapper/container/body (?) of a page"</title>
			<link>http://www.themolitor.com/forums/topic/widening-the-wrappercontainerbody-of-a-page#post-3368</link>
			<pubDate>Sat, 23 Jul 2011 14:58:34 +0000</pubDate>
			<dc:creator>boogieted</dc:creator>
			<guid isPermaLink="false">3368@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,<br />
Please look at my "Calendar" page at the following link: <a href="http://lbc-rs.org/calendar/" rel="nofollow">http://lbc-rs.org/calendar/</a><br />
I was able to remove the sidebar in order to make my calendar wider (found instructions at WordPress forum).<br />
However, as you can see, the box behind the calendar is its original size.<br />
I would like to expand this box to fit around the calendar.  Can you help me with this please?<br />
I'm relatively new at this but I'm eager to follow your instructions.<br />
Thanks!!<br />
P.S.  What do you CALL this box that i'm trying to resize? wrapper??
</p></description>
		</item>

	</channel>
</rss>
