OK I give up...lol...right now the product image all run together and have no padding between them. Where do I set up padding on the stylesheet to give some breathing room between the products on the category pages??
Thanks in advance...
lisa
OK I give up...lol...right now the product image all run together and have no padding between them. Where do I set up padding on the stylesheet to give some breathing room between the products on the category pages??
Thanks in advance...
lisa
Or you can specify the padding in more detail (top/right/bottom/left) asCode:.productListing-data { padding: 0.5em; }
padding: 0.5em 0.3em 1.5em 0.1em;
The Mozilla add-on Developers Toolkit will save your life in these cases.
OK nevermind, for some reason once I restarted Firefox it did show the padding...go figure! Thanks again!