Click here to Skip to main content
15,886,801 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How do I make a responsive email template using HTML and CSS? Gmail is not supporting my media queries.

Media queries am using are below:

@media all and (max-width:599px){}

@media (max-width:767px){}

@media only screen and (max-width: 479px){}

What I have tried:

I tried to make it my email template responsive but its not working.
Can you please help me out?
Thanks in advance.
Posted
Comments
Richard MacCutchan 24-Dec-19 4:01am    
"Gmail is not supporting my media queries."
What exactly does that mean? Gmail is a mail service and expects mail messages to be in the standard format. What exactly are you trying to send to it?
NP64 13-Jan-20 15:38pm    
Can you provide more code to look into it?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900