MJML - Center image on mobile with media query. 1. Add class to : 2. Add Media query: @media only screen and (max-width: 450px) { .center-on-mobile > table { margin: 0 auto !important; } }