Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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!
Hi @ayaspan, If the above solution is working for you, please mark it as a solved solution so that other members can use it in the future. Else, if you have any concerns, please don't hesitate to let me know. Thanks!Jasbir
Please share your code without variables, and then I'll check it.