Padding and other adjustments for feed featured image
-
Wanted to share this in case it is helpful to others… Thanks to ArtsHacker-dot-com I was able to use this code in my MailChimp template, in the block where the text and featured image appears… Put the code at the bottom of that block’s custom > code area, and adjust as needed…
<style type="text/css">@media screen and (min-width: 560px) { .mcnTextContent img { padding-top:15px !important; padding-bottom:15px !important; height: auto !important; max-width: 560px !important; } } @media screen and (max-width: 559px) { .mcnTextContent img { padding-top:15px !important; padding-bottom:15px !important; max-width: 100% !important; }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Padding and other adjustments for feed featured image’ is closed to new replies.