Quote Originally Posted by alillowr View Post
I am having a lot of trouble getting my logo to appear properly, can anyone help. The site I am woking on is decaldreams.com and here is the image that I would like displayed nice and clear up at the top. http://www.zen-cart.com/forum/attach...2&d=1208549748

This section from the readme can help you:

** STEP 5. To use your own logo, simply overwrite "logo.gif" that is located in includes/templates/apple_zen/images/ and upload. You can create an image that is larger than it is designed to be viewed, so that when someone increases their font size, the image will enlarge also. If your logo is a lot wider or narrower than the one I designed, you may need to adjust this section in the stylesheet (includes/templates/apple_zen/stylesheet.css):

#logo {

width:19.1em

}

To keep your logo from resizing, remove

#logo img {

width:100%;

}