I have identified the issue by checking view source when i sent to outlook. Outlook is commenting the Doc type and media queries so because of that in outlook desktop version it is displaying in mobile format. below is the code taken from outlook view source : <!--/*SC*/DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd "/*EC*/--> <!--defang_link defang_href=" https://fonts.googleapis.com/css?family=Raleway:300,400,700 " defang_rel="stylesheet" defang_type="text/css" /--> <!--defang_link defang_href=" https://fonts.googleapis.com/css?family=Lato:300,400,700 " defang_rel="stylesheet" defang_type="text/css" /--> <style type="text/css"> <!--@media only screen and (max-width: 640px) --> #outlook a { padding: 0; } .ReadMsgBody { width: 100%; } .ExternalClass { width: 100%; } .ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div { line-height: 100%; } .appleBody a { color: #000; text-decoration: none; } .appleFooter a { color: #000; text-decoration: none; } screenshot below Thanks in advance..
... View more