Viewing 2 replies - 1 through 2 (of 2 total)
  • It’s not how to center the images, it’s the images don’t get cropped to proper size.

    When you change theme, old images won’t get re-cropped to new sizes, you have to delete and reupload (if there are only fews of them), or use a plugin to auto regenerate images to new sizes.
    http://wordpress.org/plugins/regenerate-thumbnails/

    on the content.php file, add align=”center” to the <div>

    the original line of code:

    <div class=”entry-thumbnail”>

    the updated code to get the thumb centered:

    <div class=”entry-thumbnail” align=”center”>

    Good luck!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Centering Posts On Home Page’ is closed to new replies.