Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.32 KB | None | 0 0
  1. <head>
  2. <style>
  3.  
  4. .calosc
  5. {
  6.   display:flex;
  7.   flex-direction: column;
  8. }
  9.  
  10. .pikto1
  11. {
  12.   float: left;
  13.   margin-right:10px;
  14.   width: 90px;
  15. }
  16.  
  17. .opis1
  18. {
  19.   float: left;
  20.   word-wrap: break-word;
  21.   margin: 10px 0 10px 0;  
  22. }
  23. </style>  
  24. </head>
  25.  
  26.  
  27.     <!-- cotton + polyester + 12 -->
  28. {% if product.title == 'Beauty of Life Floral Socks' or product.title == 'Reverse Lemons Socks in Pink' or product.title == 'Cherries Socks in Yellow' or product.title == 'Golden Pineapple Socks in Purple' or product.title == 'White Dove Socks in Black' %}
  29. <div class="calosc">
  30.    
  31.   <div class="opis1">
  32.   <div class="pikto1">
  33.   <img src="//cdn.shopify.com/s/files/1/0026/5850/0671/files/skar1.png?v=1526919730" alt="">
  34.     </div>
  35.     Your socks were made from fine quality Cotton and Polyester to ensure the greatest comfort of wearing.
  36.   </div>
  37.  
  38.     <div class="opis1">
  39. <div class="pikto1">
  40.   <img src="//cdn.shopify.com/s/files/1/0026/5850/0671/files/lin1_large.png?v=1526919701" alt="">
  41.   </div>
  42.     Fits up to sizes: 12US/11UK/46EU.
  43.       </div>
  44.  
  45.  
  46.     <div class="opis1">
  47. <div class="pikto1">
  48.     <img src="//cdn.shopify.com/s/files/1/0026/5850/0671/files/so1_4ecf0874-73ab-45c0-8a38-521e67b7a59d.png?v=1526920607" alt="">
  49.   </div>
  50.   The quantities are limited and will be <b>SOLD OUT</b> soon.</div>
  51. </div>
  52. {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement