From: Anthony Talarico Date: Mon, 23 Nov 2015 17:35:14 +0000 (-0500) Subject: adjusting column width in shop page X-Git-Tag: v1.0.0^2~75 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a9ba7089a28a1a907838f06ed3ea41c807ef01f4;p=WP-Themes%2Fthemoleholeonline.git adjusting column width in shop page --- diff --git a/style.css b/style.css index b685515..2da624f 100644 --- a/style.css +++ b/style.css @@ -1357,7 +1357,7 @@ p.stars a { .site-main ul.products li.product:nth-child(3n) { width: 25%; } .site-main ul.products li.product:nth-child(5n) { - width: 50%; } } + width: 25%; } } @media screen and (min-width: 1800px) { .site-main ul.products li.product { width: 20%; @@ -1365,7 +1365,7 @@ p.stars a { .site-main ul.products li.product:nth-child(3n) { width: 20%; } .site-main ul.products li.product:nth-child(5n) { - width: 40%; } } + width: 20%; } } @media screen and (min-width: 65.141em) { .col-full { padding-left: 4.236em;