.prodImgGrid {
text-align: center;
padding-bottom: 10px;
- min-height: 275px; }
+ min-height: 175px; }
.prodTitleGrid {
text-align: left;
.product.grid {
width: 22%;
- min-height: 380px;
+ min-height: 250px;
padding: 15px 0px;
margin: 10px;
border: 1px solid white; }
'glm_foundation',
get_template_directory_uri() . '/js/app.js',
'jquery',
- '1.0',
+ '1.0.1',
true
);
if(is_front_page()) {
;/*global document, window, alert, console, require*/
$(document).ready(function () {
"use strict";
-
$("#list").on("click", function (e) {
document.cookie = "view=list";
location.reload();
/*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) {
.prodImgGrid{
text-align: center;
padding-bottom: 10px;
- min-height: 275px;
+ min-height: 175px;
}
.prodTitleGrid{
text-align: left;
}
.product.grid{
width: 22%;
- min-height: 380px;
+ min-height: 250px;
padding: 15px 0px;
margin: 10px;
border: 1px solid white;