Center text on buttons on the cart

Solved

Center text on buttons on the cart

flammagreg
Trailblazer
276 0 39

Hi guys,

 

Website: Vossani.com

 

How can I center the text on the buttons on the cart? Any help would be appreciated!Screenshot 2024-07-18 at 8.26.11 PM.png

Accepted Solution (1)

MaverickStudio
Shopify Partner
101 32 35

This is an accepted solution.

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.

♥ If you found my solution helpful, please consider giving it a  Like and marking it as the  ✔ Accepted Solution


Try our WhatsApp Chat Button Widget with multipe agents. Supachat: WhatsApp Chat Button


A Product of  Maverick Studio

View solution in original post

Replies 4 (4)

MaverickStudio
Shopify Partner
101 32 35

This is an accepted solution.

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.

♥ If you found my solution helpful, please consider giving it a  Like and marking it as the  ✔ Accepted Solution


Try our WhatsApp Chat Button Widget with multipe agents. Supachat: WhatsApp Chat Button


A Product of  Maverick Studio

flammagreg
Trailblazer
276 0 39

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

flammagreg
Trailblazer
276 0 39