<?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: Header stationary when browser size changes</title>
		<link>http://en.forums.wordpress.com/topic/header-stationary-when-browser-size-changes</link>
		<description>WordPress.com Forums &#187; Topic: Header stationary when browser size changes</description>
		<language>en</language>
		<pubDate>Thu, 23 May 2013 03:01:12 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/header-stationary-when-browser-size-changes" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Header stationary when browser size changes"</title>
			<link>http://en.forums.wordpress.com/topic/header-stationary-when-browser-size-changes#post-1088418</link>
			<pubDate>Thu, 06 Dec 2012 18:00:07 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1088418@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Separately, I'd also like to know if there's a way I can make the header a link to the homepage of the site.</p></blockquote>
<p>There is not a way to add links using CSS only, but what you can do is add something that does have a link, such as the Appearance &#8594; Theme Options &#8594; Logo in this case, and then you can use the link itself when you replace the background image and then the link will still work. Since your site doesn't have a logo setup, I couldn't test on it directly, but here is an example you can start with using the Preview option on the Appearance &#8594; Custom Design &#8594; CSS page:</p>
<pre><code>#header-left {
	padding: 0;
}
#header-left .site-title {
	margin-bottom: 0;
}
#header-left h1 a {
	display: block;
	width: 980px;
	height:180px;
	background: url(&#039;http://kidlitnetwork.files.wordpress.com/2012/11/klnheader1.jpeg&#039;) center no-repeat;
}
#header-left h1 a img {
	display: none;
}
#header-right {
	display: none;
}</code></pre>
<p>You may need to adjust the CSS a little based for your blog.
</p>
]]></description>
					</item>
		<item>
			<title>kidlitnetwork on "Header stationary when browser size changes"</title>
			<link>http://en.forums.wordpress.com/topic/header-stationary-when-browser-size-changes#post-1088389</link>
			<pubDate>Thu, 06 Dec 2012 17:36:54 +0000</pubDate>
			<dc:creator>kidlitnetwork</dc:creator>
			<guid isPermaLink="false">1088389@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes - we've resolved the issue. Thank you!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Header stationary when browser size changes"</title>
			<link>http://en.forums.wordpress.com/topic/header-stationary-when-browser-size-changes#post-1088385</link>
			<pubDate>Thu, 06 Dec 2012 17:36:02 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1088385@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>When I change the size of my browser window, the header remains stationary while the page moves, therefore making it off-center. </p></blockquote>
<p>I tried testing this at <a href="http://kidlitnetwork.com/" rel="nofollow">http://kidlitnetwork.com/</a> but the header always looks centered to me when I changed the browser window size.</p>
<p>It looks like you might have fixed this by manually replacing your header image using the following CSS. Is that what happened?</p>
<pre><code>#header-right {
	display: none
}
#header {
	background: url(&#039;http://kidlitnetwork.files.wordpress.com/2012/11/klnheader1.jpeg&#039;) no-repeat center;
	width:100%;
	height:180px
}</code></pre>
]]></description>
					</item>
		<item>
			<title>musictravelwrite on "Header stationary when browser size changes"</title>
			<link>http://en.forums.wordpress.com/topic/header-stationary-when-browser-size-changes#post-1065800</link>
			<pubDate>Sat, 10 Nov 2012 06:44:15 +0000</pubDate>
			<dc:creator>musictravelwrite</dc:creator>
			<guid isPermaLink="false">1065800@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Can anyone help me with this? I've been on a ton of different CSS forums and sites over the last few days and nothing seems to work.</p>
<p>Thank you!</p>
<p>Michelle
</p>
]]></description>
					</item>
		<item>
			<title>musictravelwrite on "Header stationary when browser size changes"</title>
			<link>http://en.forums.wordpress.com/topic/header-stationary-when-browser-size-changes#post-1064796</link>
			<pubDate>Fri, 09 Nov 2012 00:34:09 +0000</pubDate>
			<dc:creator>musictravelwrite</dc:creator>
			<guid isPermaLink="false">1064796@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello,</p>
<p>I have the On Demand theme and the custom upgrade. When I change the size of my browser window, the header remains stationary while the page moves, therefore making it off-center. I've checked in multiple browsers (Chrome, Firefox, Safari). </p>
<p>Separately, I'd also like to know if there's a way I can make the header a link to the homepage of the site.</p>
<p>Here is my CSS:</p>
<p>#header {<br />
position: relative;<br />
top: 0;<br />
background: url('http://ladyaandmischu.files.wordpress.com/2012/11/klnheader1.jpeg');<br />
width: 975px;<br />
height: 180px;<br />
margin: 124px;<br />
margin-top: 0;<br />
margin-bottom: 0;<br />
}</p>
<p>The site isn't launched, but so I've set a temporary password:</p>
<p>name: kidlitnetwork<br />
password: thisisapassword</p>
<p>Any help would be greatly appreciated! Thanks,</p>
<p>Michelle
</p>
]]></description>
					</item>

	</channel>
</rss>
