<?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 do I add a bigger header?</title>
		<link>http://en.forums.wordpress.com/topic/how-do-i-add-a-bigger-header</link>
		<description>WordPress.com Forums &#187; Topic: How do I add a bigger header?</description>
		<language>en</language>
		<pubDate>Sat, 18 May 2013 11:24:28 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/how-do-i-add-a-bigger-header" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "How do I add a bigger header?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-add-a-bigger-header#post-845428</link>
			<pubDate>Tue, 20 Mar 2012 22:38:24 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">845428@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To add a larger header image than the one built into a theme, first you should create an image the size you want, <a href="http://en.support.wordpress.com/images/">upload it to your media library</a>, and copy down the image URL.</p>
<p>Then add CSS to hide the existing image and set a background image on the HTML element one step above it. What CSS you add depends on the theme you use. The armyofcp.com and doritosarmy.com sites you mentioned are using the Digg 3 theme. </p>
<p>Here is an example of the CSS you could use to add a large header image to the Digg 3 theme:</p>
<pre><code>#header-image img, #header-overlay img {
display: none;
}

#header {
display: block;
width: YOUR_IMAGE_WIDTH;
height: YOUR_IMAGE_HEIGHT;
background: url(YOUR_IMAGE_URL);
}

#pagetitle {
height: HEIGHT_ABOVE_SEARCHBOX;
}</code></pre>
<p>Replace YOUR_IMAGE_WIDTH and YOUR_IMAGE_HEIGHT with your image width and height. Replace YOUR_IMAGE_URL with the one for the image you uploaded to your media library. Replace HEIGHT_ABOVE_SEARCHBOX with the space you'd like to see above the search box.</p>
<p>Also, our CSS forums are open to everyone! Building a community where everyone is welcome and has an opportunity to participate is the type of environment we'd like to project.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "How do I add a bigger header?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-add-a-bigger-header#post-837430</link>
			<pubDate>Sun, 11 Mar 2012 00:06:54 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">837430@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Only Staff provide CSS editing support and this is the notice posted at the support link:</p>
<blockquote><p>Support will be closed over the weekend. We will reopen by 8am Pacific Time on Monday, March 12th.  <a href="http://en.support.wordpress.com/contact/" rel="nofollow">http://en.support.wordpress.com/contact/</a> </blockquote>
 Please be patient while waiting.
</p>
]]></description>
					</item>
		<item>
			<title>sneezy35 on "How do I add a bigger header?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-add-a-bigger-header#post-837427</link>
			<pubDate>Sun, 11 Mar 2012 00:00:25 +0000</pubDate>
			<dc:creator>sneezy35</dc:creator>
			<guid isPermaLink="false">837427@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>On some websites they have a bigger header like armyofcp.com and doritosarmy.com and stuff whats the code for that?
</p>
]]></description>
					</item>

	</channel>
</rss>
