• Resolved Thomas

    (@goldenshawarma)


    Hi,

    I use your plugins with no issues in the past, however, since the new update, all my embeds are having issues in Elementor. Is there a quick fix for this? For example, I set the height for one embed (a Facebook review embed), now the height is different, therefore the text is now gone when I view it on mobile.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Nahid Hasan

    (@tushar284)

    Hi @goldenshawarma,

    We’re really sorry for the inconvenience. Can you please add the below CSS on your theme customizer and let me know if it solves the issue or not?

    @media only screen and (max-width: 800px) {
    .elementor-widget-container iframe {
    max-height: 100% !important;
    }
    }

    Looking forward to hearing from you.

    Thanks!

    Thread Starter Thomas

    (@goldenshawarma)

    Hi Tushar,

    Thank you for your help. The problem is fixed now. Can you guys include this fix in your next update? Again, thank you for the assistance.

    Cheers!

    Thread Starter Thomas

    (@goldenshawarma)

    Hi Tushar,

    Can you give me the CSS code for desktop as well? It’s also happening for my desktop screen in Elementor. Thanks in advance.

    Plugin Support Nahid Hasan

    (@tushar284)

    Hi @goldenshawarma,

    Yes, we’ll definitely solve this issue in our upcoming release. For desktop, you can try below CSS.

    .elementor-widget-container iframe {
    max-height: 100% !important;
    }

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘My Embed are having issues after the update.’ is closed to new replies.