Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi @KevinTruong, Continually cloning Marketo email assets can potentially slow down the email editor over time. Here are a few reasons why and some tips to mitigate the issue: Reasons for Slowdown -Increased Asset Volume: Each cloned asset adds to the total number of assets in your Marketo instance....
Hi @Danielle_Wong, Dark mode can often pose challenges for email designs, especially with images. Here are a few solutions that might help improve how your images display in dark mode on Outlook, Chrome, or Edge:1. Use Transparent PNGsTransparent PNG images can adapt better to dark mode backgrounds,...
Hi @cagarwal, Unfortunately, in email templates, if we update the inline CSS then in most of the cases we have to make the updates manually in all the emails one by one, if this is under the editable section then 100% we have to update all the emails manually. If you could provide more information a...
@akshat_goyal, Let me know the browser & email client in which you're testing it.
Hi @akshat_goyal, Instead of giving all the styles in the H2 and span tags, you can give directly to TD. Sometimes, these small things can destroy our layout in the email clients. Let me know if you have any queries. Thanks!Jasbir
Hi @derelict_wombat You can use the below JS - MktoForms2.whenReady(function(form) {$(".class name").prependTo(".mktoButtonRow");}); Thanks!Jasbir
Hi @Nihal Can you share any example of how exactly you want it so that I can look into it?
You can define any width there according to your needs.
Hi @akshat_goyal, Remove
tag from here - https://prnt.sc/V-Ix0V4WFTe1 and use div and then try.
Hi @akshat_goyal, Here you don't need to use a background image, please use a simple image - https://prnt.sc/9BZJ0nYMjwrs After that, it will work on Android devices. Thanks!