Re: How to center product thumbnails
Yes, I can see you've had a good go at this - you've got align center in every single possible div/table cell.
In which case, most likely is that somewhere an align left is overwriting it.
Try changing this one:
dialog .content {
color:#CCCC99;
text-align:left;
}
|