• Resolved sophiekroezen

    (@sophiekroezen)


    Dear reader,

    I have a problem with my cart text. When the quantity of products in the cart is 1 digit (1 – 9), the text is fine. When the quantity of products in the cart is 2 digits (10 – X), the two numbers are placed above each other instead of next to each other.

    I encountered this issue on an iPhone 12 Pro running iOS 15.5, Safari. The issue was not visible on an iPhone 11 Pro running iOS 15.5, Safari. I use Astra Header Builder to create the header including the cart icon. Any recommendations?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support lionel.a11n

    (@lioneldaniel)

    Hello @sophiekroezen,

    We can only handle support requests for core WooCommerce in our forums. In general, display issues like this are up to your theme developer and don’t actually involve issues with the core WooCommerce plugin.

    Since you are experiencing the issue using Astra theme, I suggest posting on the Astra Support Forum as a starting place.

    If you still see an issue with WooCommerce on a default theme such as Storefront, please don’t hesitate to open a new topic with the details so we can take a look. Thank you!

    hi you must copy this code & paste in custom css:

    
    div.ast-header-woo-cart:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1) {
     word-wrap: normal;
    }
    Thread Starter sophiekroezen

    (@sophiekroezen)

    Hello Amirtanazzoh,

    Thank you for your reply. I added the custom CSS and it worked perfectly, thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cart Text with Two Digits: problem’ is closed to new replies.