EduardET

CSS :: Same product Height

Dec 21st, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.23 KB | None | 0 0
  1. .products .product .et_shop_image {
  2.     display: -webkit-box;
  3.     display: -ms-flexbox;
  4.     display: flex;
  5. }
  6.  
  7. .products .product .et_shop_image img {
  8.     -ms-flex-item-align: center;
  9.     -ms-grid-row-align: center;
  10.     align-self: center;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment