For those, you want to add to your stylesheet
.categoryListBoxContents {font-size: 1.3em;}
For those, you want to add to your stylesheet
.categoryListBoxContents {font-size: 1.3em;}
OK, I didn't want to bother you again, but this is just bothering me and I can't figure it out, I am almost there, but just can't get it completely. When you click on a category, you can see the images listed below the category links that were mentioned already. They are all set to align left and I would like them to be centered. I can't find the code for that.
Can you help? (I would totally understand if you didn't want to, hehehe) But please!?!
Do you mean the "New Products For October - Kits"? Those are all center-aligned.
The images in the New Products sidebox look like they are aligned left, but they are actually just too wide for their container and spill over to the right while their titles are properly contained, giving the appearance of being left-aligned.
I repeat, those are all centered, individually and as a group. The sidebox image overflow may give the appearance that the center column has less space on the left than on the right; fixing the sidebox image sizes will fix that.
Did you respond to the breaks between attributes 1 and 2 listed below the description? Is that what you meant about 2 spaces after the image?
Different subject. The two spaces was for the all products listing image.
For the attributes gap, add to your stylesheet
#productAttributes br.clearBoth {clear: left}
This is getting hung up on the right-floated #cartAdd, and doesn't need to avoid it.