From 1943776e0b34cead0193552d0d85c4737c3e92d9 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 17 Dec 2015 15:59:39 -0500 Subject: [PATCH] adjusting grid view product width --- css/app.css | 2 +- js/app.js | 2 +- js/custom/upcp.js | 2 +- scss/_body.scss | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/app.css b/css/app.css index bff360f..066a5c0 100644 --- a/css/app.css +++ b/css/app.css @@ -6747,7 +6747,7 @@ body .shadow-wrapper { border-top: 1px solid #dcdddf; } .product.grid { - width: 25%; + width: 22%; min-height: 380px; padding: 15px 0px; margin: 10px; diff --git a/js/app.js b/js/app.js index 09d9732..adc0a04 100644 --- a/js/app.js +++ b/js/app.js @@ -25,7 +25,7 @@ $(document).ready(function () { $("#list").on("click", function (e) { document.cookie = "view=list"; location.reload(); - $(".prodImgList").css("min-height", "150px"); + }); diff --git a/js/custom/upcp.js b/js/custom/upcp.js index cb47714..56f7d92 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -5,7 +5,7 @@ $(document).ready(function () { $("#list").on("click", function (e) { document.cookie = "view=list"; location.reload(); - $(".prodImgList").css("min-height", "150px"); + }); diff --git a/scss/_body.scss b/scss/_body.scss index 3469a08..b6646bb 100644 --- a/scss/_body.scss +++ b/scss/_body.scss @@ -32,7 +32,7 @@ body { border-top: 1px solid rgb(220, 221, 223); } .product.grid{ - width: 25%; + width: 22%; min-height: 380px; padding: 15px 0px; margin: 10px; -- 2.17.1