EduardET

Untitled

Mar 4th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.35 KB | None | 0 0
  1. @media (max-width: 767px) {
  2.     .wpc-shop.wpc-shop .woocommerce ul.products li.product,
  3.     .archive #left-area ul.products li.product {
  4.         width: 45.25%!important;
  5.         margin: 0 9.5% 9.5% 0 !important;
  6.     }
  7.     .wpc-shop.wpc-shop .woocommerce ul.products li.product:nth-child(2n),
  8.     .archive #left-area ul.products li.product:nth-child(2n) {
  9.         margin:0!important;
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment