Archived topic
CSS Help on Cart customizing, Please.
2 replies · Started by Biju on October 1, 2020
Viewing posts 1–3 of 3
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?
Never mind. I resolved it myself with some media queries. :)
Glad to hear :)
This archived topic is closed to new replies.