• https://postimg.cc/H8bwvSDr – You can see the issue here

    Did anybody else get same problem? I saw it was asked numerous times, but not a single one was answered except one that said to put the following CSS:

    .cpops-cart-item__product–link a {
    white-space: normal !important;
    }

    However, this isn’t working.

    Trying to find solutions on the internet, but it seems there’s not much info on this subject. Tried also to figure it out by myself but I’m not that much into coding. Help pls!

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

Viewing 1 replies (of 1 total)
  • Hey there,

    Thanks for reaching out! I understand how frustrating it can be when solutions are hard to find.

    For the issue with super long text, you can use the following CSS:

    In the WordPress Admin Dashboard, follow these steps:

    1. Go to Appearance
    2. Select Customize
    3. Choose Additional CSS
    4. Paste the code below:

    .cpops-cart-item__product–link a {
    white-space: normal !important;
    }

    After adding the CSS, you may also need to clear your site cache to ensure the changes take effect.

    Let me know how it goes, and if you need any further assistance, I’m here to help!

    Best regards,

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.