I have removed the images on Sub Categories and I would like the text to be closer together How do I do that. I am using Zen Cart 1.3.8a
I have removed the images on Sub Categories and I would like the text to be closer together How do I do that. I am using Zen Cart 1.3.8a
That depends on how you removed the images. Seeing your site live would help.
If you just set the subcats to have no images associated with them, you can add this to your stylesheet:
.categoryListBoxContents img+br {display: none;}