Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1286944

    Embedded newsletters are not shown correctly because of the iframe limit of 1000px
    I am using the plugin “MailChimp Campaigns Manager”

    There are some guides but im not advanced enough to apply them.
    Is there a CSS code i could use to display the embedded newsletters correctly?

    #1287950

    Hey KeesKaas,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .fullsize .template-blog .post .entry-content-wrapper,
    #top .fullsize .template-blog .post .entry-content-wrapper *,
    #top .fullsize .template-blog .post .entry-content-wrapper ifame {
        max-width: 100vw;
        width: 70vw;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1288026

    Both methods did not work unfortunately.
    Layout is the same….cropped to length of 1000px (but the width looks fine).

    #1288579

    Hi KeesKaas,

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1288632

    I managed to find a way to integrate newsletters into wordpress using this: https://mailchimp.com/help/add-an-email-campaign-archive-to-your-website/#Get_the_archive_code

    thread can be closed

    #1288815

    Hi,

    I’m glad this was resolved. If you need additional help please let us know here im the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘MailChimp Campaigns Manager not displaying newsletters correcly (iframe limit)’ is closed to new replies.