Hi, I was trying to change the GP Cart layout. Here’s where i ended up with this CSS.
`.woocommerce-cart-form {
display: inline-block !important;
width:auto !important;
}
.cart_totals {
display: inline-block !important;
width:auto !important;
}`
Any ideas how to move the Cart Totals section up to fill up the space near Cart Contents?