Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #200122

    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

    #200352

    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

    #200512
    This reply has been marked as private.
    #200590

    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

    #200594

    That did the trick! Thanks very much!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘iFrame width issue’ is closed to new replies.