From b226201e180238e6821f75be2e3be820ef28b8b0 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 11 Dec 2015 13:53:59 -0500 Subject: [PATCH] attempting 2 column display in mobile view --- style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/style.css b/style.css index d3773df..4f8d9f7 100644 --- a/style.css +++ b/style.css @@ -58,6 +58,16 @@ Text Domain: galleria .storefront-single-product-pagination{ display: none !important; } + ul.products li.product { + width: 48%; + float: left; + clear: both; + } + + 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