Checkout Page - Left Side Display

https://honorandremembernebraska.org/checkout/. For some reason the text on this page only displays down the left side vs going all the way across the page. Any CSS to fix this? Product page. https://honorandremembernebraska.org/product/run-for-the-fallen-nebraska-tee/.

Hello @rkassebaum,

Thanks for writing in!

Do you want to display your cart like this?

If that is the case, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.woocommerce .cart-collaterals .cart_totals {
    width: auto;
    min-width: 250px;
}

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.