Hello everyone !
My email template has few buttons. They look great in Desktop browser and mobile browser. But the buttons look full width in mobile email app like Gmail android app.
Why my mobile view style is not working in App?
Thanks
Hello everyone !
My email template has few buttons. They look great in Desktop browser and mobile browser. But the buttons look full width in mobile email app like Gmail android app.
Why my mobile view style is not working in App?
Thanks
Hey @user1293, Magnus from Intercom jumping in here 👋
If you're using a Custom Email Template, make sure that you've set it up to be responsive in mobile email clients. You need to include a style tag that contains "data-premailer='ignore'" and include your media queries inside it. Inside your emails <head> tag, you'll have two style tags:
<style type="text/css" data-premailer="ignore">
... Media queries here ...
</style>
<style type="text/css">
... Other type of CSS in here
</style>
If you put your media queries in the CSS tag without the "data-premailer='ignore'", it won't respect your responsive media queries CSS.
You can read a bit more about it in our Help Center Article here 👈
If this doesn't help, feel free to reach out to us through the Messenger. To set the right expectations of what we're able to do, not that we're not able to help debug any Custom Email Templates - but we can log an issue with our team if you think you've found one.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.