Hi, Anyone know how to change the "add to cart" button width than default ? I want it a little more wider. Thanks !
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 !