<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Topic: modify content width for ONE page (not global)</title>
		<link>http://en.forums.wordpress.com/topic/modify-content-width-for-one-page-not-global</link>
		<description>WordPress.com Forums &#187; Topic: modify content width for ONE page (not global)</description>
		<language>en</language>
		<pubDate>Thu, 20 Jun 2013 03:58:40 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/modify-content-width-for-one-page-not-global" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "modify content width for ONE page (not global)"</title>
			<link>http://en.forums.wordpress.com/topic/modify-content-width-for-one-page-not-global#post-851948</link>
			<pubDate>Wed, 28 Mar 2012 15:09:05 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">851948@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I checked the original stylesheet for the Contempt theme, and I found that the width for the content area is normally 450px. See <a href="https://s-ssl.wordpress.com/wp-content/themes/pub/contempt/style.css?m=1354395942g&#038;minify=false" rel="nofollow">https://s-ssl.wordpress.com/wp-content/themes/pub/contempt/style.css?m=1354395942g&#038;minify=false</a></p>
<p>If you have added CSS like this on your Appearance &#8594; Custom Design &#8594; CSS page to adjust the width to 650px throughout the whole site:</p>
<pre><code>#content {
width:650px;
}</code></pre>
<p>The you can override that just on the blog page with CSS like this:</p>
<pre><code>.blog #content {
width: 450px;
}</code></pre>
<p>Adjust the width number as necessary. Note that this CSS is specific to the Contempt theme.
</p>
]]></description>
					</item>
		<item>
			<title>cherylkerr on "modify content width for ONE page (not global)"</title>
			<link>http://en.forums.wordpress.com/topic/modify-content-width-for-one-page-not-global#post-844524</link>
			<pubDate>Mon, 19 Mar 2012 21:28:21 +0000</pubDate>
			<dc:creator>cherylkerr</dc:creator>
			<guid isPermaLink="false">844524@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Working with Contempt theme &#38; Custom CSS.  I've used the following CSS to increase the content width on my pages globally:</p>
<p>#content {<br />
width:650px;<br />
}</p>
<p>How can I make an exception to this CSS rule?  I'd like the Blog page to have standard width (not 650px)</p>
<p>Thank you,<br />
Cheryl
</p>
]]></description>
					</item>

	</channel>
</rss>
