<?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 my navigation menu</title>
		<link>http://en.forums.wordpress.com/topic/move-my-navigation-menu</link>
		<description>WordPress.com Forums &#187; Topic: Move my navigation menu</description>
		<language>en</language>
		<pubDate>Thu, 23 May 2013 00:07:00 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/move-my-navigation-menu" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Move my navigation menu"</title>
			<link>http://en.forums.wordpress.com/topic/move-my-navigation-menu#post-999503</link>
			<pubDate>Wed, 05 Sep 2012 20:09:19 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">999503@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Here is an example that will move the main menu in the Coraline theme below the header image. It also hides page titles since they look a little repetitive when the menu is moved down next to them like that.</p>
<p>Try adding this to your Appearance &#8594; Custom Design &#8594; CSS editor:</p>
<pre><code>#header {
	position: relative;
}

#access {
	position: absolute;
	border-top: none;
	bottom: -22px;
}

.page .entry-title {
	display: none;
}

#content-container {
	padding-top: 20px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>andovercs on "Move my navigation menu"</title>
			<link>http://en.forums.wordpress.com/topic/move-my-navigation-menu#post-996467</link>
			<pubDate>Sun, 02 Sep 2012 23:42:44 +0000</pubDate>
			<dc:creator>andovercs</dc:creator>
			<guid isPermaLink="false">996467@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I want to move my navigation menu to below my header picture. I have CSS, but am very new to it and don't know how to use it yet. Thanks so much!
</p>
]]></description>
					</item>

	</channel>
</rss>
