Center text on buttons on the cart

Hi guys,

Website: Vossani.com

How can I center the text on the buttons on the cart? Any help would be appreciated!

Hey @flammagreg

You can follow these steps:

Step 1: Go to Online Store > Theme > Edit code > find the custom.css file and add the following:

.btn.btn-continue,
.btn.cart__checkout {
	justify-content: center !important;
}

I reckon that the theme settings should allow you to do this in the editor itself but this works for now.

One more: https://community.shopify.com/post/2667865

Actually disregard that I have something else I want to do.

This one if you could help I would really appreciate: https://community.shopify.com/post/2667878