Advertisement
Guest User

CSS

a guest
Aug 18th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.71 KB | None | 0 0
  1. .col-3 {
  2.     width: 20%;
  3.     text-align: right;
  4.     display: inline-block;
  5.     vertical-align: top;
  6.     margin: 20px 0 0 0;
  7. }
  8.  
  9. .col-9 {
  10.     width: 80%;
  11.     display: inline-block
  12. }
  13.  
  14. #add_gallery_to_product {
  15.     padding: 5px 16px;
  16.     height: initial;
  17.     outline: none;
  18.     font-size: 1.1em;
  19. }
  20.  
  21. #seutema-page-gallery {
  22.     display: block;
  23.     margin-top: 10px;
  24. }
  25.  
  26. #seutema-page-gallery .gallery-item {
  27.     display: inline-block;
  28.     padding: 0 10px;
  29.     width: 20%;
  30.     margin: 0 0 10px 0;
  31.     box-sizing: border-box;
  32.     text-align: center;
  33. }
  34.  
  35. #seutema-page-gallery .gallery-item img {
  36.     max-width: 100%;
  37. }
  38.  
  39. #seutema-page-gallery .gallery-caption {
  40.     display: none!important;
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement