Support » Themes and Templates » Can't Center Images

  • Resolved BillySyrett

    (@billysyrett)


    I’ve been working on a new theme but can’t work out how to center images.

    If you look on this post:

    http://willsyrett.com/2011/12/cant-center-the-image/

    The image should be centered. I clicked the center button on the WordPress media browser and added this CSS:

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

    But I can’t see why it’s not in the center. I’ve had success with adding:

    <div style="text-align:center">image</div>

    But that’s only a quick fix and I can’t do that every time.

    Any ideas?

    Thanks everyone!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Can't Center Images’ is closed to new replies.