We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f180fb commit 14d56b8Copy full SHA for 14d56b8
1 file changed
application/views/emails/password_reset_email.php
@@ -379,13 +379,13 @@
379
<td class="wrapper">
380
<table role="presentation" border="0" cellpadding="0" cellspacing="0">
381
<tr>
382
- <td>
+ <td align="center" style="text-align: center;">
383
<!-- Logo at the top center, embedded as CID -->
384
<img src="cid:logo.png" alt="Logo" style="display:block;max-width:80px;margin: auto auto 24px;">
385
- <h2>
+ <h2 style="text-align: center;">
386
<?= $subject ?>
387
</h2>
388
- <p>
+ <p style="text-align: center;">
389
<?= $message ?>
390
</p>
391
<!-- Reset Password Button -->
0 commit comments