I am attempting to center the buttons within my theme, but I haven’t been able to figure out how. They are currently aligned to the left by default (Image below).
I was able to figure out how to center all the text in my columns, but the buttons don’t seem to want to cooperate. Is there a way to center these buttons with the column or text?
1 Like
Hi @curtsaczalski1 ,
Could you share your store URL?
@curtsaczalski1
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! 
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Please add below css code in bottom of assets/section-multicolumn.css file
.multicolumn-card__info {
text-align: center;
}
Thank you.
1 Like
Go to your Online store > Themes > click 3 dots button > Edit code > Assets > open base.css file, add this code at the bottom and then click Save button
.multicolumn-card__info { text-align: center; }