Title: Center align additional content
Last modified: April 29, 2022

---

# Center align additional content

 *  Resolved [thomas987](https://wordpress.org/support/users/thomas987/)
 * (@thomas987)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/center-align-additional-content/)
 * Hi everyone,
 * Is it possible to center align the additional content of all Woocommerce emails?
 * Thank you in advance.
 * Kind regards,
    Thomas

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [MayKato](https://wordpress.org/support/users/maykato/)
 * (@maykato)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/center-align-additional-content/#post-15603376)
 * Hello,
 * You can apply some CSS to align email content. Here is a great article that introduces
   different methods to apply CSS to WooCommerce emails: [https://www.mail-mechanic.com/woocommerce-email-css](https://www.mail-mechanic.com/woocommerce-email-css)
 * If you’d like to learn CSS, I highly recommend using the [free tutorials at w3schools](https://www.w3schools.com/w3css/).
   Here, you can find the basics of [selectors](https://www.w3schools.com/cssref/css_selectors.asp)(
   how to target the right element on the page), and [properties](https://www.w3schools.com/cssref/)(
   how to change the element on the page).
 *  Thread Starter [thomas987](https://wordpress.org/support/users/thomas987/)
 * (@thomas987)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/center-align-additional-content/#post-15603445)
 * Hi [@maykato](https://wordpress.org/support/users/maykato/),
 * Thank you for your answer.
 * I already have this code but I am looking for the right CSS class to address 
   the additional content:
 *     ```
       add_filter( 'woocommerce_email_styles', 'mm_add_custom_woocommerce_email_styles', 10, 2 );
       function mm_add_custom_woocommerce_email_styles( $css, $email ) {
       	return $css . '
       #body_content_inner .text{
       	text-align: center !important; 
       }
       ';
       }
       ```
   
 * I looked in the email-styles.php file for an ‘additional content’ class but did
   not find anything..
 * Could you maybe help me with that?
 * Kind regards,
    Thomas
 *  [Mirko P.](https://wordpress.org/support/users/rainfallnixfig/)
 * (@rainfallnixfig)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/center-align-additional-content/#post-15603576)
 * Hi there,
 * It looks like you are looking for help with customization but that falls outside
   our support scope on this forum. You can read what support covers on this forum
   here:
 * [https://woocommerce.com/support-policy/#customization](https://woocommerce.com/support-policy/#customization)
 * Searching around I found some other resources that might be helpful for you.
 * * [https://www.businessbloomer.com/woocommerce-add-css-woocommerce-emails/](https://www.businessbloomer.com/woocommerce-add-css-woocommerce-emails/)
   *
   [https://websavers.ca/how-to-edit-the-css-of-a-woocommerce-email-template-2](https://websavers.ca/how-to-edit-the-css-of-a-woocommerce-email-template-2)
 * If you require more help with the actual coding, we’d recommend hiring a developer
   or one of the customization experts listed at [https://woocommerce.com/customizations/](https://woocommerce.com/customizations/).
 * Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Center align additional content’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Mirko P.](https://wordpress.org/support/users/rainfallnixfig/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/center-align-additional-content/#post-15603576)
 * Status: resolved