I'm currently experiencing an issue with my email template CSS while using Gmail and Chrome Dev Tools in responsive mode (382x661).
Within the header, I have included:
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
The CSS for my template is as follows:
@media screen and (max-device-width:500px), screen and (max-width:500px) {
/* css */
}
Despite having responsive CSS in place, the email template continues to display in desktop mode instead of adjusting accordingly.
Any suggestions on how to troubleshoot and resolve this issue would be greatly appreciated.