• Resolved emugera

    (@emugera)


    Hello there,

    I had an issue with the border of iframe which i resolved by putting the following code in the css :

    iframe {
    border:none!important}

    This has stopped the twitter feeds from showing up in an iframe on right sidebar and also the image carousel isn’t working.

    This is the website: http://blog.ink-global.com/

    Does anyone know how to undo this? I’d appreciate some assistance.

    Many Thanks

    emugera

Viewing 2 replies - 1 through 2 (of 2 total)
  • Did you write it like this?

    iframe {
    border:none!;
    important}

    That’s how it appears in your source.

    border: none!important;

    Thread Starter emugera

    (@emugera)

    I wrote it like so:

    iframe {
    border:none!;
    important}

    and then I’ve tried using the following to override it:

    iframe {
    border:inherit! ;
    important}

    Is there an alternative that works?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘CSS/iframe troubleshooting’ is closed to new replies.