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!
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!