how to increase the with of add to cart button in liquid theme

form[class*="shopify-product"]>div.product_payments_btns {
    max-width: 100% !important;
}

Try this code with !important

1 Like