Viewing 4 replies - 1 through 4 (of 4 total)
  • If your theme has a built-in custom CSS option, use it; otherwise, get a custom CSS plugin and put:

    #post img.aligncenter {
    display: block;
    }

    The margin: auto technique won’t work unless you also set display: block.

    Thread Starter iver1717

    (@iver1717)

    That worked perfectly! Thanks.

    I am very new to wp but just wonder why that would not be an automatic feature?

    It is, sort of. WordPress automatically adds the “aligncenter” HTML class to images, but it’s up to theme developers to include the appropriate CSS to actually do the centering. This just looks like an oversight on the theme developer’s part.

    Theme Author Michael Kloepzig

    (@michael-kloepzig)

    If the surrounding paragraph has text-align:center applied (default is left), this should work without any changes to the css file.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can't center photos’ is closed to new replies.