From: Anthony Talarico Date: Fri, 11 Dec 2015 18:53:59 +0000 (-0500) Subject: attempting 2 column display in mobile view X-Git-Tag: v1.0.0^2~19 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=b226201e180238e6821f75be2e3be820ef28b8b0;p=WP-Themes%2Fthemoleholeonline.git attempting 2 column display in mobile view --- 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{