Related width fixed
authorLaury GvR <laury@gaslightmedia.com>
Tue, 29 Mar 2016 23:34:42 +0000 (19:34 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 29 Mar 2016 23:34:42 +0000 (19:34 -0400)
css/app.css
scss/plugins/_woocommerce.scss

index 0eb0398..85c823a 100644 (file)
@@ -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;
index 4851dfc..ff0a4b4 100644 (file)
         > div {
             float: left;
         }
+        .related.products {
+            width: 100%;
+        }
         .quantity, .qty {         
             float: right; 
             @media #{$small-only} {