Quote Originally Posted by vertisol View Post
Ok, now I'm relatively new to Zen-cart but have been playing with it for most of the weekend. I have settled on the ZJ_Silver template but can't find a way to set the silver bar with the yourlogo.com image to the width of the rest of the website. It runs the entire width of the screen.

http://www.pretapawte.com.au/store

I'm imagining it's a setting in the .css somewhere.

Any help appreciated.

Tony
Actually, I'm seeing your logo rendered at the correct width of 800 pixels, but left-justified, whilst the remainder of your page is nicely centered. In your CSS, you have:

#logo { float: left; }

set. Kill that, and it should snap back into place.

-JimmyJazz