Hello,
I would like the quantity button to be at the same level as the add to cart button above the upsell widget, but I can’t manage it.
Does anyone know how to do this please?
Here is my website: https://pqd9ge-cs.myshopify.com/products/brightening-eye-cream
Hi @Ulysse12342 ,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
.quantity-add-row {
flex-direction: column !important;
margin: 0px !important;
justify-content: flex-start !important;
align-items: baseline !important;
}
.product-form__input {
flex: 0 0 100% !important;
}
1 Like
Thanks for the help but I think I wasn’t clear enough, I was more looking for something like that
