Embedding Survey Monkey Code

I can’t get the survey monkey code to display the entire page of the survey -
Sample - https://www.palmspringslife.com/mccallum-theatre-broadway-experience/

Both width and height are being effected - It works if I place the code on a on- Xtheme site - sample - http://desertpublications3.com/dfp/Untitled-1.html

What is the best way to get this to work on Xtheme Pro site?

Thanks- Todd

Hello Todd,

Thanks for writing in! You are not seeing the whole content of your embedded iframe because you have added this CSS code:

.entry-content iframe, .entry-content object {
    width: 100vh;
    max-width: 100vh;
    height: 100vh;
}

Kindly remove that code from your child theme’s style.css file and check your page again.

Perfect - Thank You

Hey @toddfmay,

You’re welcome! If you have any other concerns or clarifications regarding our theme features, feel free to open up a new thread.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.