please help align Add Cart button to quantity box so it's in the same row
-
Hi there, I’ve got stripe and used from CSS from a previous thread below but now my add cart button is not on the same row as the quantity button. Please help!
.single-product-page form.cart {
display: flex;
flex-direction: column;
margin-bottom: 8px;
}
.single-product-page .single_add_to_cart_button {
margin-bottom: 0;
}
.single-product-page form.cart #wc-stripe-payment-request-wrapper {
order: 2;
padding-top: 0 !important;
}
.single-product-page form.cart #wc-stripe-payment-request-button-separator {
order: 1;
margin-top: 20px !important;
}
.product-type-bundle .bundle_button,
.product-type-simple form.cart,
.woocommerce-variation-add-to-cart {
display: flex;
flex-direction: column;
margin-bottom: 8px;
}
.product-type-bundle .bundle_button > button,
.product-type-simple form.cart > button,
.woocommerce-variation-add-to-cart > button {
flex-grow: 1;
}
Attachments:
You must be
logged in to view attached files.
Hello,
Please remove all the Custom CSS you used and provide the admin panel login details of the website.
Regards.
Xtemos Studios.