Center email body in email notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2022 09:06 AM
Hello! I've got 2 different email notifications (one on the left and one on the right in the screenshot). The body content for the one on the left isn't centered but the right one is. The right one has additional coding, but I'm not too sure how to apply it to the one of the left. Thoughts?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2022 09:13 AM
Copy the same line of code in your html
after <body>tag on the left, add <div align="center"> and just before </body> add </div>
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2022 09:39 AM
Hi Aman, this is generated when the email has already been sent. I see this when I go to System Logs > Emails.
However, I need this set at the notification configuration level by going to System Notification > Email > Notifications, and I'm not sure how to center it here.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2022 08:16 AM