This topic has 3 replies, 2 voices, and was last updated 1 years, 3 months ago ago by luc
Hi,
How can I fix this? The quantity input is not align as it was in the first place?
https://ibb.co/gR5mSd3
On our other website: https://ibb.co/n1hGsJP
Thanks in advance
Hello,
Thank you for contacting us and for using XStore.
Please try to use the next custom CSS code:
body .single-product-builder form.cart,
body .single-product-builder form.cart .woocommerce-variation-add-to-cart {
flex-direction: row !important;
}
.single-product-builder .et_product-block form.cart .quantity-wrapper:before {
display: none;
}
body .single-product-builder .et_product-block .quantity-select,
body .single-product-builder .et_product-block .quantity-select select,
body .single-product-builder .et_product-block .single_add_to_cart_button {
min-width: unset;
margin: 0;
}
body .single-product-builder .et_product-block .cart .quantity {
margin: 0 var(--single-add-to-cart-button-spacing, 15px) 0 0;
}
Kind Regards,
8theme team
Thanks again!
The issue related to '‘Quantity buttons on mobile not on the right place’' has been successfully resolved, and the topic is now closed for further responses