PrestaShop Featured Products Images.

Avatar
  • Answered
Your last advise on how to locate the products.css was very helpful, I was able to modify the Primary Product Image size.

This time I am trying to make the FEATURED PRODUCTS images bigger. PREFERENCES>IMAGES makes the image bigger but not the box. The height/weight (124x124) is supposed to be in MODULES>HOMEFEATURED>HOMEFEATURED.tpl..............it's not . Please advise.
Avatar
JacobIMH
Hello heartlandpet, You would need to adjust 3 different things from what I can see, highlighted below is what I added for you, play around with the values to your liking. /prestashop/modules/homefeatured/homefeatured.css Line 17

#featured-products_block_center .product_image { width:300px; display:block; position:relative; overflow:hidden }

/prestashop/modules/homefeatured/homefeatured.css Line 42

#featured-products_block_center .product_desc {width:300px;max-height:45px;}

/prestashop/themes/buddie/modules/homefeatured/homefeatured.tpl Line 36

<a href="{$product.link}" title="{$product.name|escape:html:'UTF-8'}" class="product_image"><img style="width: 300px;" src=

Hope that helps solve the problem you were talking about. - Jacob