Tagged: iframe
Hi,
I can’t seem to get an iframe width to go wider than around 1040/1050 even when using a color block.
Is there are code snippet we can add in the custom CSS area or something?
Thanks!
Ron
Hey takingaction!
Can you please give us a link to the page with the iframe code inside the Color Section element?
Use this on your custom.css or Quick CSS:
.avia-section .container {
width: 100%;
}
Cheers!
Ismael
Hey!
Please try following css code
@media only screen and (min-width: 1px){
.responsive #av_section_4 .container, .responsive #av_section_4 .container .twelve.units {
width: 100% !important;
}
}
Regards,
Peter
That did the trick! Thanks very much!