From: Laury GvR Date: Tue, 29 Mar 2016 23:34:42 +0000 (-0400) Subject: Related width fixed X-Git-Tag: v1.0.0^2~58 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=2e8b1289b30617ecb439891f234bac57759219d6;p=WP-Themes%2Fjollylama.git Related width fixed --- diff --git a/css/app.css b/css/app.css index 0eb0398..85c823a 100644 --- a/css/app.css +++ b/css/app.css @@ -7002,6 +7002,8 @@ main { border: 1px solid #0f789f; } .woocommerce #content .product.type-product > div { float: left; } + .woocommerce #content .product.type-product .related.products { + width: 100%; } .woocommerce #content .product.type-product .quantity, .woocommerce #content .product.type-product .qty { float: right; display: table; diff --git a/scss/plugins/_woocommerce.scss b/scss/plugins/_woocommerce.scss index 4851dfc..ff0a4b4 100644 --- a/scss/plugins/_woocommerce.scss +++ b/scss/plugins/_woocommerce.scss @@ -669,6 +669,9 @@ > div { float: left; } + .related.products { + width: 100%; + } .quantity, .qty { float: right; @media #{$small-only} {