marstheme

Untitled

Apr 13th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.79 KB | None | 0 0
  1. @media only screen and (min-width: 768px) {
  2.     .woocommerce ul.products li.product,
  3.     .woocommerce-page ul.products li.product,
  4.     .woocommerce-page[class*=columns-] ul.products li.product,
  5.     .woocommerce[class*=columns-] ul.products li.product {
  6.         width: 24.55%;
  7.         float: none;
  8.         display: inline-block;
  9.         clear: both;
  10.         margin: 0 0 2.992em;
  11.     }
  12. }
  13.  
  14. @media only screen and (min-width: 768px) {
  15.     .woocommerce ul.products li.product:nth-child(2n),
  16.     .woocommerce-page ul.products li.product:nth-child(2n),
  17.     .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n),
  18.     .woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
  19.         float: none;
  20.         display: inline-block;
  21.         margin-right: 0;
  22.     }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment