Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3704206
Output-Error
Open

Comments

  • Markus Grund started the conversation

    Hello, it the product amount in the cart is higher than 1000, the product-count in the mini-cart in the menu-header is broken (line-break) . If tried to fix this with css but without success. Is there any solution?

    Thanks and regards, Markus

  •  1,238
    Dustin replied

    Hi Markus,

    Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .woofc-menu-item .woofc-menu-item-inner:after {
        white-space: nowrap;
    }

    Best regards,
    Dustin