adjusting column width in shop page
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 23 Nov 2015 17:35:14 +0000 (12:35 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 23 Nov 2015 17:35:14 +0000 (12:35 -0500)
style.css

index b685515..2da624f 100644 (file)
--- 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;