I am trying to change the width of the Monterey template to 600 wide. I have used the following code in an html block at the bottom of the email but it is not working: <style> .email { width: 600px; margin: 0 auto; } </style>

1
1 reply