HI,
on the page below we have a teaser list of “news”. I would like to have the teaser pic sizes there in e.g. 200 or 300px width – but I can only find options to have it very big or a micro-small thumbnail. Eventchanging the overall thumbnails size was not successful.
What can I do?
Thx a lot & best regards, Tilman
Hi oestersund!
Add this to your custom CSS.
#top .fullsize .template-blog .blog-meta, .template-blog .blog-meta img, .template-blog .blog-meta a {
height: auto !important;
width: 300px !important;
}
Regards,
Elliott
thx Elliot, works fine
best , Tilman