how do i add padding to my product image, see http://explodingchickenrecords.com/z...roducts_id=183
i knw its css but dont knw which part. can anyone help?
thanks.
how do i add padding to my product image, see http://explodingchickenrecords.com/z...roducts_id=183
i knw its css but dont knw which part. can anyone help?
thanks.
You're site looks OK, so what exactly did you do to separate your product images?
I found that you need to update tpl_tabular_display.php.
Move this from \includes\templates\template_default\common to includes\templates\my_template\common where my_template is your template.
For class= tabTable, change cellpadding="0" to cellpadding="10"