<?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: How to widen main blog area?</title>
		<link>http://en.forums.wordpress.com/topic/how-to-widen-main-blog-area</link>
		<description>WordPress.com Forums &#187; Topic: How to widen main blog area?</description>
		<language>en</language>
		<pubDate>Wed, 19 Jun 2013 11:59:46 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/how-to-widen-main-blog-area" rel="self" type="application/rss+xml" />

		<item>
			<title>blondecroatian on "How to widen main blog area?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-widen-main-blog-area#post-1091284</link>
			<pubDate>Mon, 10 Dec 2012 14:27:43 +0000</pubDate>
			<dc:creator>blondecroatian</dc:creator>
			<guid isPermaLink="false">1091284@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you so much, "designsimply"!!!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "How to widen main blog area?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-widen-main-blog-area#post-1088216</link>
			<pubDate>Thu, 06 Dec 2012 15:29:06 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1088216@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To make the Delicacy theme wider, you actually need to adjust several of the page elements. Here is an example:</p>
<pre><code>#header-top a {
	display: block;
	width: 1180px;
	height: 274px;
	background: url(&#039;http://tacklingmommyhood.files.wordpress.com/2012/11/cropped-blog-header.png&#039;) center no-repeat;
}
#header-top a img {
	display: none;
}
#inner-wrapper {
	width: 1180px;
}
#navigation {
	width: 1198px;
}
#content {
	width: 800px;
}
#content-wrapper {
	background-position: 200px 15px;
}</code></pre>
<p>To make the header image wider, create one, upload it to your blog's media library, and copy the URL. Then replace the link inside url() with your new image. Note that if the new image is taller than 274px, you also need to adjust the height in that same block of CSS. For the best results using the example above as a starting point, make an image that is 1190 x 274 pixels.</p>
<p>If you change the main content width, you should also update the "Content Width" value on your Appearance &#8594; Custom Design &#8594; CSS page. Look for it in the "Publish" box on the right. Change it to match the width value in the #content CSS block, which is 800 in the example above.
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "How to widen main blog area?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-widen-main-blog-area#post-1062465</link>
			<pubDate>Tue, 06 Nov 2012 19:13:02 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1062465@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Maybe one of the staffers will slide by and come up with a total solution.
</p>
]]></description>
					</item>
		<item>
			<title>blondecroatian on "How to widen main blog area?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-widen-main-blog-area#post-1062302</link>
			<pubDate>Tue, 06 Nov 2012 16:33:06 +0000</pubDate>
			<dc:creator>blondecroatian</dc:creator>
			<guid isPermaLink="false">1062302@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>yea, it widened it, but then it kind of ruined the ribbon on my Delicacy theme (since htat didn't widen as well).... oh well, im just going to leave it as is
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "How to widen main blog area?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-widen-main-blog-area#post-1062251</link>
			<pubDate>Tue, 06 Nov 2012 15:45:44 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1062251@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>or you might be able to narrow your widget sidebar and widen your main content area if that is what you mean.  I didn't play with that.
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "How to widen main blog area?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-widen-main-blog-area#post-1062246</link>
			<pubDate>Tue, 06 Nov 2012 15:43:24 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1062246@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I think that will be in the same inner-wrapper css as mentioned in my reply to your previous post <a href="http://en.forums.wordpress.com/topic/how-to-change-color-of-entire-blog-border?replies=2#post-1062225">http://en.forums.wordpress.com/topic/how-to-change-color-of-entire-blog-border?replies=2#post-1062225</a> - change the width number (but be careful that you don't make a page that is not usable on smaller devices like our ipads and smaller notebooks)</p>
<p>Add <code>width: 980px;</code> to the code I gave you in previous post and change the 980 to a pleasing width.</p>
<p>I'm just another user, not an expert so maybe the big guns will come on with other advice...
</p>
]]></description>
					</item>
		<item>
			<title>blondecroatian on "How to widen main blog area?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-widen-main-blog-area#post-1062221</link>
			<pubDate>Tue, 06 Nov 2012 15:14:35 +0000</pubDate>
			<dc:creator>blondecroatian</dc:creator>
			<guid isPermaLink="false">1062221@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I would like my entire blog area to be wider. Does anyone know how to do this? I am using the Delicacy theme.
</p>
]]></description>
					</item>

	</channel>
</rss>
