Images are overlapping posts when i try to reduce post size

Hey Great Site I made the width of the post little smaller but the Image is not getting smaller it is over-laping the other post. Can you direct me where i can fix this issue.

Image size is defined via “functions.php”.
Check “functions.php” file on line #35 that says

add_image_size(‘detail-image’, 750, 9999);
where 750 stands for image width and change size accordingly.

Let me know if this solve your issue.

Image size is defined via “functions.php”.
Check “functions.php” file on line #35 that says

add_image_size(‘detail-image’, 750, 9999);
where 750 stands for image width and change size accordingly.

Let me know if this solve your issue.