Is there a way to have e specific signature for mobile? like media queries
Mobile signature
Best answer by ejayr
Hi
Currently, Front does not support a separate "Mobile Signature" setting. The signature you configure in your desktop settings is the universal signature applied to all emails, regardless of the device you send them from.
About media queries: While Front allows Custom HTML in signatures, I generally advise against relying on CSS media queries (like @media) for email signatures.
-
Many major email clients (especially Gmail) tend to strip out
<style>blocks from the header. This means even if you code it perfectly, the recipient's email client will likely ignore the query and just show the desktop version anyway. -
The safest way to ensure your signature looks good on mobile is to use inline CSS and set widths to percentages (e.g.,
width: 100%) rather than fixed pixels. This keeps it "fluid" without relying on complex queries that might break.
That said, I encourage you to submit a request for it at this link.
This feature submission form is linked to our Product Ideas Portal which is accessible to all users. When features are submitted, they are listed in the Ideas Portal and can be upvoted by other Front customers who may want the same feature to improve their team's workflows. You'll receive an email update if your feature is developed and shipped!
Most of the improvements you see to Front come from ideas and suggestions like yours, so thank you for making Front even better!
Login to the community
No account yet? Create an account
Use your Front credentials
Log in with FrontEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.
