Cart-Page: Total block position
-
Dear Xtemos-Team,
Is it possible to style the cart-page like your “Basel-Theme”.
I find it better, if total-block is placed under item-list (for more clarity)
See screenshot: https://i.gyazo.com/19bfa2bd9c9c0943a12ab1c19d918f89.png
Thank you in advance.
With best regards
André
Hello,
Please add this code to the Theme Settings > Custom CSS > Global
.cart-content-wrapper {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.cart-content-wrapper .woocommerce-cart-form {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 6vh;
}
Best Regards
Oh, wonderful!
Thank you very much!!
With best regards
André
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Cart-Page: Total block position’ is closed to new replies.