[Resolved] Move cross sale on cart page

Home Forums Support [Resolved] Move cross sale on cart page

Home Forums Support Move cross sale on cart page

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

    Hello! I would like to move the cross sales shown on the cart page.

    Only in the mobile version.

    Since by default, WooCommerce shows them before the cart summary.

    I would like these cross-sales to be displayed below the cart summary and the checkout button.

    Can you help me?

    Thank you!

    #1101865
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    @media (max-width: 768px) {
        .woocommerce-cart .cart-collaterals {
            display: flex;
            flex-direction: column-reverse;
        }
    }
    #1101997
    Pedro

    Wow David! You are a wizard, it worked perfectly.

    Thank you!

    #1102009
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.