From: Laury GvR Date: Mon, 15 May 2017 19:23:24 +0000 (-0400) Subject: Improve specificity on Woo cart table margin styles X-Git-Tag: v1.0.18^2~4 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=1f4ee1fb8ebcaaca1ef6f03dc6f89421cf3a68b4;p=WP-Themes%2Fcapstone.git Improve specificity on Woo cart table margin styles --- diff --git a/scss/plugins/_woocommerce.scss b/scss/plugins/_woocommerce.scss index 94724af..e034334 100644 --- a/scss/plugins/_woocommerce.scss +++ b/scss/plugins/_woocommerce.scss @@ -890,7 +890,7 @@ nav.top-bar .top-bar-section > ul > li.drop > ul.dropdown .woocommerce { #content figure.woocommerce-product-gallery__wrapper { margin: 0; } -#content .woocommerce td.product-name .wc-item-meta dd, .woocommerce td.product-name dl.variation dd { +#content .woocommerce td.product-name .wc-item-meta dd, #content .woocommerce td.product-name dl.variation dd { margin: 10px 0; } #content .product.type-product .variations_form .variations {