FJ – images not centering

  • Anonymous

    #10557

    I have an issue with FJ, when I write a post with multiple centered images, the first image displays as centred but the remaining images all display aligned left, even though in the Editor they are displayed as centred. Is this an issue with FJ? I can’t think what else it could be.

    Admin

    Syahir Hakim

    #46425

    Hi Venutius,

    Please provide a link to the post where this is happening on your site so that we can investigate it further.

    Thanks!

    Admin

    Syahir Hakim

    #46427

    Thanks! Found the bug and we’ll be including the fix in the next update.

    In the meantime, add this code to the theme’s Custom CSS option to fix it:

    .aligncenter {
    clear: both;
    display: block;
    }

    Anonymous

    #46428

    Thanks, that fixed it

Viewing 5 posts - 1 through 5 (of 5 total)

  • You must be logged in to reply to this topic.