Hi Rambone, you could modify the size of featured images in Goran with this CSS, adjusting the dimensions as needed
.attachment-edin-featured-image {
height: 400px;
width: 300px;
}
Don’t edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated.
An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.
As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.
If you need further help, could you please start a new thread, as your question is unrelated to the one in this old thread, thanks!