From c103f29474d0ad3d95ba86eee7409c82c9e5e320 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 11 Dec 2015 14:08:16 -0500 Subject: [PATCH] adjusting related products width --- style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/style.css b/style.css index 4f8d9f7..64fb520 100644 --- a/style.css +++ b/style.css @@ -58,6 +58,7 @@ Text Domain: galleria .storefront-single-product-pagination{ display: none !important; } + /* 2 COLUMN DISPLAY IN MOBILE VIEW */ ul.products li.product { width: 48%; float: left; @@ -68,6 +69,16 @@ Text Domain: galleria float: right; clear: none; } + .related.products ul.products li.product { + width: 48%; + float: left; + clear: both; + } + + .related.products ul.products li.product:nth-child(2n) { + float: right; + clear: none; + } } .single-product .related ul.products li.product, .single-product .upsells ul.products li.product{ -- 2.17.1