First question: Are you looking at your site with a magnifying glass and a ruler? Just kidding.

Sort of.
I thought I was anal, LOL.
Here we go.
2. Open up includes/templates/apple_zen/css/stylesheet_header_menu.css and change the 12em to a larger number.
3. Pages aren't different sizes. Does your about us page NOT have a scroll bar while your home page does? The scroll bar on your browser is the culprit, I'd guess. It makes it seem smaller. You can force a vertical scrollbar to appear on all pages (even the short ones) by adding this to your stylesheet.css:
html {overflow-y: scroll;}
4. I'm not seeing this issue on your site. But you can edit the spaces for the breadcrumb bar under "Configuration", "Layout Setting", "Bread Crumbs Navigation Separator"
5. By the way, Did you know you can turn off the breadcrumb for the home page only (get rid of the silly "home" on the home page), under "Configuration", "Layout Settings", "Define Breadcrumb Status". Also, you must have changed the css, because that is not how it looks by default. Yes, I see you changed padding:.5em; to padding:0;. Add some padding back to #navBreadCrumb
6. "Configuration", "EzPages Settings", "EZ-Pages Footer Link Separator". Remove the padding faux padding there.
7. That's a zen cart issue, nothing to do with my template.
8. includes/modules/pages/specials/main_template_vars.php was modified to fix a bug in zen cart. It is a core file, and yes, it would be overwritten in an upgrade. Though the next upgrade is a major one, and that issue is probably moot.
9.That just tells you they are template specific.
10.It does on my IE7, on my test site
www.zencart137.jadetrue.com. Not sure why yours wouldn't.
11. You can change #cartAdd to this:
#cartAdd {
width:130px;
text-align:center;
margin:0 auto;
border:1px solid #000;
padding:1em;
}
12.Nope, no conflicts, just be aware IH2 has more bugs than my template. :) It works, but its not perfect. Just so you know and have been warned. But I always use it, it is a great mod to add to any site. I have it there on my test site
www.zencart137.jadetrue.com. Be sure that you put all of the IH2 css files into the correct apple zen folder.
Bookmarks