adjusting grid view product width
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 17 Dec 2015 20:59:39 +0000 (15:59 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 17 Dec 2015 20:59:39 +0000 (15:59 -0500)
css/app.css
js/app.js
js/custom/upcp.js
scss/_body.scss

index bff360f..066a5c0 100644 (file)
@@ -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;
index 09d9732..adc0a04 100644 (file)
--- 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");
+        
         
     });
     
index cb47714..56f7d92 100644 (file)
@@ -5,7 +5,7 @@ $(document).ready(function () {
     $("#list").on("click", function (e) {
         document.cookie = "view=list";
         location.reload();
-        $(".prodImgList").css("min-height", "150px");
+        
         
     });
     
index 3469a08..b6646bb 100644 (file)
@@ -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;