Hi Kuddemudde,
I have checked and see that the Articles - Most Read module does not support to show the image, you can download the following folder and add it to the \templates\gk_spotlight\html folder.
Then add the following CSS code to the Backend > Systems > Site Template Styles > gk_spotlight - Default > Advanced settings tabs > Custom CSS code:
.mostread.mod-list figure.left.item-image {
width: 100px;
margin: 0;
}
.mostread.mod-list .item {
display: flex;
}
.mostread.mod-list .box-info {
flex: 1;
margin-right: 25px;
}
To hide the subcategories, you can use the following CSS code:
.gkcomponent .blog .cat-children {
display: none;
}
Hope this helps!