Okay
  Public Ticket #1824474
Blog Preview Size Adjustment
Closed

Comments

  • mark started the conversation

    This is the first picture of the blog details page, which is displayed on the blog list page. Because I removed the sidebar of the blog, it became smaller. The width should be 1140PX. Now it can only display 775PX.

    How to Change to 1140PX??

  •  1,629
    Andrey replied

    Hello, Dear Mark!

    In order to perform your request, please open in code editor file content.php which locates in /wp-content/themes/pharmaton/template-parts/ directory and go to line # 19. Change it from:

    pharmaton_post_thumbnail();
    

    to 

    the_post_thumbnail('full');
    

    and save changes. You will receive this result: http://prntscr.com/lw36yx 

    Best Regards!