<?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: Adding a Larger Header Image to Manifest Theme</title>
		<link>http://en.forums.wordpress.com/topic/adding-a-larger-header-image-to-manifest-theme</link>
		<description>WordPress.com Forums &#187; Topic: Adding a Larger Header Image to Manifest Theme</description>
		<language>en</language>
		<pubDate>Wed, 19 Jun 2013 18:04:46 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/adding-a-larger-header-image-to-manifest-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>chemblack on "Adding a Larger Header Image to Manifest Theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-a-larger-header-image-to-manifest-theme#post-945232</link>
			<pubDate>Mon, 16 Jul 2012 18:21:26 +0000</pubDate>
			<dc:creator>chemblack</dc:creator>
			<guid isPermaLink="false">945232@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you so much! I went with the second option, and now feel free to have my artist create my images.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Adding a Larger Header Image to Manifest Theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-a-larger-header-image-to-manifest-theme#post-945044</link>
			<pubDate>Mon, 16 Jul 2012 15:56:05 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">945044@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Your image is larger than the container area width, so you have two options: either make the image smaller or make the width of the site larger. Also, if you put the background image on the link instead of #site-title, then the header image will still be clickable.</p>
<p>To make the image smaller:</p>
<pre><code>#site-title a {
	display: block;
	background:url(&#039;http://cheblackdotcom.files.wordpress.com/2012/07/sample-header.png?w=500&#039;) no-repeat scroll center top transparent;
	width:500px;
	height:168px;
	margin-top:0;
	text-indent: -9999px;
}</code></pre>
<p>Or to make the width bigger:</p>
<pre><code>#site-wrapper,
#main-nav ul ul,
#core-content,
#comments h3,
legend span,
#footer,
.footer-content {
	width: 892px;
}
#site-title a {
	display: block;
	background:url(&#039;http://cheblackdotcom.files.wordpress.com/2012/07/sample-header.png&#039;) no-repeat scroll center top transparent;
	width:892px;
	height:301px;
	margin-top:0;
	text-indent: -9999px;
}</code></pre>
<p>Note that you may also need to make some additional adjustments to the spacing if you go with the 2nd option such as for the footer widgets, and you will want to update the limit width setting on Appearance &#8594; Custom Design &#8594; CSS to 892 for that option.
</p>
]]></description>
					</item>
		<item>
			<title>chemblack on "Adding a Larger Header Image to Manifest Theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-a-larger-header-image-to-manifest-theme#post-942060</link>
			<pubDate>Fri, 13 Jul 2012 16:20:07 +0000</pubDate>
			<dc:creator>chemblack</dc:creator>
			<guid isPermaLink="false">942060@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I was able to add a larger heading image and remove the title text using the following code:<br />
<code>&lt;br /&gt;
#site-title {&lt;br /&gt;
	background:url(&#039;http://cheblackdotcom.files.wordpress.com/2012/07/sample-header.png&#039;) no-repeat scroll center top transparent;&lt;br /&gt;
	height:301px;&lt;br /&gt;
    width:892px;&lt;br /&gt;
	margin-top:0;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;h1#site-title a {&lt;br /&gt;
	display:none;&lt;br /&gt;
}&lt;br /&gt;
</code></p>
<p>However I am having trouble center aligning the image with my site.
</p>
]]></description>
					</item>
		<item>
			<title>chemblack on "Adding a Larger Header Image to Manifest Theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-a-larger-header-image-to-manifest-theme#post-942023</link>
			<pubDate>Fri, 13 Jul 2012 15:45:22 +0000</pubDate>
			<dc:creator>chemblack</dc:creator>
			<guid isPermaLink="false">942023@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi All;</p>
<p>I am trying my hand at CSS for the first time but nothing is working. I want to add a large header image that will replace the header text. From what I understand, I would take the custom CSS and paste it directly into the CSS style sheet editor, completely alone, and it would override the existing Manifest CSS. The code I am using is</p>
<p>#header-image a img {<br />
	display: none;<br />
}<br />
#header-image {<br />
	display: block;<br />
	margin: 0 auto;<br />
	background: url(MEDIA LIBRARY URL*) no-repeat;<br />
	width: 500px;<br />
	height: 500px;<br />
}</p>
<p>but when I pasted this in with the correct URL and saved, nothing on my site changed.</p>
<p>What am I doing wrong?
</p>
]]></description>
					</item>

	</channel>
</rss>
