From: Laury GvR Date: Wed, 30 Mar 2016 15:14:06 +0000 (-0400) Subject: Fix sidebar height bug X-Git-Tag: v1.0.0^2~54 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=6560c2ebe5fc3742c602752b70a43c8cf5b98d96;p=WP-Themes%2Fjollylama.git Fix sidebar height bug --- diff --git a/scss/plugins/_woocommerce.scss b/scss/plugins/_woocommerce.scss index ec158f1..7e8017c 100644 --- a/scss/plugins/_woocommerce.scss +++ b/scss/plugins/_woocommerce.scss @@ -848,18 +848,6 @@ } /* 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; @@ -1013,3 +1001,14 @@ 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