Update contribution_recurring_notify_html.tpl
authorMaria <70949178+mariav0@users.noreply.github.com>
Tue, 19 Oct 2021 14:18:37 +0000 (16:18 +0200)
committerGitHub <noreply@github.com>
Tue, 19 Oct 2021 14:18:37 +0000 (16:18 +0200)
Text and table do not fit well together when everything is centered. More information (including screenshots) can you find here: https://github.com/civicrm/civicrm-core/pull/21850

xml/templates/message_templates/contribution_recurring_notify_html.tpl

index af980b704b3c43605caeeab5a37853e7aa9a3039..3be0cc8fe5dff042bc0fb51dea6f4cfe4aa5f705 100644 (file)
@@ -10,7 +10,6 @@
 {capture assign=labelStyle }style="padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;"{/capture}
 {capture assign=valueStyle }style="padding: 4px; border-bottom: 1px solid #999;"{/capture}
 
-<center>
   <table id="crm-event_receipt" style="font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;">
 
   <!-- BEGIN HEADER -->
     {/if}
 
  </table>
-</center>
 
 </body>
 </html>