Advertisement
srikat

Untitled

Nov 9th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. .woocommerce ul.products {
  2. display: flex;
  3. flex-wrap: wrap;
  4. }
  5.  
  6. .woocommerce ul.products li {
  7. display: flex;
  8. flex-direction: column;
  9. justify-content: space-between;
  10. }
  11.  
  12. body.woocommerce ul.products li.product .button {
  13. align-self: flex-start;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement