Viewing 2 replies - 1 through 2 (of 2 total)
  • I noticed this issue in all responsive sites I have been building and believe it is a conflict with the fitvids plug-in. To solve the issue I removed this line:

    top: 100000px !important;

    from this block of code in the stylesheet:

    object.cgmp-data-placeholder {
        background-color: transparent !important;
        border: medium none !important;
        height: 0 !important;
        left: 1e+7px !important;
        line-height: 0 !important;
        margin: 0 !important;
        outline: medium none !important;
        padding: 0 !important;
        position: absolute !important;
        top: 100000px !important;
        width: 0 !important;
        z-index: 9999786 !important;
    }

    I believe the newest release of the plugin resolves this issue. Hope this helps!

    serentype

    (@serentype)

    Have the same issue. Removing of this line didn’t solved this problem for me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bug in firefox and safari’ is closed to new replies.