Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi @Lucy_Iantosca There will be no issues occurring when we use embedded code anywhere, might be some scripts causing this issue on WordPress. Let me know in case of any concerns. Thanks!Jasbir
Hi @Katie_O_Brien, Also, you can try the below one - Just hide the spacers in the mobile by using this in media queries.hidden-xs{display:none !important;} And, after that replace the below CSS with width: 100%. @media only screen and (max-width: 479px){table.table1-3 { width: 100% !important; ...
Hi @Livia008, I have used this, and it seems fine at my end. .containers{ width: 100%; max-width: 100%; margin: 0 auto; padding: 0 15px;} Thanks!Jasbir
Hi @Max_Francisco1, Sometimes it happens because of the master email template as we have the number of modules in the email, else due to slow internet.Once you do the updates in the modules, try to reload that page and then check otherwise try to create new email. Let me know in case of any concerns...
Hi @Guitarrista82, Strangely, it's happening. Please use this below CSS in tag.a[x-apple-data-detectors] {color: inherit !important;text-decoration: none !important;font-size: inherit !important;font-family: inherit !important;font-weight: inherit !important;line-height: inherit !important;}And try...
Hi @Livia008, Try to use the below - .containers{ width: 100%; max-width: 100%; margin: 0 auto; padding: 0 0.8%;} Let me know in case of any concerns. Thanks!Jasbir
Hi @James_Peterson, Please avoid using the below highlighted section in the tags, as sometimes it’s creating issues in some email clients. Let me know in case of any concerns. Thanks!Jasbir
Hi @Jo_Pitts1 We usually avoid to use padding in the email template as Outlook do not support the padding. And, please just use 10 here as it's an attribute, we use px in the style, also don't need to use the below code in the tags.white-space:nowrap; border:0px; margin:0px; border-collapse:collap...
Hi @aglantz71, For mobile devices, we use media queries, and easily we can give margin from both sides. And, for Outlook IOS, we need to use different codes. Could you please share your code so that I can see the exact issue there? Thanks!Jasbir
Hi @Livia008, It seems you are not using properly bootstrap here, that's why this issue occurring. We can do one thing, on the