Important System Update
|
@media only screen and (max-width: 600px) {
body, table, td, a {
width: 100% !important;
}
table[style*=”display: inline-block;”] {
width: 100% !important;
}
td[style*=”padding-right: 10px;”] {
padding-right: 0 !important;
padding-bottom: 10px !important;
}
}

Comments are closed.