• Resolved kerrycooks

    (@kerrycooks)


    Hello, I just transferred my blog from wordpress.com to .org – it is now sitting at kerrycooks.com

    All of my images are now no longer centre aligned and are all partially hidden. I have done quite a bit of googling and searching on here but I can’t see any answers on how to fix this post transfer

    Anyone have any ideas?

    thanks, Kerry

Viewing 2 replies - 1 through 2 (of 2 total)
  • This is possibly an issue with the CSS, and an errant margin value on the centered images in your post.

    On line 233 of your style.css, replace:

    .postEntry .aligncenter {
    display: block;
    margin: 20px 0 20px 115px;
    }

    with:

    .postEntry .aligncenter {
    display: block;
    margin: 20px auto;
    }

    Thread Starter kerrycooks

    (@kerrycooks)

    It’s fixed! Thank you so much Ken! I really appreciate the help

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image alignment post transfer’ is closed to new replies.