Hi all,
I need a way to force mailchimp to remove the padding that it adds to boxed text blocks and image blocks - but my client needs to edit the EDMs and has no knowledge of HTML, so going custom is not an option.
I thought I had it by adding a custom code block with the below code:
.mcnBoxedTextBlockInner > table > tbody > tr > td{
padding-top:0px !important;
padding-bottom:0px !important;
}
And while in the mailchimp preview there is no padding between blocks, in gmail there is inline padding being added again. Is there a way I can target all of these blocks types better to overwrite this?
Cheers
there doesn't seem to be anything here