text alignment doesn’t work
-
Hi everybody,
I need help with the text alignment in my customer-order-completed mail. I put the attached css in the custom css section and the preview looks good, but when the customer makes an order they will receive and email without all the changes. So it seems that it is completely ignored in the final email and does not work.
Have anybody any ideas or a solution? Thank you!
th.td {
text-align: left !important;
padding-left: 0px !important;
padding-right: 25px !important;
padding-top: 15px !important;
padding-bottom: 15px !important;
}td.td{
text-align: left !important;
padding-left: 0px !important;
padding-right: 25px !important;
padding-top: 15px !important;
padding-bottom: 15px !important;
}
- The topic ‘text alignment doesn’t work’ is closed to new replies.