<?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: Custom Header CSS code for Oxygen Theme</title>
		<link>http://en.forums.wordpress.com/topic/custom-header-css-code-for-oxygen-theme</link>
		<description>WordPress.com Forums &#187; Topic: Custom Header CSS code for Oxygen Theme</description>
		<language>en</language>
		<pubDate>Fri, 24 May 2013 17:26:59 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/custom-header-css-code-for-oxygen-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>thesacredpath on "Custom Header CSS code for Oxygen Theme"</title>
			<link>http://en.forums.wordpress.com/topic/custom-header-css-code-for-oxygen-theme#post-961563</link>
			<pubDate>Tue, 31 Jul 2012 06:21:13 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">961563@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You would want to instead put the image in #page in the CSS using the following CSS. Note that the length of the main page might vary in length a little from time to time, so the right length for an image isn't an absolute. You can have a shorter image and then have it repeat in the "Y" direction (down). If you want the image to repeat down, then replace "no-repeat" in the background declaration with "repeat-y".</p>
<p>Create your image at 940px wide and whatever length you choose and optimize it heavily so that it doesn't go over 250k in file size if at all possible to keep page loading times reasonable. Upload that image to your media library, get the URL and replace URL OF IMAGE between the double quote marks in the rule below.</p>
<pre><code>.page-template-showcase-php #page {
background: url(&quot;URL OF IMAGE&quot;) no-repeat scroll 0 0 transparent;
}</code></pre>
<p>On other thing to note is that the elements in the image may make it difficult to read things at certain points on the page since there is no background to the content text.</p>
<p>Give this a try and if adjustments are necessary, we can work on those.
</p>
]]></description>
					</item>
		<item>
			<title>girl4ny on "Custom Header CSS code for Oxygen Theme"</title>
			<link>http://en.forums.wordpress.com/topic/custom-header-css-code-for-oxygen-theme#post-961545</link>
			<pubDate>Tue, 31 Jul 2012 05:49:29 +0000</pubDate>
			<dc:creator>girl4ny</dc:creator>
			<guid isPermaLink="false">961545@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Is there a way for my header to stretch the entire length of the showcase page on my blog?</p>
<p>thehappymouthblog.com</p>
<p>I just want the header image to stretch the length of all the text. Any ideas for CSS code? I have a custom upgrade option already. </p>
<p>Thanks!
</p>
]]></description>
					</item>

	</channel>
</rss>
