Hi Joe, I've been asked this about a thousand times
Here is the answer from one of those emails:
Quote:
You can add the following code right before in header.php file:
Code:
<a class="logo" href="YOURSITELINK"><img src="PATH_TO_YOUR_LOGO" /></a>
then open style.css file and find following line:
Code:
.header .logo { margin: 21px 0 0 7px; float: left; }
and change margins if required
|