Advertisement
danine1

large tile shopware

Aug 24th, 2018
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.30 KB | None | 0 0
  1. .product--box .product--image .image--element img {
  2.     max-height: none;
  3.     max-width: 100%;
  4.     position: absolute;
  5.     top: 10;
  6.     bottom: 10;
  7.     left: 0;
  8.     right: 0;
  9.     margin: auto;
  10.     display: inline-block;
  11.     vertical-align: middle;
  12.     z-index: 500;
  13.     /* height: 100%; */
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement