<?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: Move menu bar above header in Twenty Eleven?</title>
		<link>http://en.forums.wordpress.com/topic/move-menu-bar-above-header-in-twenty-eleven</link>
		<description>WordPress.com Forums &#187; Topic: Move menu bar above header in Twenty Eleven?</description>
		<language>en</language>
		<pubDate>Thu, 23 May 2013 03:28:49 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/move-menu-bar-above-header-in-twenty-eleven" rel="self" type="application/rss+xml" />

		<item>
			<title>thesacredpath on "Move menu bar above header in Twenty Eleven?"</title>
			<link>http://en.forums.wordpress.com/topic/move-menu-bar-above-header-in-twenty-eleven#post-656307</link>
			<pubDate>Wed, 27 Jul 2011 02:19:10 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">656307@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.</p>
<p>@sheri, yes it is cool being able to move the nav so easily. With the parent element having position: relative; set, the position absolute and top value will relate to the parent element. On older themes, you have to go in and set the parent to position relative, but on many of the newer themes, that is already done.
</p>
]]></description>
					</item>
		<item>
			<title>susanrileyphotography on "Move menu bar above header in Twenty Eleven?"</title>
			<link>http://en.forums.wordpress.com/topic/move-menu-bar-above-header-in-twenty-eleven#post-656260</link>
			<pubDate>Wed, 27 Jul 2011 01:07:02 +0000</pubDate>
			<dc:creator>susanrileyphotography</dc:creator>
			<guid isPermaLink="false">656260@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks to you both!  I love the menu being up on top and I so appreciate the extra coding suggestion for the header - I definitely like it better.  Have a great week!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Move menu bar above header in Twenty Eleven?"</title>
			<link>http://en.forums.wordpress.com/topic/move-menu-bar-above-header-in-twenty-eleven#post-656192</link>
			<pubDate>Tue, 26 Jul 2011 23:46:21 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">656192@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Note that if you do that, it will override what you set in the Appearance &#8594; Header page, and you would have to change the header image through the Custom CSS page instead of in the settings as long as the background url is set manually like that.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Move menu bar above header in Twenty Eleven?"</title>
			<link>http://en.forums.wordpress.com/topic/move-menu-bar-above-header-in-twenty-eleven#post-656187</link>
			<pubDate>Tue, 26 Jul 2011 23:44:08 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">656187@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Neat how a position change works on a theme like that. :)</p>
<p>Cute photos! I love photography.</p>
<p>I noticed you're stretching the header image from 100x288 to 850x300 and I think it would look nicer if you displayed the custom header image more like this: </p>
<pre><code>header#branding a img {
display: none;
}
header#branding {
background: url(http://srileyphoto.files.wordpress.com/2011/07/cropped-header1.jpg?w=853) no-repeat 0px 40px;
height: 284px;
width: 850px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Move menu bar above header in Twenty Eleven?"</title>
			<link>http://en.forums.wordpress.com/topic/move-menu-bar-above-header-in-twenty-eleven#post-655920</link>
			<pubDate>Tue, 26 Jul 2011 18:09:30 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">655920@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>For the menu, give the following a try, but make sure and check the site when logged in and logged out. Sometimes the positioning declarations can be a little tricky, but I think this will work in both cases. It appears like you got the box shadow in there on your own. Congrats on that!</p>
<pre><code>#access {
position: absolute;
top: 0;
}

#branding img {
margin-top: 43px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>timethief on "Move menu bar above header in Twenty Eleven?"</title>
			<link>http://en.forums.wordpress.com/topic/move-menu-bar-above-header-in-twenty-eleven#post-655775</link>
			<pubDate>Tue, 26 Jul 2011 15:28:10 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">655775@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I don't help with CSS editing. Only 1 Volunteer usually does when he can but when you purchase a custom design upgrade you do get Staff support. While you are waiting you may wish to search the threads produced by a forum search as your questions may have already been answered.<br />
<a href="http://en.forums.wordpress.com/tags/twenty-eleven" rel="nofollow">http://en.forums.wordpress.com/tags/twenty-eleven</a><br />
Also note &#62; When you alter a theme’s stylesheet, you only need to put in the Editor the modification/additions to the CSS, not the entire thing. Read this for more info:<br />
<a href="http://csswiz.wordpress.com/2009/10/15/if-you-have-the-wp-com-css-upgrade/" rel="nofollow">http://csswiz.wordpress.com/2009/10/15/if-you-have-the-wp-com-css-upgrade/</a>
</p>
]]></description>
					</item>
		<item>
			<title>susanrileyphotography on "Move menu bar above header in Twenty Eleven?"</title>
			<link>http://en.forums.wordpress.com/topic/move-menu-bar-above-header-in-twenty-eleven#post-655772</link>
			<pubDate>Tue, 26 Jul 2011 15:24:07 +0000</pubDate>
			<dc:creator>susanrileyphotography</dc:creator>
			<guid isPermaLink="false">655772@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>One more thing....could you also provide the CSS for making a box shadow for the page?  Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>susanrileyphotography on "Move menu bar above header in Twenty Eleven?"</title>
			<link>http://en.forums.wordpress.com/topic/move-menu-bar-above-header-in-twenty-eleven#post-655723</link>
			<pubDate>Tue, 26 Jul 2011 14:22:48 +0000</pubDate>
			<dc:creator>susanrileyphotography</dc:creator>
			<guid isPermaLink="false">655723@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there!  I'd like the CSS code for moving the menu bar to be above the header image in the Twenty Eleven theme.  My website is <a href="http://susanrileyphotography.com" rel="nofollow">http://susanrileyphotography.com</a>.  Thanks!
</p>
]]></description>
					</item>

	</channel>
</rss>
