From 32cf0d0839b3fe8e5908a15ecc101f416ca615f3 Mon Sep 17 00:00:00 2001 From: Tatu Wikman Date: Tue, 28 Nov 2023 17:54:15 +0200 Subject: [PATCH] Be consistent in mobile view for product listing one by line / two by line. Fixes #564 --- templates/catalog/_partials/productlist.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/catalog/_partials/productlist.tpl b/templates/catalog/_partials/productlist.tpl index 7dc2cd10a..4085a49d7 100644 --- a/templates/catalog/_partials/productlist.tpl +++ b/templates/catalog/_partials/productlist.tpl @@ -2,7 +2,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. *} -{capture assign="productClasses"}{if !empty($productClass)}{$productClass}{else}col-xs-6 col-xl-4{/if}{/capture} +{capture assign="productClasses"}{if !empty($productClass)}{$productClass}{else}col-6 col-xl-4{/if}{/capture}
{foreach from=$products item="product" key="position"}