This topic has 8 replies, 2 voices, and was last updated 6 months, 2 weeks ago ago by Luca Rossi
In the shopping cart during checkout the titles off the product do not break off. They continue as a title over the other tabs as SKU and subtotal and that does not look nice!
Could you please assist or help me trying to fix this problem.
It’s about the website http://www.goedkopegoederen.nl
As an example i added 2 screenshots.
Thanks for your assistance
Best regards Wouter
Reclame Totaal BV
Hi @RT2012,
Could you please tell us which browsers are you using?
The cart & checkout pages look good on our end:
– Cart: https://prnt.sc/kAFEvSYiNm9e
– Checkout: https://prnt.sc/o0DkRLvUZS2Z
Best Regards,
8Theme’s Team
We use Google Chrome, and this is what we see…
And in Microsoft Edge the same problem appears…
In our cart the titles won’t brak off….
Thanks for your assistance once more.
Best regards Wouter
Hi @RT2012,
There are some characters in your product title so it won’t break: https://prnt.sc/m556CufGlwaB
To fix this issue, please try adding this custom CSS codes under Theme Options > Theme Custom CSS > Global CSS:
table.cart a.product-title {
word-break: break-all;
}
Hope it helps!
I,ve done so, and the problem remains the same…
Sorry…
More options?
Best regards Wouter
Hi @RT2012,
We couldn’t see any custom CSS codes. Did you already add them?
Please provide WP Admin account so we can take a closer look.
Thank you!
Login codes in the private area.
I’d removed them pecause it did not work,
thanks for your assistance!
Best regards Wouter
Hi @RT2012,
Please try with this custom CSS codes instead:
.product-name,
a.product-title {
word-break: break-all;
}
We still can’t access to your admin account. Please double check again.
Let us know how it goes!
You must be logged in to reply to this topic.Log in/Sign up