Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi @Eve_Yu Yes, we can do this by using the direction property in the columns. Please share the coding or layout so that I can let you know how & where you can use the direction property. Thanks!Jasbir
Hi @Jimgirls1 Ideally, Google Calendar updates the lead's local time as per their timezone. The only scenario where Google fails to update is due to Daylight savings. Thanks!Jasbir
Hi @Katie_O_Brien Is your problem resolved, or you are still facing any issue? Thanks!
Hi @Livia008, Is your problem resolved, or you are still facing any issue? Thanks!
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