Buy me a coffee

Button Width

Continue Shopping Button

#1. Add this code to CSS Custom Box and click Save

/* cart continue button */
a.cart-continue-button {
    min-width: 250px;
}

Continue Shopping 01 Min

#2. You will have a result like this

Continue Shopping 02 Min

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 Block Button 01 Min

Form Lightbox Button

Add this code to CSS Custom Box and click Save

/* Form block lightbox button */
div.form-block button {
    min-width: 250px;
}

Form Lightbox Button 01 Min

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;
}

Add To Cart Button 01 Min