Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. <head>
  2. <style>
  3.  
  4. .calosc{
  5. display:flex;
  6. flex-direction: column;
  7. }
  8.  
  9.  
  10. .pikto1 {
  11. float: left;
  12. margin-right: 10px;
  13. width: 90px;
  14.  
  15. }
  16.  
  17.  
  18. .opis1 {
  19. float: left;
  20. word-wrap: break-word;
  21.  
  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