I've experimented with multiple media queries in an attempt to make this work on both iPhone (landscape/portrait) and desktop, but I'm struggling to achieve the desired outcome on both simultaneously.
While some of my classes are functioning correctly, others are not. Can someone please review and advise if I am using the appropriate queries for an email blast?
Additionally, I'm facing an issue where the class .office remains unchanged when the viewport switches, unlike other classes.
<head>
....
</style>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" yahoo="fix" style="color:#333333; background:#ffffff; font-family:'Gill Sans W04 Book',Arial,Helvetica,sans-serif;" text="#333333" ;>
<div style="background-color:#070100;">
<table height="100%" width="100%" cellpadding="0" cellspacing="0" border="3px">
<tr>
<td valign="top" align="left">
<table class="deviceWidth" border="1px" cellpadding="0" cellspacing="0" align="center" bgcolor="#070100" BORDERCOLOR="RED">
...more content...
</table></td><td width="50">
<img src="http://sunlandgroup.com.au/auto-response/images/images/blank-gif.gif" alt="" height="1" width="1">
</td>
</tr>
</table>
</table>
</body>