Hello, I am looking into embedding my other website within my main website through an iframe(or lightbox)? Essentially I want the body of a page on my site to have the iframe of the site. Would this involve altering the CSS?
Hi Jonn!
Thank you for using the theme!
Have you tried using the code block? Add the iframe tag. Something like this:
<iframe src="http://kriesi.at" width="100%" height="500"></iframe>
Best regards,
Ismael
Thank you it worked!