• Resolved styleupmarket

    (@styleupmarket)


    Hi! I’m been searching forever to try and find a resolution to this and have tried a few different CSS codes, but nothing seems to fix the ridiculously large cross sell titles on my cart page.

    If you add a product to your cart and then head to the cart page, the “You may be interested in…” title is massive and so are the product titles which I think is why the product images are also overlapping.

    Any help with this would be absolutely amazing. Thank you.

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

Viewing 1 replies (of 1 total)
  • Thread Starter styleupmarket

    (@styleupmarket)

    Just ended up removing the cross sells from the cart page all together using:

    body .cross-sells {
    display: none !important;
    }

    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
    width: 100% !important;
    }

    Better than having it look like it did, I guess. :/

Viewing 1 replies (of 1 total)
  • The topic ‘Cross Sell Item Titles Too Large’ is closed to new replies.