I am using your excellent Apple Zen Cart and would like to modify a couple of things.
1. Have my logo appear at the correct width and height.
2. Remove the chevron columns on either side of the main page where the site-bg-blue.gif exists so that only the main centre part is visible.
The site in question is http://games.savagesoftware.com.au
Thanks.
Have you read the readme.txt? It addresses both of those issues. From the readme:
** STEP 4. 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%;
}
from stylesheet.css, and enter your logo's exact width in the #logo section.(TIPS SECTION)7. If you would not like ANY sideboxes on this site, simply go to your admin under "Configuration", then "Layout Settings", and set the "Column Right Status - Global" to "0". This will turn off both left and right sideboxes globally, whether or not any of them are set to "on" under "Layout Boxes Controller". Then add this to your stylesheet:
#centerColumnWrapper2 {
background:#ffffff!important;
}
.centerColumn {
float:left!important;
width:95%!important;
}