<?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: [Theme: Hatch] Moving the menu below the header image</title>
		<link>http://en.forums.wordpress.com/topic/theme-hatch-moving-the-menu-below-the-header-image</link>
		<description>WordPress.com Forums &#187; Topic: [Theme: Hatch] Moving the menu below the header image</description>
		<language>en</language>
		<pubDate>Thu, 20 Jun 2013 04:19:00 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/theme-hatch-moving-the-menu-below-the-header-image" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "[Theme: Hatch] Moving the menu below the header image"</title>
			<link>http://en.forums.wordpress.com/topic/theme-hatch-moving-the-menu-below-the-header-image#post-1108104</link>
			<pubDate>Mon, 31 Dec 2012 16:57:00 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1108104@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>How do I move the menu links (Portfolio, About Me, Link) from the top right hand corner to below the header image in the center?</p></blockquote>
<p>Try adding this to your Appearance &#8594; Custom Design &#8594; CSS editor:</p>
<pre><code>.blog #masthead hgroup,
.home.page #masthead hgroup {
	margin-bottom: 0;
}

.main-navigation {
	position: absolute;
	text-align: center;
	top: 275px;
	width: 940px;
}

.main-navigation ul {
	float: none;
	display: inline-block;
}

.main-navigation li:first-child a {
	margin-left: 0;
}</code></pre>
<p>Note that it's best to only copy in the CSS rules that you change without copying the entire original stylesheet into the editor. It makes things easier to keep track of and the CSS will be easier to work with that way.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "[Theme: Hatch] Moving the menu below the header image"</title>
			<link>http://en.forums.wordpress.com/topic/theme-hatch-moving-the-menu-below-the-header-image#post-1108103</link>
			<pubDate>Mon, 31 Dec 2012 16:56:52 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1108103@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello! @castelinokelvin, it looks like you're assuming that anyone with a custom domain name is using a self-hosted WordPress.org setup but that's not the case! A simple way to tell is by looking at the footer. A link back to WordPress.com means it's hosted at WordPress.com even if the domain doesn't say "wordpress.com" in it. :)
</p>
]]></description>
					</item>
		<item>
			<title>castelinokelvin on "[Theme: Hatch] Moving the menu below the header image"</title>
			<link>http://en.forums.wordpress.com/topic/theme-hatch-moving-the-menu-below-the-header-image#post-1096982</link>
			<pubDate>Mon, 17 Dec 2012 09:01:10 +0000</pubDate>
			<dc:creator>castelinokelvin</dc:creator>
			<guid isPermaLink="false">1096982@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hmm since your blog is self hosted, I suppose you have the access to you code. Are you ready to do some PHP code change or you want achieve this only through CSS, which would be little hard so!</p>
<p>PHP code will be in the Dashboard -&#62; Appearance -&#62; Editor
</p>
]]></description>
					</item>
		<item>
			<title>witapuspita on "[Theme: Hatch] Moving the menu below the header image"</title>
			<link>http://en.forums.wordpress.com/topic/theme-hatch-moving-the-menu-below-the-header-image#post-1080941</link>
			<pubDate>Thu, 29 Nov 2012 03:53:32 +0000</pubDate>
			<dc:creator>witapuspita</dc:creator>
			<guid isPermaLink="false">1080941@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello,<br />
I am working on my blog <a href="http://witapuspita.com/" rel="nofollow">http://witapuspita.com/</a><br />
Everything looks quite like what I wanted, but how do I move the menu links (Portfolio, About Me, Link) from the top right hand corner to below the header image in the center?<br />
Thanks for your help!
</p>
]]></description>
					</item>

	</channel>
</rss>
