Hi, I am currently developing an email using media queries for desktop and mobile viewing.
The issue I am having is that I would like to show certain content on a mobile device but not on the desktop.
I have tried using {display:none;} which I have found doesn’t work in gmail and outlook.
Then I tried {display:none !important;} which works, but it also hides the content on the mobile.
Is there a fix for this problem?

