From 071394e08cb19c42df71d8338884f84dbfc19a43 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 4 Dec 2015 16:32:19 -0500 Subject: [PATCH] adjusting featured products title height --- style.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 27303e0..55d6e27 100644 --- a/style.css +++ b/style.css @@ -64,12 +64,16 @@ Text Domain: galleria width: 20%; height: 330px !important; margin-bottom: 0; } + . } @media (min-width: 1200px) and (max-width: 1800px){ - .site-main ul.products li.product { + .content-area .site-main ul.products li.product { width: 20%; - height: 285px !important; + height: 285px; margin-bottom: 0; } + site-main .storefront-featured-products ul.products li.product{ + height: 350px !important; + } } /* end of custom css */ @@ -1000,7 +1004,7 @@ p.stars a { .site-main .storefront-recent-products ul.products li.product,.site-main .storefront-featured-products ul.products li.product, .site-main .storefront-popular-products ul.products li.product{ height: 350px; } - + /*.site-main ul.products li.product:nth-child(n+5):nth-child(-n+8) { position: absolute; top: 250px !important; -- 2.17.1