• Resolved fttravel

    (@fttravel)


    Hi,

    I have always been wondering how to fix this. The photos/images I embed in my posts, most of them are aligned to the center, always appear to be aligned to the left when published. I hope you can help me with this.

    Thanks,
    Claire

Viewing 1 replies (of 1 total)
  • Hi fttravel,

    Please add the following lines at the bottom of your theme’s style.css file:

    img.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    Regards,
    BestWebSoft Support Team.

Viewing 1 replies (of 1 total)
  • The topic ‘Photos embedded in posts’ is closed to new replies.