Dawn theme Mobile view product page Add to cart and quantity selector on same line

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 ,

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.css / based.css file and paste the code in the bottom of the file.
@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!