el-profe
Hi
here is code you can use in custom css to override the width.
.link-item .col-media {
width: 16.66666667%;
}
Make sure you need to decrease content width as well
.link-item .col-content {
width: 83.33333333%;
}
After apply the above changes use this code to use max height of the image
.link-item .item-image {
max-height: 100%;
}
Regards