How to add a space after Subtotal?
-
Hi,
It’s a simple question and probably easy to fix but how do we add some space after Subtotal: on the slide out checkout element?
See image
Regards
LP
Attachments:
You must be
logged in to view attached files.
Hello,
Seems that some third party plugin that disabled the default space there, so in this case, please try to use the below code:
.cart-widget-side .woocommerce-mini-cart__total {
display: flex;
justify-content: space-between;
}
Kind Regards
Hi,
Yes that did the trick. We will investigate what plugin caused that issue. Thank you for highlighting it to us. ( didn’t notice how different it was to how it should be to be honest).
Regards
LP
Hello,
You are welcome! If you have any other questions or concerns, please do not hesitate to reach out, I’d love to help!
Have a good day!
Kind Regards
The topic ‘How to add a space after Subtotal?’ is closed to new replies.