Advertisement
Guest User

Untitled

a guest
Feb 7th, 2018
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.44 KB | None | 0 0
  1. .p-nav .slick-track {
  2.     width: 100% !important;
  3.     transform: none !important;
  4.  }
  5.  .p-nav .p-item.woocommerce-product-gallery__image {
  6.     top: auto !important;
  7.     left: auto !important;
  8.     float: left;
  9.  }
  10.  .p-nav .slick-cloned {
  11.     display: none !important;
  12.  }
  13.  .single-product-thumbnail.bottom .p-nav .slick-slide {
  14.     margin: 0 10px 10px 0;
  15.  }
  16.  .single-product-thumbnail.bottom .p-nav .slick-slide:nth-child(4n) {
  17.     margin-right: 0;
  18.  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement