maximus87

Untitled

Dec 20th, 2018
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.21 KB | None | 0 0
  1. .sqs-block-image .layout-caption-below {
  2.     position: relative;
  3. }
  4. .sqs-gallery-design-carousel-slide .summary-title, .sqs-block-image .layout-caption-below .image-caption-wrapper {
  5.     position: absolute;
  6.     bottom: 30px;
  7.     left: 20px;
  8.     width: calc(~"100% - 40px");
  9.     color: #fff;
  10.     font-family: Cormorant Garamond;
  11.     font-weight: 400;
  12.     font-style: normal;
  13.     font-size: 12px!important;
  14.     text-transform: uppercase;
  15. }
  16. .summary-carousel-pager-next.next, .summary-carousel-pager-prev.previous {
  17.     width: 45px!important;
  18.     height: 45px!important;
  19.     margin: 0!important;
  20. }
  21. .summary-carousel-pager-next.next:before, .summary-carousel-pager-prev.previous:before {
  22.     position: absolute;
  23.     left: 50%;
  24.     top: 50%;
  25.     transform: translate(-50%,-50%);
  26.     height: 12px!important;
  27.     line-height: 12px!important;
  28. }
  29. .summary-carousel-pager-next.next {
  30.     right: 0!important;
  31.     position: absolute!important;
  32.     top: 50%!important;
  33.     transform: translateY(-50%);
  34. }
  35. .summary-carousel-pager-prev.previous {
  36.     left: 0!important;
  37.     position: absolute!important;
  38.     top: 50%!important;
  39.     transform: translateY(-50%);
  40. }
  41. .sqs-gallery-design-carousel {
  42.     padding: 0 50px;
  43. }
Advertisement
Add Comment
Please, Sign In to add comment