projects
/
WP-Themes
/
themoleholeonline.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
880c972
)
attempting 2 column display in mobile view
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 11 Dec 2015 18:53:59 +0000
(13:53 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 11 Dec 2015 18:53:59 +0000
(13:53 -0500)
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/style.css
index
d3773df
..
4f8d9f7
100644
(file)
--- 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{