Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mike Stumpf

    (@mstumpf)

    Hello,

    The problem is line 391 of CSS your theme “Spike”; it has:

    #content { overflow: hidden }

    and you should change that to:

    #content { overflow: hidden; display:inline-block; }

    I did not test that change across your whole website but that fixes the problem with the plugin on Firefox and does not cause any problems in Chrome, Safari, or Internet Explorer 11.

    Cheers,

    Mike

    Plugin Author Mike Stumpf

    (@mstumpf)

    Hello,

    The problem is line 391 of CSS your theme “Spike”; it has:

    #content { overflow: hidden }

    and you should change that to:

    #content { overflow: hidden; display:inline-block; }

    I did not test that change across your whole website but that fixes the problem with the plugin on Firefox and does not cause any problems in Chrome, Safari, or Internet Explorer 11.

    Cheers,

    Mike

    Plugin Author Mike Stumpf

    (@mstumpf)

    Hello,

    The problem is line 391 of CSS your theme “Spike”; it has:

    #content { overflow: hidden }

    and you should change that to:

    #content { overflow: hidden; display:inline-block; }

    I did not test that change across your whole website but that fixes the problem with the plugin on Firefox and does not cause any problems in Chrome, Safari, or Internet Explorer 11.

    Cheers,

    Mike

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

The topic ‘Firefox’ is closed to new replies.