0

I have a responsive email template. it is rendering well on mobile apps but on browser its responsive behaviour not working. even inbox.google.com is responsive but the responsive emails are not working in it.

for reference i used many email templates available on github. But the result is same.

https://github.com/InterNations/antwort

Can anyone help me fixing it for gmail and inbox

Thanks in advance

sumitmann
  • 393
  • 1
  • 3
  • 14
  • Please show expected behaviour and actual behaviour along with error messages. A Short, Self Contained, Correct Example would be useful – mplungjan Apr 06 '15 at 06:40

1 Answers1

0

As stated above, more info is needed to give exact answer - but if the template uses media queries or different mobile specific CSS it is likely not getting rendered by gmail as gmail cuts out all style tags in head and body. Css support in html email.

Gortonington
  • 3,557
  • 2
  • 18
  • 30