Totally Zenned
- Join Date:
- Jan 2005
- Location:
- USA, St. Louis
- Posts:
- 3,651
- Plugin Contributions:
- 5
Apple Zen Support Thread
johnga:
Hi All & Jade,
Thanks for the template! It really makes my site look good. I am now ready to reveal it to all the other Apple Zenners out there. I have a few little things that I am having trouble with, if any one can offer some help - on my categories page, I am leaving categories without images to keep things looking clean, but I end up with a long left side list, instead of a block -
http://holidaytoyexpress.com/Shop/index.php?main_page=index&cPath=8&zenid=1a0da6e71c94b32a78d1008cdea0b63bI also seem to have my products clumping in odd, asymmetric ways, even when I change the display numbers.
Otherwise, the template works great, and I appreciate all the work that went into it! By the way, I am a complete Mac person with no access to Windows etc., so if it isn't showing up well in that format, please let me know!John
This is your problem:
/*#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float:left;
}
remove the /* before it. If you don't want your logo to float: left, simply remove #logo from the above list.
Then remove this section so your logo does not resize:
#logo {
width:19.1em /* To prevent the logo from resizing, simply delete or comment out this section */
}
#logo img {
width:100%;
}
As far as product clumping, I didn't see that, however I would change your image settings. If you set width of your product listing images to "0", and set a specific height, then all the product listings will look more "aligned", as the images will all be the same height, just different widths.