• Hi,
    I just uploaded this theme to my blog and my feature images are all set to the left side and do not ‘fit’ the feature image section.
    How do I make all the featured images fit the space provided and make this uniform through each post?
    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi

    Can you please share the link so that we can look into the site and would be in a better postion to help?

    Thanks

    Thread Starter positivelyclassy

    (@positivelyclassy)

    Hi,

    This is my blog: positivelyclassy.com

    Thanks!

    Hi,

    To have featured images uniform in the home page, you need to maintain the ratio of 640: 250 that means the image size should be greater than or equal to 640px wide and 250px high.

    I guess you have figured it out, as I see the the first two images perfectly placed.

    Thanks

    Thread Starter positivelyclassy

    (@positivelyclassy)

    Hi,

    The photo itself doesn’t ‘fit’ into the feature image section. I wanted to know whether there was a way to increase the dimensions of the feature image so that it sits more as a square rather than a rectangle?

    If that possible?

    Thanks

    Hi

    Yes you can make it square. But do you have a image size if yes then add the image size using the add_image_size().

    Then using the handle in content.php line number 25 which now says.

    the_post_thumbnail( 'thumb-featured' );

    and replace “thumb-featured” with your custom image size.

    Please go through the_post_thumbnail for more details.

    Also I would advice you to do the changes using a Child Theme to keep the changes preserved even after the update

    Hope it helps!!

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Feature Image’ is closed to new replies.