Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi @Mark_Kalamaridi, you have to give fixed width in code like width="600". In this case, images will automatically adjust to this width and outlook email client will not create any issue. Make sure, your width size should be locked at template level. Thanks,Disha
Hi @Mark_Kalamaridi, Max-width CSS will not work in outlook email clients. For that, you have to give fixed width to the images. Hope this helps! Thanks,Disha
Hi @Umekobabababab, Do you want to extract query string from landing page performance report? Thanks,Disha
Hi @cgrnyc, Please use the below code.mktoForm .mktoButtonRow button.mktoButton {margin-top: 20px !important;padding: 15px !important;background:#fab300 !important;width: 250px !important;border: 1px solid #fab300 !important;font-size: 16px !important;color: #000000 !important;box-shadow:none !impor...
Hi @jtreuthe, You can use the below code to achieve the desired result.
|
Hi @yunseng94, If you use 'contains' in place of 'starts with' works better. Thanks,Disha
Hi @NiharikaGoyal, The HTML file is corrupted. Now, we have created new Email template and copied the code. It is working fine. Thanks,Disha
Hi @hpavlac, Please add the below CSS@media screen and (max-device-width: 480px){ body{ -webkit-text-size-adjust: none; }} Thanks,Disha
Hi @maha, Yes, we can do this change in Admin section. Also, we can add the direct link at the email level and then, we can add unsubscribe token like this
In this way, your default unsubscribe text will not show and you can add your custom text. Thanks,DishaHi @hpavlac, I have checked your page and found all the issues. Please add the below CSS to fix the same .mktoForm input[type="text"], .mktoForm input[type="url"], .mktoForm input[type="email"], .mktoForm input[type="tel"], .mktoForm input[type="number"], .mktoForm input[type="date"], .mktoForm text...