Hello neriyakubova,
For the super long text, you can use this CSS.
In the WordPress Admin Dashboard, follow the steps:
1. Go to Appearance
2. Select Customize and then
3. choose additional CSS, and
4. Paste the code below:
.cpops-cart-item__product–link a {
white-space: normal;
}
Let me know how it goes.
Best,
Niel, Cartpops
I tried it but it makes no difference.
Hello neriyakubova,
Thank you for trying that. I’ll look into it and get back to you with more information.
Best,
Niel, Cartpops
Hello neriyakubova,
I understand that you’ve tried the suggested CSS, but it seems like it’s not making a difference. To ensure the CSS rule takes precedence and works effectively, you may need to use the !important declaration. Additionally, don’t forget to clear the site cache to see the changes.
Here’s the modified CSS code you should use:
.cpops-cart-item__product–link a {
white-space: normal !important;
}
After implementing this CSS rule, please be sure to clear your site cache.
If you encounter any further issues or need assistance with the process, feel free to reach out. Thank you for your patience and cooperation.
Best,
Niel, Cartpops Team