Hi,
is it possibile to change the measures of featured image?
Now i’m using the big image in the single post style.
Thank you.
Hi MattiaParla!
Try adding this to your custom CSS.
#top .fullsize .template-blog .big-preview img {
margin: 0 auto;
width: 70% !important;
}
Best regards,
Elliott
Thank you very much!
Mattia