attempting 2 column display in mobile view
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 11 Dec 2015 18:53:59 +0000 (13:53 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 11 Dec 2015 18:53:59 +0000 (13:53 -0500)
style.css

index d3773df..4f8d9f7 100644 (file)
--- a/style.css
+++ b/style.css
@@ -58,6 +58,16 @@ Text Domain: galleria
     .storefront-single-product-pagination{
         display: none !important;
     }
+    ul.products li.product {
+        width: 48%;
+        float: left;
+        clear: both;
+    }
+
+    ul.products li.product:nth-child(2n) {
+        float: right;
+        clear: none;
+    }
     
 }
 .single-product .related ul.products li.product, .single-product .upsells ul.products li.product{