forked from brooksbingham/theme-elegance
refactor: use grid for the products list
parent
8f81085727
commit
57e14416b5
|
@ -23,7 +23,7 @@
|
|||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
<div id="js-product-list">
|
||||
<div class="products row">
|
||||
<div class="products grid grid-cols-4 gap-4">
|
||||
{foreach from=$listing.products item="product"}
|
||||
{block name='product_miniature'}
|
||||
{include file='catalog/_partials/miniatures/product.tpl' product=$product}
|
||||
|
|
Loading…
Reference in New Issue