PrestaShop Featured Products Images.
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.
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.
#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