From e1abd4a0274e241e7ef50fa0e5b43dd5530bafab Mon Sep 17 00:00:00 2001 From: amol 2jcommerce Date: Thu, 10 Jan 2019 17:18:51 +0530 Subject: [PATCH] Changes for Product-per-row-not-proper-on-listing-page --- .../web/css/source/module/_listings.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/module/_listings.less b/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/module/_listings.less index 6bf766b7400a7..3cb3d4af53189 100644 --- a/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/module/_listings.less +++ b/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/module/_listings.less @@ -42,7 +42,7 @@ .products-grid & { display: inline-block; - width: 100%/2; + width: 100%/2.04; } &:extend(.abs-add-box-sizing all); @@ -363,7 +363,7 @@ .products-grid { .product-item { margin-bottom: @indent__base; - width: 100%/3; + width: 100%/3.04; } } @@ -374,7 +374,7 @@ .page-products.page-layout-3columns { .products-grid { .product-item { - width: 100%/3; + width: 100%/3.04; } } } @@ -388,7 +388,7 @@ .page-products { .products-grid { .product-item { - width: 100%/3; + width: 100%/3.04; } } } @@ -443,7 +443,7 @@ .product-item { margin-left: calc(~'(100% - 4 * 24.439%) / 3'); padding: 5px; - width: 24.439%; + width: 24.09%; &:nth-child(4n + 1) { margin-left: 0;