Site logo

Archived topic

Alternative woocommerce cart layout

6 replies · Started by Kim on April 16, 2018

Viewing posts 1–7 of 7

Hi there,

You could try something like this, as long as the sidebar layout is set to No Sidebars:

.woocommerce-cart .woocommerce {
    display: flex;
}

.woocommerce-cart table.shop_table {
    width: auto !important;
}

.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: auto;
    padding-left: 50px;
}

If you need to support old browsers, you may need to run it through this tool: https://autoprefixer.github.io/

Awesome :-) Many thanks!

No problem :)

Hi Raul,

As this topic is resolved for the topic starter, can you open a new topic? So you could use the Private information text field if in case we need to ask for site details. 🙂

We’ll make sure to address your concern on it.

Got it!

This archived topic is closed to new replies.