Hi
It due to the concept of this template, it shows the large image in article page. Could you share the URL of your site and tell me which dimension you want to set for the image? I will suggest css customization. Something like:
.item-image img {
width: /*your_value_here*/;
}
.layout-default-sublayout .detail-page figure.pull-left.item-image {
text-align: center;
}
Regards