Reply 325019 to: Move the Buy Now button to the same row as the Add to Cart button

Avatar: Rose Tyler
Rose Tyler
Support staff
June 2, 2022 at 07:12

Hello,

Disable this option https://prnt.sc/FcLVNFvST1Ov and use the next custom CSS code:

.single-product-builder .single_add_to_cart_button ~ .et-or-wrapper {
    flex-basis: 10%;
    margin-left: 10px;
    margin-right: 10px;
}
.single-product-builder form.cart {
    display: flex;
}
.single-product-builder .et_product-block .et-single-buy-now.single_add_to_cart_button.button {
    width: 20%;
    flex-basis: 20%;
    min-width: 20%;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.