<?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: Less White Space Above Header in (customized) Clean Home</title>
		<link>http://en.forums.wordpress.com/topic/less-white-space-above-header-in-customized-clean-home</link>
		<description>WordPress.com Forums &#187; Topic: Less White Space Above Header in (customized) Clean Home</description>
		<language>en</language>
		<pubDate>Thu, 23 May 2013 08:36:38 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/less-white-space-above-header-in-customized-clean-home" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Less White Space Above Header in (customized) Clean Home"</title>
			<link>http://en.forums.wordpress.com/topic/less-white-space-above-header-in-customized-clean-home#post-924566</link>
			<pubDate>Mon, 25 Jun 2012 17:14:31 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">924566@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Since you're not using the #logo area, you could get rid of it entirely like this:</p>
<pre><code>#logo {
	display: none;
}</code></pre>
<p>It will nudge the new header you added up just a bit further.</p>
<p>I love that you are blogging here at WordPress.com. Welcome! :)
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Less White Space Above Header in (customized) Clean Home"</title>
			<link>http://en.forums.wordpress.com/topic/less-white-space-above-header-in-customized-clean-home#post-923939</link>
			<pubDate>Sun, 24 Jun 2012 22:55:06 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">923939@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>brucebarry on "Less White Space Above Header in (customized) Clean Home"</title>
			<link>http://en.forums.wordpress.com/topic/less-white-space-above-header-in-customized-clean-home#post-923937</link>
			<pubDate>Sun, 24 Jun 2012 22:54:17 +0000</pubDate>
			<dc:creator>brucebarry</dc:creator>
			<guid isPermaLink="false">923937@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>and now to end the italics properly for everyone's benefit.</p>
<p>[ UPDATE by Staff: fixed the italics :) ]
</p>
]]></description>
					</item>
		<item>
			<title>brucebarry on "Less White Space Above Header in (customized) Clean Home"</title>
			<link>http://en.forums.wordpress.com/topic/less-white-space-above-header-in-customized-clean-home#post-923935</link>
			<pubDate>Sun, 24 Jun 2012 22:52:47 +0000</pubDate>
			<dc:creator>brucebarry</dc:creator>
			<guid isPermaLink="false">923935@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank for your helpfuly reply, oh path of sacredness.  Yes I see what you mean about height still at 200px in source code, despite the fact that I have a css entry for <em>#header-image a</em> setting the height lower.  A bug indeed.</p>
<p>But on a positive note your css suggestions for <em>#logo</em> (<em>margin-top</em> and <em>padding-top</em> did get rid of as much of it as I would have wanted so bug aside, problem solved!</p>
<p>Many thanks again.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Less White Space Above Header in (customized) Clean Home"</title>
			<link>http://en.forums.wordpress.com/topic/less-white-space-above-header-in-customized-clean-home#post-923908</link>
			<pubDate>Sun, 24 Jun 2012 22:25:11 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">923908@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This will get rid of some of it. The padding-top gets rid of 18px. You can adjust the -10px placeholder margin-top value I've used to adjust it a little more.</p>
<pre><code>#logo {
margin-top: -10px;
padding-top: 0;
}</code></pre>
<p>The main problem is that the header image in the source code is still showing up at 200px in height, not 120px. That is what is causing most of the issue. This is what shows up in the source code:</p>
<p><code>&lt;img width=&quot;900&quot; height=&quot;200&quot; alt=&quot;&quot; src=&quot;http://brucebarry.files.wordpress.com/2012/06/cropped-header_cleanhome_900x120.jpg&quot;&gt;</code></p>
<p>Note the 200 height value? This I think is a bug that staff need to look into.
</p>
]]></description>
					</item>
		<item>
			<title>brucebarry on "Less White Space Above Header in (customized) Clean Home"</title>
			<link>http://en.forums.wordpress.com/topic/less-white-space-above-header-in-customized-clean-home#post-922982</link>
			<pubDate>Sat, 23 Jun 2012 18:02:16 +0000</pubDate>
			<dc:creator>brucebarry</dc:creator>
			<guid isPermaLink="false">922982@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Clean home theme, with CSS customization.  I figured out how to shrink the vertical size of the header image to size I want (from default 900x200 to 900x120) and how to move navmenu to below header image ... all good.  But I still wish I could get the header further up, losing more (maybe half) of that white space up top.  </p>
<p>While I have seen other threads on lessening top-of-page white space, I haven't figured out which one would apply to my situation. (One thread suggested <em>margin-top:0</em> and <em>padding-top:0</em> in #wrapper but doesn't seem to make a difference in my case.) So apologies for redundancy (if there is such) and thanks in advance.
</p>
]]></description>
					</item>

	</channel>
</rss>
