Home Forums WoodMart support forum Cart-Page: Total block position

Cart-Page: Total block position

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #97235

    3DyourBaby
    Participant

    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é

    #97305

    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

    #97323

    3DyourBaby
    Participant

    Oh, wonderful!
    Thank you very much!!

    With best regards

    André

    #97357

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Cart-Page: Total block position’ is closed to new replies.