Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #189543

    Hi,

    I inserted an iFrame code into a text box within a colour section. The iFrame shows but it is squished as it’s not defaulting to 100% width. I set no padding in the colour section so I don’t know what else to do. Can you please point me in the right direction?

    Many thanks,
    Jonathan

    #189669

    Hi Jonathan,

    Can you post the link to the page you are trying this please?

    Regards,
    Josue

    #189674
    This reply has been marked as private.
    #189970

    Hi! Please let me know a fix for this at your earliest opportunity. I need to make sure this can be implemented correctly asap. Really appreciate it =)

    #190231

    Hey!

    It appears to be an issue related with the framed content, not theme related, have a look at this test i made in pure HTML (same behavior):
    http://codepen.io/josueochoa/full/KrDJz

    Cheers!
    Josue

    #190255

    Hi Josue,

    Thanks so much for looking into this. The test you did actually appears fine! If you look at the boxes next to the dollar slider in yours they are next to each other and in mine they are misaligned. Also, as you make yours mobile size it responds appropriately. So I guess this means it is an issue within my site? How can I ensure the iframe shows at 100% width?

    Thanks, really appreciate this as I need to get this setup as soon as possible!

    Best,
    Jonathan

    #190259

    Hey Jonathan!

    Is that iframe inside a color section? define it an ID and apply this code to the Quick CSS:

    #my_id .container{
    width: 100%:
    }

    It would result something like this:

    Cheers!
    Josue

    #190266

    I tried but it didn’t seem to change anything – did I not do it correctly? The iframe was implemented by inserting the code into a text box within a colour section.

    #190268

    Hey!

    Add this code to the Quick CSS:

    #ringbuilder .container {
    width: 100% !important;
    }

    Cheers!
    Josue

    #190269

    Nevermind, it works – was just that I needed a semi-colon after 100% instead of the colon shown. Thank you!

    #190270

    Excellent, you are welcome, glad we could help :)

    Regards,
    
Josue

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