<?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: Need narrower appearance for blog - please help!</title>
		<link>http://en.forums.wordpress.com/topic/need-narrower-appearance-for-blog-please-help</link>
		<description>WordPress.com Forums &#187; Topic: Need narrower appearance for blog - please help!</description>
		<language>en</language>
		<pubDate>Thu, 20 Jun 2013 10:32:34 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/need-narrower-appearance-for-blog-please-help" rel="self" type="application/rss+xml" />

		<item>
			<title>thesacredpath on "Need narrower appearance for blog - please help!"</title>
			<link>http://en.forums.wordpress.com/topic/need-narrower-appearance-for-blog-please-help#post-662328</link>
			<pubDate>Thu, 04 Aug 2011 02:18:49 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">662328@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I did miss one though, the footer. Add the following as well.</p>
<pre><code>#footer {
width: 755px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Need narrower appearance for blog - please help!"</title>
			<link>http://en.forums.wordpress.com/topic/need-narrower-appearance-for-blog-please-help#post-662327</link>
			<pubDate>Thu, 04 Aug 2011 02:17:20 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">662327@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You've pasted the entire stylesheet into the CSS edit window. At wordpress.COM, that will cause all sorts of problems. You want to put only the specific selectors, and only the specific declarations you are changing into the CSS edit window. Your changes are then loaded after the original CSS and override the declarations in the original.</p>
<p>Take all the stuff out of the CSS edit window and put only what I have above into the CSS edit window and then save the stylesheet.
</p>
]]></description>
					</item>
		<item>
			<title>thesmartcookiecook on "Need narrower appearance for blog - please help!"</title>
			<link>http://en.forums.wordpress.com/topic/need-narrower-appearance-for-blog-please-help#post-662318</link>
			<pubDate>Thu, 04 Aug 2011 01:48:00 +0000</pubDate>
			<dc:creator>thesmartcookiecook</dc:creator>
			<guid isPermaLink="false">662318@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Here's the link so you can see what happened:<br />
<a href="http://www.thesmartcookiecook.com">click</a>
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Need narrower appearance for blog - please help!"</title>
			<link>http://en.forums.wordpress.com/topic/need-narrower-appearance-for-blog-please-help#post-662311</link>
			<pubDate>Thu, 04 Aug 2011 01:21:46 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">662311@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The below takes the content area down to 475px wide, which is just a little more than 75% of what it was. After uploading the header image, get the URL of that image and put it into the #header-image background declaration below where it says URL OF IMAGE between the double quote marks. You will have to go back to appearance &#62; header in your dashboard and "remove" the header image there. The header image should be 755px wide x 200px high.</p>
<pre><code>#wrapper, #header {
width: 755px;
}

#header-image {
background: url(&quot;URL OF IMAGE&quot;) no-repeat scroll 0 0 transparent;
width: 755px;
height: 200px;
}

.content {
width: 475px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>thesmartcookiecook on "Need narrower appearance for blog - please help!"</title>
			<link>http://en.forums.wordpress.com/topic/need-narrower-appearance-for-blog-please-help#post-662060</link>
			<pubDate>Wed, 03 Aug 2011 19:39:52 +0000</pubDate>
			<dc:creator>thesmartcookiecook</dc:creator>
			<guid isPermaLink="false">662060@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>First of all, thank you for trying to help me. Second of all, I'm not sure as far as actual numbers go, but I would say I'd like to reduce the width of the content by a quarter of what it is now. Finally, where do I put the code in the CCS once I change the image?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Need narrower appearance for blog - please help!"</title>
			<link>http://en.forums.wordpress.com/topic/need-narrower-appearance-for-blog-please-help#post-662058</link>
			<pubDate>Wed, 03 Aug 2011 19:34:23 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">662058@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This will take a number of things. You will have to redesign your header and reduce the width by however much you want. Then that image will have to be uploaded to your media library and then the URL of that has to be put directly into the CSS since the custom header uploader will always try to make the image the original size.</p>
<p>There are a number of other elements that will have to be adjusted in width. Right now the overall width of the main wrapper is 990px, the sidebar is 250px wide and the content (post) area is 620px wide. What width are you wanting, or how much do you want to narrow it by?
</p>
]]></description>
					</item>
		<item>
			<title>thesmartcookiecook on "Need narrower appearance for blog - please help!"</title>
			<link>http://en.forums.wordpress.com/topic/need-narrower-appearance-for-blog-please-help#post-662037</link>
			<pubDate>Wed, 03 Aug 2011 19:10:57 +0000</pubDate>
			<dc:creator>thesmartcookiecook</dc:creator>
			<guid isPermaLink="false">662037@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I really want to make my site appear narrower. It takes up practically the whole page and makes my header look overstretched and too big:<br />
<a href="http://www.thesmartcookiecook.com">as seen here</a><br />
I have tried digging through the code and messing with the wrapper width but I can't seem to change it. I really want to fix this. I have the "clean home" theme. Anyone know what to do? You'd be my hero...
</p>
]]></description>
					</item>

	</channel>
</rss>
