Advertisement
Axxxxxx

Untitled

Jul 22nd, 2017
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.72 KB | None | 0 0
  1. <style>
  2.  
  3.     section.product-top .product-gallery-large-link {
  4.         height: 100%;
  5.         width: 100%;
  6.         display: block;
  7.         white-space: nowrap;
  8.         text-align: center;
  9.     }
  10.  
  11.     section.product-top .product-gallery-large .image-container > div {
  12.         height: 700px;
  13.         display: block;
  14.         border: 1px solid red;
  15.         white-space: nowrap;
  16.  
  17.         text-align: center;
  18.     }
  19.  
  20.     .helper {
  21.         display: inline-block;
  22.         height: 100%;
  23.         vertical-align: middle;
  24.     }
  25.  
  26.     body.product section.product-top .product-gallery-large img {
  27.         vertical-align: middle;
  28.         max-height: 700px;
  29.         max-width: 500px;
  30.         display: inline;
  31.     }
  32.  
  33. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement