Fix sidebar height bug
authorLaury GvR <laury@gaslightmedia.com>
Wed, 30 Mar 2016 15:14:06 +0000 (11:14 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 30 Mar 2016 15:14:06 +0000 (11:14 -0400)
scss/plugins/_woocommerce.scss

index ec158f1..7e8017c 100644 (file)
     }
     /* End product detail page */
 
-    /* Product categories */
-    ul.products li.product-category.product {
-        width: 33.33%;
-        float: left;
-        padding: 20px;
-        margin: 0;
-        .products-image-container {
-            height: 150px;
-        }
-    }
-    /* End product categories */
-
     /* Products page */
     #content ul.products {
         display: table;
         color: $blue;
     }
 }
+/* Product categories */
+#main-content ul.products li.product-category.product {
+    width: 33.33%;
+    float: left;
+    padding: 20px;
+    margin: 0;
+    .products-image-container {
+        height: 150px;
+    }
+}
+/* End product categories */
\ No newline at end of file