Open /wp-content/themes/my-life/content.php in a plain text editor.
On line 44, locate this <?php the_excerpt(); ?> and change it to this
<?php the_content(); ?>
That’s just a quick guess, but I think that will do it. Please remember to make a backup copy before you edit, just in case something goes wrong and you need to restore the file and try again.
