How To Change The "add To Cart" Button Width

Hi, Anyone know how to change the "add to cart" button width than default ? I want it a little more wider. Thanks !

add-to-cart.png

Use the CSS section of the Theme editor

For example:

.ty-btn__add-to-cart {
  width: 300px;
}

Use the CSS section of the Theme editor

For example:

.ty-btn__add-to-cart {
  width: 300px;
}

Thank you very much !