<?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 stretch HEADER image ONLY in FOREVER THEME to the edges</title>
		<link>http://en.forums.wordpress.com/topic/how-to-stretch-header-image-only-in-forever-theme-to-the-edges</link>
		<description>WordPress.com Forums &#187; Topic: How to stretch HEADER image ONLY in FOREVER THEME to the edges</description>
		<language>en</language>
		<pubDate>Thu, 23 May 2013 09:31:39 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/how-to-stretch-header-image-only-in-forever-theme-to-the-edges" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "How to stretch HEADER image ONLY in FOREVER THEME to the edges"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-stretch-header-image-only-in-forever-theme-to-the-edges#post-992877</link>
			<pubDate>Thu, 30 Aug 2012 22:36:00 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">992877@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>I am hoping someone would be able to provide me with the code to stretch my HEADER IMAGE only all the way to the borders in CSS Forever Theme??</p></blockquote>
<p>First, you will need to create an image that is wide enough and <a href="http://en.support.wordpress.com/media/media-add-new/">upload it to your media library</a>. I would recommend 890 x 186 pixels to work well with the following CSS example, but you can adjust the numbers if you upload an image that has different dimensions. Here is a base for  you to work with:</p>
<pre><code>#masthead .custom-header img {
	display: none;
}

#masthead .custom-header {
	display: block;
	height: 221px;
	background: url(http://s.wordpress.org/about/images/logos/codeispoetry-rgb.png) center no-repeat;
}

#masthead {
	margin-left: 0;
	margin-right: 0;
}

#access {
	width: 890px;
	margin-left: 3.645833333333%;
}</code></pre>
<p>Change out the url() value to the URL of the image you upload to your media library and then paste the entire block of CSS into your Appearance &#8594; Custom Design &#8594; CSS editor.
</p>
]]></description>
					</item>
		<item>
			<title>pcrumm on "How to stretch HEADER image ONLY in FOREVER THEME to the edges"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-stretch-header-image-only-in-forever-theme-to-the-edges#post-991414</link>
			<pubDate>Wed, 29 Aug 2012 15:50:51 +0000</pubDate>
			<dc:creator>pcrumm</dc:creator>
			<guid isPermaLink="false">991414@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there,</p>
<p>I've gone ahead and moved this topic to the CSS Customization forum so it can get the love it deserves.</p>
<p>Happy blogging!
</p>
]]></description>
					</item>
		<item>
			<title>adellaandco on "How to stretch HEADER image ONLY in FOREVER THEME to the edges"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-stretch-header-image-only-in-forever-theme-to-the-edges#post-991038</link>
			<pubDate>Wed, 29 Aug 2012 03:55:53 +0000</pubDate>
			<dc:creator>adellaandco</dc:creator>
			<guid isPermaLink="false">991038@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello,</p>
<p>I am hoping someone would be able to provide me with the code to stretch my HEADER IMAGE only all the way to the borders in CSS Forever Theme?? </p>
<p>Also, I would like to make the entire right side bar narrower, does anyone know the CSS code for that??</p>
<p>Thank you!!!!</p>
<p><a href="http://www.adellaandco.com" rel="nofollow">http://www.adellaandco.com</a>
</p>
]]></description>
					</item>

	</channel>
</rss>
