clydejones:
As for the sideboxes - zencart_zen doesn't modify any of them except for the categories.
You'll need to look at each of the sidebox templates and determine if they contain a class="centeredContent" element and delete that if you want them to be left aligned.
I believe there is a fix for the asterisks in the support thread for zencart_zen
Clyde, your template worked perfectly (red asterisks) before installing the footer menu. As gjh42 (I believe) mentioned earlier, the footer menu has the potential to cause unintended consequences throughout the site. The "fix" corrected my upper side box alignment problem and took out most of the link yellowish/gold hover.
But the fix still is not playing nicely with zencart_zen template. With a background color, I can see that the color slices through the middle of the copyright line, as if it's not completely in or out of the footer menu. Also, the links with the fix look crunched together.
I resorted to the original footer style menu css, with a background color, and the background only covers the top of the footer.
#footer {clear:both;margin:0;}
#navSuppWrapper {
margin: 10px 5px 0;
padding: 0;
background:#ccc;
font-weight: bold;
color: #000;
}
Otherwise, the original footer sheet has nicer text, better spacing between links and header titles, than the fix.
After several years with zencart, constantly getting beat down with mods, I was looking forward to your footer menu playing nicely with your zencartzen template - out of the box. I guess not, and I do suspect it is the template. (Most) everyone else I've looked at has a nice footer menu.
Steve