The quantity buttons on my cart page looks weird and not symmetrical on mobile. When I add for example Melodie earrings and Cosmic haze earrings, the quantity button is different for both of them in the cart page. Can someone help me out ?
https://loulouis.no/cart
Password is: saebot
Hello @Loulouis , I have visited your store and it looks like there is an bug in theme files that could be fixed by custom coding only.
To resolve this issue, please contact with Theme developer or Hire an expert to do this for you.
Please let me know if you need any further assistance.
Regards,
Osama Farooqi
@Loulouis
Please add the following CSS to your assets/template-cart-style.css bottom of the file.
.cart__product-information .cart__content-wrapper {width: 100% !important;}
.cart-form .cart__table tbody .cart__final-price { width: 40% !important;}
Thanks!