@media screen (max-width: 750px) or (screen and (max-width: 750px) (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi)) {
div.body, div.body div.links, div.body div.links div, div.footer, div.footer div {
display: block !important;
overflow: hidden !important;
}
changed version
@media screen and (max-width: 750px) {
div.body, div.body div.links, div.body div.links div, div.footer, div.footer div, table, td, tr{
display: block !important;
overflow: hidden !important;
}
Hello everyone,
The media queries provided above are meant for a code intended for a newsletter. However, it seems that they are not having any effect when viewed on a mobile device. Could there be something missing in the media queries? I have tested this on an iPhone XR.
Your assistance is greatly appreciated!
Best, Dom