adjusting featured products title height
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 4 Dec 2015 21:32:19 +0000 (16:32 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 4 Dec 2015 21:32:19 +0000 (16:32 -0500)
style.css

index 27303e0..55d6e27 100644 (file)
--- 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;