<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>getzenned.com &#187; header</title>
	<atom:link href="http://getzenned.com/tag/header/feed/" rel="self" type="application/rss+xml" />
	<link>http://getzenned.com</link>
	<description>Zen Cart Ecommerce and Word Press Design Blog</description>
	<lastBuildDate>Mon, 12 Mar 2012 05:54:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Adding Space at Top of Site</title>
		<link>http://getzenned.com/2010/01/26/adding-space-at-top-of-site/</link>
		<comments>http://getzenned.com/2010/01/26/adding-space-at-top-of-site/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 07:29:09 +0000</pubDate>
		<dc:creator>Judy</dc:creator>
				<category><![CDATA[Zen Cart Web Design]]></category>
		<category><![CDATA[body background]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[padding in header]]></category>
		<category><![CDATA[zen cart design]]></category>

		<guid isPermaLink="false">http://getzenned.com/?p=93</guid>
		<description><![CDATA[Adding spacing above zen cart header through your stylesheet.]]></description>
			<content:encoded><![CDATA[<p>When designing a zen cart website, the top edge of the website is set snug against the top of your browser as shown in the photo below:</p>
<p><a href="http://getzenned.com/wp-content/uploads/2010/01/hah-head1.gif"><img class="aligncenter size-full wp-image-94" title="hah-head1" src="http://getzenned.com/wp-content/uploads/2010/01/hah-head1.gif" alt="hah head1 Adding Space at Top of Site" width="400" height="106" /></a></p>
<p>Some of you may wish to add a little space at the top &#8211; especially if you have a background image that you want to show on all sides, top and bottom of the computer screen.  To do this, find the stylesheet.css that goes with your template.  If you are using the overrides system (as you always should!) this file would be located in the includes/templates/YOUR TEMPLATE NAME/css folder.  Open the stylesheet.css and at the top you will see something similar to this code:</p>
<p>body {<br />
margin: 0;<br />
font-family: verdana, arial, helvetica, sans-serif;<br />
font-size: 62.5%;<br />
color: #000000;<br />
background-color: #000000;<br />
}</p>
<p>Add padding-top:10px;  (and adjust the &#8220;10&#8243; to meet your needs) to your code which will make it look similar to:</p>
<p>body {<br />
margin: 0;<br />
font-family: verdana, arial, helvetica, sans-serif;<br />
font-size: 62.5%;<br />
color: #000000;<br />
background-color: #000000;<br />
<span style="color: #ff0000;">padding-top:10px;</span><br />
}</p>
<p>This will give you a 10 pixel padding at the very top of your computer screen so that your background will show up in the first 10 pixels of space like so:</p>
<p><a href="http://getzenned.com/wp-content/uploads/2010/01/hah-head2.gif"><img class="aligncenter size-full wp-image-95" title="hah-head2" src="http://getzenned.com/wp-content/uploads/2010/01/hah-head2.gif" alt="hah head2 Adding Space at Top of Site" width="399" height="105" /></a></p>
<div><a class="addthis_button" href="http://getzenned.com//addthis.com/bookmark.php?v=250" addthis:url='http://getzenned.com/2010/01/26/adding-space-at-top-of-site/' addthis:title='Adding Space at Top of Site '><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="lg share en Adding Space at Top of Site" style="border:0" title="Adding Space at Top of Site" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://getzenned.com/2010/01/26/adding-space-at-top-of-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

