Simple question really, and any help is appreciated.
If you look at my product pages:
http://arteecollage.com/modal-round-...ack-p-708.html
I am trying to get the thumbnails to appear in a straight line, one beneath the other. It doesn't seem that hard to do. In CSS, my settings are:
I have tried floating each image, setting a specific height on the productAdditionalImages, but no luck. Any advice?Code:#productAdditionalImages{ border: 1px solid black; width: 100px!important; height: auto; } .additionalImages img{ width:70px; height:auto; border: 1px solid #bbbbbb; }


Reply With Quote
