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"}