Hi Guys,
Can the following be done:
1- Put cart summary in two columns to look more professional.
2- How to put space beween “update” and " Check out" buttons.
Thank you
Hi Guys,
Can the following be done:
1- Put cart summary in two columns to look more professional.
2- How to put space beween “update” and " Check out" buttons.
Thank you
@Alliance
add below to give gap between check out and update button
.cart__submit-controls {
gap: 25px !important;
}
Edit html colspan to two above th into your cart.liquid file