<?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: Fresh and Clean theme: Remove Space Above Header</title>
		<link>http://en.forums.wordpress.com/topic/fresh-and-clean-theme-remove-space-above-header</link>
		<description>WordPress.com Forums &#187; Topic: Fresh and Clean theme: Remove Space Above Header</description>
		<language>en</language>
		<pubDate>Tue, 21 May 2013 06:11:20 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/fresh-and-clean-theme-remove-space-above-header" rel="self" type="application/rss+xml" />

		<item>
			<title>rachelmcr on "Fresh and Clean theme: Remove Space Above Header"</title>
			<link>http://en.forums.wordpress.com/topic/fresh-and-clean-theme-remove-space-above-header#post-1115639</link>
			<pubDate>Tue, 08 Jan 2013 14:34:53 +0000</pubDate>
			<dc:creator>rachelmcr</dc:creator>
			<guid isPermaLink="false">1115639@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're very welcome! Glad I could help.
</p>
]]></description>
					</item>
		<item>
			<title>petedensmore on "Fresh and Clean theme: Remove Space Above Header"</title>
			<link>http://en.forums.wordpress.com/topic/fresh-and-clean-theme-remove-space-above-header#post-1115634</link>
			<pubDate>Tue, 08 Jan 2013 14:28:34 +0000</pubDate>
			<dc:creator>petedensmore</dc:creator>
			<guid isPermaLink="false">1115634@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Wow, thank you so much for the help and pointing me in the right direction. I'll definitely check out Firebug and the CSS forum. Appreciate it!
</p>
]]></description>
					</item>
		<item>
			<title>rachelmcr on "Fresh and Clean theme: Remove Space Above Header"</title>
			<link>http://en.forums.wordpress.com/topic/fresh-and-clean-theme-remove-space-above-header#post-1115508</link>
			<pubDate>Tue, 08 Jan 2013 10:45:41 +0000</pubDate>
			<dc:creator>rachelmcr</dc:creator>
			<guid isPermaLink="false">1115508@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>P.S. In the future, you can post these kinds of questions directly in the <a href="http://en.forums.wordpress.com/forum/css-customization">CSS Customization</a> forum. Most of the CSS experts hang out there, so posting in that forum should get your questions answered faster. :)
</p>
]]></description>
					</item>
		<item>
			<title>rachelmcr on "Fresh and Clean theme: Remove Space Above Header"</title>
			<link>http://en.forums.wordpress.com/topic/fresh-and-clean-theme-remove-space-above-header#post-1115505</link>
			<pubDate>Tue, 08 Jan 2013 10:41:01 +0000</pubDate>
			<dc:creator>rachelmcr</dc:creator>
			<guid isPermaLink="false">1115505@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Sure! The code controlling that blue margin above your header image looks like this:</p>
<p><code>#page {&lt;br /&gt;
margin: 1.563em auto 0;&lt;br /&gt;
}</code></p>
<p>The first value is the top margin, the second is the side margins, and the third is the bottom margin. (You can read more about how this works in this <a href="http://www.w3schools.com/css/css_margin.asp">W3Schools CSS Margin</a> article.)</p>
<p>To remove the blue margin at the top, just change the first value to 0. A simplified version of that code looks like this:</p>
<p><code>#page {&lt;br /&gt;
margin: 0 auto;&lt;br /&gt;
}</code></p>
<p>In this code, the first number controls both the top and bottom margins, while "auto" controls the side margins.</p>
<p>I encourage you to look over the <a href="http://en.support.wordpress.com/custom-design/css-basics/">CSS Basics</a> page to get a better sense of how CSS works. It will help you learn to explore this code and feel more confident working with it.</p>
<p>The <a href="http://getfirebug.com/">Firebug</a> add-on for Firefox is my favorite CSS tool, because you can right-click on any element on your website and inspect the code behind it. You can also test out changes to the code and see the results on the screen without changing how anyone else views your website. I find that very helpful!
</p>
]]></description>
					</item>
		<item>
			<title>petedensmore on "Fresh and Clean theme: Remove Space Above Header"</title>
			<link>http://en.forums.wordpress.com/topic/fresh-and-clean-theme-remove-space-above-header#post-1115329</link>
			<pubDate>Tue, 08 Jan 2013 03:52:19 +0000</pubDate>
			<dc:creator>petedensmore</dc:creator>
			<guid isPermaLink="false">1115329@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>unfortunately, i'm not sure how to do that. can you please explain? i'm a CSS novice. thanks!
</p>
]]></description>
					</item>
		<item>
			<title>rachelmcr on "Fresh and Clean theme: Remove Space Above Header"</title>
			<link>http://en.forums.wordpress.com/topic/fresh-and-clean-theme-remove-space-above-header#post-1113158</link>
			<pubDate>Sat, 05 Jan 2013 17:32:49 +0000</pubDate>
			<dc:creator>rachelmcr</dc:creator>
			<guid isPermaLink="false">1113158@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You should be able to do that by changing #page to have margin: 0 auto;</p>
<p>Let me know if that wasn't clear or didn't work as you wanted it to.
</p>
]]></description>
					</item>
		<item>
			<title>petedensmore on "Fresh and Clean theme: Remove Space Above Header"</title>
			<link>http://en.forums.wordpress.com/topic/fresh-and-clean-theme-remove-space-above-header#post-1112088</link>
			<pubDate>Fri, 04 Jan 2013 16:05:12 +0000</pubDate>
			<dc:creator>petedensmore</dc:creator>
			<guid isPermaLink="false">1112088@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I would like to remove the dark blue space above my tan header image so that the header image is flush with the top of the page.
</p>
]]></description>
					</item>

	</channel>
</rss>
