PrestaShop Product.tpl location help.

Avatar
  • Answered
I bring your attention to the following product page:
http://pawsandclawspetsupply.com/prestashop/home/9-bumper-dog-bed.html
Please note the height of the primary image "bounding box". I need to adjust that height. I can't locate the product.tpl. It is supposed to be in global.css, no luck finding it. Please assist. Using the "Buddie" theme.
Avatar
JacobIMH
Hello, thanks for your question. If you are talking about the box that surrounds your image on that page, it looks to be controlled by this file: /prestashop/themes/buddie/css/product.css Line 8

#primary_block #image-block{height:396px;text-align:center;width:296px;margin-bottom:25px;border:1px solid #e1e1e1;padding:1px;}

This class is getting set in this file: /prestashop/product.tpl Line 183

<!-- product img--> <div id="image-block">

Please let us know if you had any other questions. - Jacob