Continue Shopping Button
#1. Add this code to CSS Custom Box and click Save
/* cart continue button */ a.cart-continue-button { min-width: 250px; }
#2. You will have a result like this
Form Block Button
Add this code to CSS Custom Box and click Save
/* form block submit button */ div.form-block input.button { min-width: 250px; }
Form Lightbox Button
Add this code to CSS Custom Box and click Save
/* Form block lightbox button */ div.form-block button { min-width: 250px; }
Add to Cart Button
Add this code to CSS Custom Box and click Save
/* add to cart */ div.sqs-add-to-cart-button { min-width: 250px; }