Hello, I was wondering if I can reduce the width of the quantity box, and make the Add to Cart button wider? Picture Below
URL: infinibuddy.myshopify.com
Pass: ccc
Hello, I was wondering if I can reduce the width of the quantity box, and make the Add to Cart button wider? Picture Below
URL: infinibuddy.myshopify.com
Pass: ccc
My pleasure to help you.
Welcome to the Shopify community!
Please share your store URL!
I will check out the issue and provide the correct solution to you!
Thanks!
Please add the following CSS code to your assets/styles.css bottom of the file.
@media only screen and (min-width: 769px){
.product-quantity-box.purchase-details__quantity {width: 35% !important;}
}
Thanks!
@dmwwebartisan You’re awesome!! Im sorry for asking another question, but is there a way to extend the add to cart button to the right so it aligns with the picture below it?
Please add the following CSS code to your assets/styles.css bottom of the file.
.purchase-details__buttons.purchase-details__spb--false{
margin-left: auto;
}
@Ahsan_ANC Thank you! Could the add to cart get widened to the left? Picture below
Please add the following CSS code to your assets/styles.css bottom of the file.
.purchase-details.has-quantity-box .purchase-details__spb--false {
max-width: 60% !important;
}
Thanks!
@dmwwebartisan Bingo!!! Thank you so much for your help!! Can’t thank you enough!!