From: Anthony Talarico Date: Fri, 11 Dec 2015 19:08:16 +0000 (-0500) Subject: adjusting related products width X-Git-Tag: v1.0.0^2~18 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=c103f29474d0ad3d95ba86eee7409c82c9e5e320;p=WP-Themes%2Fthemoleholeonline.git adjusting related products width --- 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{