How can I adjust the width of the add to cart button?

Dear all,

I want to resize the add to cart button, so that it takes a 100 % width.

Best regards

@Gayolle Hope you are doing well.

Could you please share your store URL?

else select button class of your store and add below css in your css file.

.btn-cls{

width:100%;

}

Hey @Gayolle ,

Please share the link to your store. Thanks!

You can try adding this to your “Product Information” Custom CSS Settings:

.button {
width: 100%;
min-width: 100%;}

Hope that works for you!
@biznazz101