Coding to Center All Content in customer Notification emails

Hello Everyone,

I would like to know if there is some custom coding that can be added to each of the auto-generated Shopify customer notification emails that will center the LOGO, HEADING, BODY, FOOTER etc. it’s okay if the ORDER SUMMARY table and CUSTOMER INFORMATION areas are left justified

I realize I will most likely have to add this coding to each individual email. I have already added coding to change the font family and font sizing & color throughout the

areas, and I am able to center the logo - however, I really need help with centering the other portions of these emails.

Thanks!

To center the logo, heading, body, and footer in Shopify notification emails, add custom HTML and CSS to each email template. Here’s a quick guide:

  • Log in to Shopify > Settings > Notifications.

  • Select an email to edit.

    Add the following code around the elements you want to center:

    Center the Logo


  

Center the Heading


  # Your Heading Here

Center the Body


  

Your body content here.

Center the Footer


  

Your footer content here.

Example Template


  

  
    
  

  
    # Your Heading Here
  

  
    

Your body content here.

  

  
    
  

  
    

Your footer content here.

  

Repeat this for each email template. Save changes after updating each one.