I am trying to customise a mailchimp drag and drop template by nesting some basic css in the pre-header which works perfectly except for one customisation.
I am wanting boxed text, and any other item with a coloured background to stack flush without any padding - as in, I don't want any white between or around the blocks.
This is what I have tried for text boxes:
.mcnBoxedTextContentContainer td {
padding:0 !important;
}
.mcnBoxedTextContentContainer .mcnTextContent {
padding:18px 18px 16px 18px !important;
}
Which removes it from the outer and adds it to the inner.
This works like a charm but in Outlook (ofcourse) it doesn't sit right.
Any ideas on how to fix this?
An entirely custom html is out of the question as the client need to be able to use the drag and drop builder which correct if I am wrong, is unavailable in any form for custom emails.
Also - if anyone knows how to remove the horizontal borders (the grey ones in the image) in outlook that would be great - which appear even without any form of customisation from me.
