I got my issue solved.
Here is what I have done that may help others in same situation:
For theme Spacious, modify the code is in these two files:
content-blog-image-medium.php
content-blog-image-large.php
Replace <?php the_excerpt(); ?> with <?php the_content(); ?>
Refresh your page and see the full text posts.