Okay
  Public Ticket #167677
Blog header
Closed

Comments

  • Rob started the conversation
    How do you modify the height of this?
  •  291
    Paul replied

    Hi Rob,

    Did you mean the blog thumbnail's height? If so, please open "/includes/theme-functions.php" file and find this:

    add_image_size( 'theme-blog-thumbnail', 750, 200, true );
    add_image_size( 'theme-blog-thumbnail-full', 1020, 220, true );

    Just edit "200" and "220" to another height numbers you want (for normal blog layout and full-width layout respectively). Then re-upload the featured image of the post to make WordPress uses the new defined dimension.

    Cheers,
    Paul

  • Rob replied

    Cheers. I had done that, but forgot to upload a new image instead of using one in the media gallery - doh.

  • Rob replied

    Cheers. I had done that, but forgot to upload a new image instead of using one in the media gallery - doh.