Want to shift postion of apply coupon button

This topic has 2 replies, 2 voices, and was last updated 3 years, 5 months ago ago by Rose Tyler

  • Avatar: Harshad Patil
    Harshad Patil
    Participant
    October 25, 2020 at 10:15

    hi
    i want to change postion of apply coupon button from top to bottom of order summery

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 25, 2020 at 11:07

    Hi,

    Try to add the next code in Custom CSS for page https://prnt.sc/v6dd6r

    .woocommerce-checkout .woocommerce {
        display: flex;
        flex-direction: column;
    }
    .woocommerce-checkout .woocommerce-notices-wrapper {
        order:1;
    }
    .woocommerce-checkout .cart-checkout-nav {
        order:2;
    }
    .woocommerce-checkout .before-checkout-form {
        order:4;
    }
    .woocommerce-checkout form.checkout.woocommerce-checkout {
        order:3;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.