Posted on : 2022-07-05 23:22:15 View Type: public
Samar Rafique
Please add this CSS in wp-admin >> Appearance >> Customize >> Additional CSS to fix this.
.single-service.postid-179 .service img {
width:auto;
height:auto;
}
This will force image to use its right size instead of taking the full available width.

