• Resolved Sjur

    (@hamre)


    The avatars were right-aligned and only partly showing up on my website, while rendering fine in Chrome. Adding the below CSS code did the trick, and didn’t cause any issues elsewhere, so might be worth implementing in the plugin itself:

    #ctf .ctf-author-avatar {
    clear: both;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Craig at Smash Balloon

    (@craig-at-smash-balloon)

    Hey hamre,

    Thanks for this! We haven’t had anyone else report something like this recently. Is it possible it was something with your theme? We will definitely look into this if it happens to more users. Thanks for providing the fix!

    – Craig

    Hi,

    I had the same issue, only in Firefox. The provided css code solved it without any side effects in other browsers.

    Thanks!

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

The topic ‘Possible Firefox bug’ is closed to new replies.