Okay
  Public Ticket #1612961
Message followed by link missing space
Closed

Comments

  •  1
    lexandr3 started the conversation

    Whenever a message is displayed followed by a link (like Paul Smith” removed. Undo?" when removing a product from cart) the space character is missing between the message and the link – see screenshot. It's in the code, but not displying, can't figure out what's going on there.

  • [deleted] replied

    Hi there,

    Thanks for providing this information. I just added this in our to-do list and this little problem will be fixed in the next theme update.

    Until then, you can apply this CSS code in your Custom CSS area if you want:

    .woocommerce-message a.restore-item:before {
        content: '';
        margin-left: 6px;
    }

    Have a great day!

  •  1
    lexandr3 replied

    Thanks, this fixes the message when an item is removed, but the problem affects all the messages followed by a link.

  • [deleted] replied

    Hi lexandr3,

    Thanks for your information. This problem will be fixed in the next theme update.

    Have a great day!