Hello there,
I want to add an iframe which is from an external source (one of our technology partners) Sophos Showcase. I have tried to use the code block, although this display the content, well it is very small and not what it should be like.
This is what Sophos have advised …
“Create a new page for your website with your branding, header, navigation, sidebar, footer, graphics, and anything else you would normally include. In the main content area, paste the syndication code from step 1. At least 1000 pixels should be available on your content area.
Please define the height and width for the iFrame within your CSS. It is recommended that you place the syndicated content on a white background (or in a container with a white background – recommended).”
I do not know how to define the height / width in my CSS?
Can you advise please?
Thank you in advance
Best regards
Jamesy
Hey James,
Please try something like this in Quick CSS under Enfold–>General Styling:
iframe {
width: 100% !important;
height: 1000px !important;
}
Regards,
Rikard
Hello there,
Once again, you guys rock. Well done. That worked a treat.
Appreciated. Thank you
Jamesy