adjusting grid view height
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 18 Dec 2015 16:40:28 +0000 (11:40 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 18 Dec 2015 16:40:28 +0000 (11:40 -0500)
css/app.css
functions.php
js/app.js
js/custom/upcp.js
scss/_body.scss

index 066a5c0..069ec16 100644 (file)
@@ -6731,7 +6731,7 @@ body .shadow-wrapper {
 .prodImgGrid {
   text-align: center;
   padding-bottom: 10px;
-  min-height: 275px; }
+  min-height: 175px; }
 
 .prodTitleGrid {
   text-align: left;
@@ -6748,7 +6748,7 @@ body .shadow-wrapper {
 
 .product.grid {
   width: 22%;
-  min-height: 380px;
+  min-height: 250px;
   padding: 15px 0px;
   margin: 10px;
   border: 1px solid white; }
index 37a59c5..2e58685 100644 (file)
@@ -191,7 +191,7 @@ function glm_site_scripts()
         'glm_foundation',
         get_template_directory_uri() . '/js/app.js',
         'jquery',
-        '1.0',
+        '1.0.1',
         true
     );
     if(is_front_page()) {
index adc0a04..9533199 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -21,7 +21,6 @@ $(document).ready(function () {
 ;/*global document, window, alert, console, require*/
 $(document).ready(function () {
     "use strict";
-    
     $("#list").on("click", function (e) {
         document.cookie = "view=list";
         location.reload();
index 56f7d92..55ba6da 100644 (file)
@@ -1,12 +1,9 @@
 /*global document, window, alert, console, require*/
 $(document).ready(function () {
     "use strict";
-    
     $("#list").on("click", function (e) {
         document.cookie = "view=list";
         location.reload();
-        
-        
     });
     
     $("#grid").on("click", function (e) {
index b6646bb..f9b5177 100644 (file)
@@ -16,7 +16,7 @@ body {
 .prodImgGrid{
     text-align: center;
     padding-bottom: 10px;
-    min-height: 275px;
+    min-height: 175px;
 }
 .prodTitleGrid{
     text-align: left;
@@ -33,7 +33,7 @@ body {
 }
 .product.grid{
     width: 22%;
-    min-height: 380px;
+    min-height: 250px;
     padding: 15px 0px;
     margin: 10px;
     border: 1px solid white;