Home Forums WoodMart support forum How to add a space after Subtotal?

How to add a space after Subtotal?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #478428

    Little Panda
    Participant

    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.
    #478513

    Luke Nielsen
    Keymaster

    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

    #478638

    Little Panda
    Participant

    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

    #478815

    Luke Nielsen
    Keymaster

    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

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘How to add a space after Subtotal?’ is closed to new replies.