Just want to ask how to set these Buttons here to center in Confirmation Email?
I have tried to insert code same on the logo and paragraph but it is not working. Thank you!
Goal: Center the action buttons in a Shopify order confirmation email template.
Context: The original attempt (using the same approach as logo/paragraph centering) didn’t work. One reply asked for the site URL; another provided a concrete template edit using inline CSS.
Fix provided:
Result: The buttons render centered in the confirmation email. The original poster confirmed the solution worked and shared a screenshot. Images in the thread illustrate before/after alignment but are not required to apply the fix.
Status: Resolved. No outstanding questions or disagreements.
Just want to ask how to set these Buttons here to center in Confirmation Email?
I have tried to insert code same on the logo and paragraph but it is not working. Thank you!
HEllo @Joshua2
It seems like the text inside your button is aligned in the center.
to align button in the center, please provide URL of your website.
@Joshua2 Please follow the steps below to center the buttons in the order confirmation email:
**class="actions__cell"** (at the first occurrence), paste:style="display: flex; justify-content: center;"
b. After **class="link secondary-action-cell"**, paste:
style="margin-top: 0"
Result will be like,
Please support us by clicking “Like” and “Accepted” if our solution works for you. Thanks for your support.