Advertisement
Guest User

Untitled

a guest
Jan 14th, 2022
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. @media screen and (max-width: 767px) {
  2. .woocommerce .shop_table .woocommerce-cart-form__cart-item td::before {
  3. display: none;
  4. }
  5.  
  6. .woocommerce-cart-form__cart-item {
  7. display: flex;
  8. }
  9.  
  10. .woocommerce-cart-form__cart-item .remove {
  11. left: 50%;
  12. top: 50%;
  13. transform: translate(50%, 50%);
  14. text-indent: 9999px;
  15. }
  16.  
  17. .responsive table.shop_table.cart .product-name {
  18. padding: 3px 10px 3px 3px;
  19. border-right: 1px solid;
  20. }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement