Forum Replies Created

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)