atorresbr

Fix Cart Total's on ohmayorista.com.ar

May 21st, 2021 (edited)
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.53 KB | None | 0 0
  1. /* OH Mayorista  --  Fix by
  2.  
  3. Torres Digital | Sites → Lojas Virtuais e e-Commerce  -- https://www.facebook.com/torresdigital/
  4.  
  5. -- https://ohmayorista.com.ar/carrito/  */
  6.  
  7. body.woocommerce-cart .cart-collaterals .cart_totals table #shipping_method li, body.woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-shipping-destination li {
  8.     text-align: left;
  9.     font-size: 12px;
  10.     margin: 15px auto;
  11. }
  12.  
  13. body.woocommerce-cart .cart-collaterals .cart_totals {
  14.     padding: 20px 10px;
  15.     position: relative;
  16. }
  17.  
Add Comment
Please, Sign In to add comment