I’m using dawn theme latest version in that mobile view product page add to cart and quantity selector should be in same line.
website : https://mannavan.myshopify.com/
password: offnorth
Thanks in advance.
I’m using dawn theme latest version in that mobile view product page add to cart and quantity selector should be in same line.
website : https://mannavan.myshopify.com/
password: offnorth
Thanks in advance.
Hi @Sivadarshan ,
@media(max-width:509px){
.price-per-item__container {
width: 119px !important;
}
button#ProductSubmitButton-template--17603935797430__main {
position: relative;
top: -72px;
left: 129px;
width: 61vw;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
max-width: 93vw;
position: relative;
top: -53px;
}
}
If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!