vaibhav
    Spectator
    Posts: 287
    December 2, 2017 at 6:35 am #35725

    Hi,

    You need to some customization work on your theme.
    first, add custom css
    .thumbnail-post img {
    width: 100%;
    }

    After that open page.php and content-blog.php through ftp or Cpanel.
    both file path:
    \wp-content\themes\evolve-plus\page.php
    \evolve\wp-content\themes\evolve-plus\content-blog.php

    After that find below code in both file
    the_post_thumbnail(‘post-thumbnail’);

    And replace with this one
    the_post_thumbnail(‘full’);

    Save and upload it.

    Thank you