<?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; Tag: move header image - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/move-header-image</link>
		<description>WordPress.com Forums &#187; Tag: move header image - Recent Posts</description>
		<language>en</language>
		<pubDate>Thu, 20 Jun 2013 06:30:17 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/move-header-image" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Header above menu?"</title>
			<link>http://en.forums.wordpress.com/topic/header-above-menu#post-1110288</link>
			<pubDate>Wed, 02 Jan 2013 17:32:44 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1110288@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>but for the life of me i dont see anywhere where i can INPUT the html to be able to edit it.</p></blockquote>
<p>Things are a little different at WordPress.com. Here, the Custom Design upgrade gives the option to add or replace CSS to change the appearance of a theme. However, WordPress.com does not give you the option to modify theme HTML. You can move things around using CSS though, and it seems to me that will work just fine for this case. </p>
<p>To move the header image in the Misty Lake theme above the main menu, try adding this to your Appearance &#8594; Custom Design &#8594; CSS editor:</p>
<pre><code>hgroup {
	display: block;
	padding-bottom: 120px;
}

.header-image a {
	position: absolute;
	left: 0;
	top: -180px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>rakhinelay on "Header above menu?"</title>
			<link>http://en.forums.wordpress.com/topic/header-above-menu#post-1108833</link>
			<pubDate>Tue, 01 Jan 2013 15:33:00 +0000</pubDate>
			<dc:creator>rakhinelay</dc:creator>
			<guid isPermaLink="false">1108833@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I wanna say about this. I am not a better blogger but I think I can solve that problem. Header image is under         appearances<br />
you have to go       appearance and click header . And yo u will see ...........................................thank.
</p>
]]></description>
					</item>
		<item>
			<title>northwicklowcc on "Header above menu?"</title>
			<link>http://en.forums.wordpress.com/topic/header-above-menu#post-1108822</link>
			<pubDate>Tue, 01 Jan 2013 15:20:34 +0000</pubDate>
			<dc:creator>northwicklowcc</dc:creator>
			<guid isPermaLink="false">1108822@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>iv changed the header to my custom header</p>
<p>but im not able to put it above the menu
</p>
]]></description>
					</item>
		<item>
			<title>fateenproductions on "Header above menu?"</title>
			<link>http://en.forums.wordpress.com/topic/header-above-menu#post-1108803</link>
			<pubDate>Tue, 01 Jan 2013 15:08:40 +0000</pubDate>
			<dc:creator>fateenproductions</dc:creator>
			<guid isPermaLink="false">1108803@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>hi, if it is and image you want to get over the menu all you have to do is  go to your dashboard and click appearances then there should be an option to change the header image if your need more help contact me on [email redacted] and check out my blog fateenproduction.wordpress.com
</p>
]]></description>
					</item>
		<item>
			<title>northwicklowcc on "Header above menu?"</title>
			<link>http://en.forums.wordpress.com/topic/header-above-menu#post-1108778</link>
			<pubDate>Tue, 01 Jan 2013 14:14:27 +0000</pubDate>
			<dc:creator>northwicklowcc</dc:creator>
			<guid isPermaLink="false">1108778@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ok hello</p>
<p>Im currently having an issue trying to get my header above the menu. </p>
<p>Iv looked and googled around and apparently iv gotta edit the html. but for the life of me i dont see anywhere where i can INPUT the html to be able to edit it.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Add a little extra distance between header and text in balloon theme"</title>
			<link>http://en.forums.wordpress.com/topic/add-a-little-extra-distance-between-header-and-text-in-balloon-theme#post-1024232</link>
			<pubDate>Fri, 28 Sep 2012 02:00:55 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1024232@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Alternatively, I think I might want the image below the title, rather than above. is this possible?? </p></blockquote>
<p>To move the image below the title, start with this and adjust the numbers as necessary until it looks how you want:</p>
<pre><code>#masthead img {
	display: none;
}
hgroup {
	background: url(http://louboxdotme.files.wordpress.com/2012/09/cropped-weezfacefinalneck.jpg) center 180px no-repeat;
	min-width: 640px;
	min-height: 610px;
}
.custom-background .main-navigation {
	padding: 10px 0 0 0;
	margin-left: -4px;
}
.main-navigation ul li::before {
	padding: 0;
}
#masthead {
	margin-bottom: 10px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "Add a little extra distance between header and text in balloon theme"</title>
			<link>http://en.forums.wordpress.com/topic/add-a-little-extra-distance-between-header-and-text-in-balloon-theme#post-1024231</link>
			<pubDate>Fri, 28 Sep 2012 02:00:22 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1024231@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>I only want a little more space between the header and title of the posts.</p></blockquote>
<p>I tested changing the bottom margin for #masthead from 50px to 0 and back again, and I don't see the image change its alignment when I update that. Is that the CSS you were referring to?</p>
<p>The image looks good to me, so you may have already figured this out. Please reply back here and mark the thread as "not resolved" if you need further help with the header spacing.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "I would like to move the header image location in manifest theme, help?"</title>
			<link>http://en.forums.wordpress.com/topic/i-would-like-to-move-the-header-image-location-in-manifest-theme-help#post-1020958</link>
			<pubDate>Mon, 24 Sep 2012 20:13:16 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1020958@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I see you figured it out!</p>
<pre><code>#header-image {
	margin:25px auto 0;
}

#site-description {
	margin:0 auto 50px;
	padding:0;
}</code></pre>
<p>Nice work! Your blog really looks fantastic. :)
</p>
]]></description>
					</item>
		<item>
			<title>boxy1001 on "Add a little extra distance between header and text in balloon theme"</title>
			<link>http://en.forums.wordpress.com/topic/add-a-little-extra-distance-between-header-and-text-in-balloon-theme#post-1015814</link>
			<pubDate>Wed, 19 Sep 2012 16:11:46 +0000</pubDate>
			<dc:creator>boxy1001</dc:creator>
			<guid isPermaLink="false">1015814@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi! I'm an absolute newbie at anything blog/css related so bear with me! I've chosen the balloons theme and have managed (through the power on the internet) to remove the balloons and the space they occupied. However, if I change the margin from 0 to, say 50 in the css, the header and text no longer align (this is probably a hilarious rookie error). Could someone help me with this? I only want a little more space between the header and title of the posts.<br />
Alternatively, I think I might want the image below the title, rather than above. is this possible?? Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>pilgrimstyling on "I would like to move the header image location in manifest theme, help?"</title>
			<link>http://en.forums.wordpress.com/topic/i-would-like-to-move-the-header-image-location-in-manifest-theme-help#post-1003180</link>
			<pubDate>Sun, 09 Sep 2012 13:00:20 +0000</pubDate>
			<dc:creator>pilgrimstyling</dc:creator>
			<guid isPermaLink="false">1003180@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I would like to move the header image location in manifest theme. I would just like to move it down a fraction as it looks too cramped at the top of the blog. </p>
<p>Is there an easy way of doing this? </p>
<p>Even in the CSS? </p>
<p>I am really inexperienced at doing this.<br />
Blog url: <a href='http://pilgrimstyling.wordpress.com/'>http://pilgrimstyling.wordpress.com/</a>
</p>
]]></description>
					</item>

	</channel>
</rss>
